cancel
Showing results for 
Search instead for 
Did you mean: 

Where is "Execution Start Date" in the BO Sales Order?

Former Member
0 Kudos

Hello,

I´m new to BYD programming and I have a few other questions that I hope you guys can help me. When I release a Sales Order BYD creates a "Customer Demand" in Outbound Logistics Control.

I´m looking for "Execution Start Date". I already found it in the BO SupplyPlanningRequirement but I can´t use it in my programming because it´s in another Deployment Unit.

- Sales Order in CRM

- SupplyPlanningRequirement in SupplyChainControl.

My Questions are:

Is "Execution Start Date" also in the BO Sales Order? If yes, where is it?

How can I find out where which Item is without debugging? It takes a lot of time for me to debug ...

How can I use an information from a Deployment Unit in another Deployment Unit? Is It possible ?

Best regards

Viet Duc

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183363
Active Contributor
0 Kudos

Customer demand, in the back end, is the CustomerRequirement BO --- the node you want is CustomerRequirement.ExternalRequest.ExternalRequestItem. The field in question is probably either PromisedScheduleLine.DateTimePeriod.StartDateTime, or RequestedSchedulineLine.DateTimePeriod.StartDateTime.