I have 2 actions I am trying to accomplish and not sure how to do it.
First is with Customer Shipment Entry.
- When the pack is started the Date/Time field PackStarted_c is populated with the current Date and Time.
- When the pack is closed the Date/Time field PackCompleted_c is populated with the current Date and Time. If the pack is reopened and closed, then the field is updated.
- When the Shipped box is checked that the value in ShipHead.ShipPerson is set to the current user and if unchecked than null. The person packing the order may not be the person shipping and thus not the default value.
Second is with Ship Stage Confirm. - When action Ship confirm is completed that all packs on the master pack has this field in ShipHead.ShipPerson updated to the current user.
- This would be reversed unship confirm is done.
It looks like this would have to be custom code in the BPM and if so I just need to know that. I have been reviewing the BPM objects and not sure I can do it from there.
This is new for me.