Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

image-20240215-143043.png

Field Label

API Name

Field Level Help

From Warehouse

GFERP__Transfer_From_Warehouse__c , Lookup(Warehouse)

The Warehouse that the received Item is being transferred from. This need to entered manually

To Warehouse

GFERP__Transfer_From_Warehouse__c , Lookup(Warehouse)

The Warehouse that the received Item is being transferred to. This need to entered manually

MC ID

MC_ID__c, Formula field

GFERP__In_Transit_Warehouse__r.GFERP__Account__r.MC_ID__c

MC ID appearing from Account. Appears automatically via formula on TO.

Shipment Date

GFERP__Shipment_Date__c,
Date

Shipment Date appears automatically on Transfer Order

Expected Delivery Time Frame

Expected_Delivery_Time_Frame__c, Formula field

TEXT(GFERP__Transfer_to_Account__r.Expected_Delivery_Time_Frame__c)

Date appears automatically from account

Shipping Agent

GFERP__Shipping_Agent__c,
Lookup (Shipping Agent)

This need to add manually on Transfer order

Shipping Contact

GFERP__Shipping_Contact__c, Lookup (Contact)

Default from Transfer-to Account’s Shipping Contact.

Mobile

MobilePhone, theTO.GFERP__Shipping_Contact__r.MobilePhone

This appears from shipping contact mobile field

Contact Phone

Phone,formula field theTO.GFERP__Transfer_to_Warehouse__r.Contact_Phone__c

This appears from shipping contact phone field

Pallets

Total_Pallet__c, Roll-Up Summary (SUM Transfer Line)

Sum Transfer Line: Line Pallet

This will sum the no of pallet on transfer line and give a sum on transfer order

Occasion

Occasion__c, Lookup (Occasion)

This field will be added manually on transfer order

Pick Status

Pick_Status__c, Formula Field
if (GFERP__Order_Quantity__c - Picked_Qty__c > 0, 'Not Fully Picked',
if (GFERP__Order_Quantity__c = 0, 'None Picked',
if (Picked_Qty__c = 0, 'None Picked',
if (GFERP__Order_Quantity__c - Picked_Qty__c = 0, 'Fully Picked', ''))))

This will be automatically update as soon we allocate the inventory for the transfer order

  • No labels