SCO Service Mappings, how to know attributes availalbe for supplyline
SCO Service Mappings, how to know attributes availalbe for supplyline accessor.
We have a requirement to default source subinventory on transfer order line. Currently we can do this only via SupplyLine.DestinationOrganizationId
This is causing issue due to same destination can be sourced from different inventory organizations.
We are using below script to default BULK subinventory on transfer order lines using service mappings. However we will like to honor if transfer order line has source subinventory already populated from upstream. We dont want to override it with below script. If i try to use "SupplyLine.SourceSubinventoryCode" is not null in the below script, SCO is giving error.