The Expected Ship Date field is coming from the Demand Planning module and is available in the Sales Order item line level. This will be automatically populated based on certain criteria and the user can change this date also.
But this field will not be available in the reports and saved searches as the Store Value box is unchecked in this field setup. So we have to create another field in the SO transaction line level(Hidden) to source this value.
This can be possible through workflow
- Create Transaction Line Field
- Go to Customization > List, Record, & Fields > Transaction Line Fields > New
- Label: Enter Label
Example: Expected Ship Date(Custom) - Type: Select Date
- Store Value: Enter Checkmark
- Click Applies To
- Sale Item: Enter Checkmark
- Click Display
- Display Type: Select Hidden
- Click Save
- Create Workflow
- Go to Customization > Workflow > Workflows > New
- Basic Information:
- Name: Enter Set Expected Ship Date(Custom)
- Record Type: Select Transaction
- Sub Type: Select Sales Order
- Release Status: Select Testing
Note: Select Released if deployed. - Keep Instance and History: Select Always
- Enable Logging: Enter Checkmark
- Event Definition:
- On Create: Enter Checkmark
- On View Or Update: Enter Checkmark
- Double-Click State 1
- Click Actions
- Click New Sublist Group
- Click Save
- Click Sublist Action Group
- Click New Action
- Click Set Field Value
- Parameters:
- Field: Select Expected Ship Date(Custom)(Line)
- From Field: Enter Checkmark
- Record (Join Field): Select Current Record
- Field:Select Expected Ship Date (Line)
- Click Save