cancel
Showing results for 
Search instead for 
Did you mean: 

C4C - Change Default Requested Delivery Date During Order Creation

cheska_c4c
Discoverer

Hi,

We need to change the default value of the Requested Delivery Date field on New orders of a specific country.

On Business configuration. the Data profile setup is + 2 Days which is applicable for all countries.

Is there a way to change it to Current Date + 4 Days for only 1 country? What would be the best way to do it?

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Kudos

Hi,

You can think of writing a logic in Root-->AfterModify event for a spcific conuntryand update the field for CustomerQuote.RequestedFulfillmentPeriod.TimePointPeriod.StartTimePoint.DateTime.content.

Note: You can think of putting a check before updating that SystemAdministrativeData is initial which will make sure that only in case of creation the date of delivery is updated.

Thanks

Saurabh