Skip to Content
0
Jul 12, 2023 at 11:36 PM

changes of custom node do not show under changes tab of ticket

159 Views Last edit Jul 13, 2023 at 12:03 PM 3 rev

I have added Custom node to Service Request standard BO (Tickets) as following:

[ChangeHistory] node Measurements[0, n]
{
[Label("Measurement Type")]element ZMeasurementType:MeasurementTypeCode;
[Label("Measurement Type Description")]element ZMeasurementTypeDescription:SHORT_Description;
[Label("Measurement Amount")]element ZMeasurementAmount:Measure;
[Label("Measurement Valid From")]element ZMeasurementValidFrom:Date;
[Label("Measurement Valid To")]element ZMeasurementValidTo:Date;
}

changes on my custom node are not showing in the standard changes tab of Ticket, is there anything else needs to be done?