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?