Shipment fields UserField1 to UserField10
In the Jiwa GUI, shipment lines have fields UserField1 through to UserField10.
In a plugin, I want to read and write to them.
I have
But I can't see any property in shipLine for the user fields. Am I missing something?
In a plugin, I want to read and write to them.
I have
- Code: Select all
foreach (JiwaFinancials.Jiwa.JiwaLandedCost.ShipmentLine shipLine in shipment.Lines)
{
shipLine.UserField1; //nope!
}
But I can't see any property in shipLine for the user fields. Am I missing something?