I have a custom interface that pulls in requisitions from a Vendor. The Vendor provides a line level Req # that needs to be stored so that it can be sent back to the Vendor with a PO# associated. I have created a custom field - QSightReq on the RequisititionImportLine BC. I see the field, it populates, great. Now I need to get that field over to the PO line so that I can export it with the PO#. Can someone provide guidance on the derived field LPL that would be needed?
On the PurchaseOrderLineSource BC I am trying to add logic that will put the field and I know from writing other code that we need a way to link back to the Requisition —> Line —> Req Import but I am not sure where I am missing a step.
PurchaseOrderLineSource is a BusinessClass owned by po
Derived Fields
QSightReqNo is a DerivedField
type is Numeric size 12
return QSightReqNo.RequisitionImportLine