Reference Fields
Supply Chain Cloud functionality includes the ability add reference fields.
Note
- You can also set these reference fields during Shipping Carrier Setup.
- If you have an existing modification, we recommend that you test whether the Shipping Carrier Setup settings cause any impact to the mod.
Warehouse management > Setup > Containers > Container packing policies
If the Manifest requirements for container field or the Manifest requirements for shipment field is set to Transportation management, eight parameters are added to the ATOTmsProcessXML_Base_Extension.
Please check with individual carriers to see how many reference fields are accepted.
Four container-level reference fields:
These parameters need to be set with the desired label information when the container information is to be initialized.
The XML nodes for these fields will be written in the correct location for the carrier's label.
Manifesting by Shipment Suggestion
If you want to override the container-level reference fields when manifesting by shipment, you can extend writeShipContainer off of TMSProcessXML_Shipment. The parameters will be available in writeShipContainer.
- Navigate to the TMSProcessXML_Shipment.
- Extend writeShipContainer.
- Fill in the values for the reference field parameters prior to the next call.