I've got a little plugin to write that needs to set a Work Order output item, set to Use Expiry Dates, as 5 months from production date.
I can get to the output item object via
JiwaFinancials.Jiwa.JiwaBillOfMaterials.WorkOrder.OutputItem myOutputItem
but I can't find the Expiry Date property to set it.
Not in JiwaFinancials.Jiwa.JiwaBillOfMaterials.WorkOrder.OutputItem and also not in
myOutputItem.LineDetails.
Where is it?


