Hi @HBIKKOPPEL
I think you need to:
-
Set up a custom event or workflow that monitors when customer order lines are added through the API “CustomerOrderHandling.svc/CustomerOrderLineSet “. This event can trigger a recalculation of the planned ship date based on the external transport lead time.
Or
2. Customize the logic. You could create a custom field or logic to automatically adjust the planned ship date based on the external transport lead time whenever a customer order line is added via the API “CustomerOrderHandling.svc/CustomerOrderLineSet “.
In Summary, What you have to do is;
- Verify if the API call itself includes an option to trigger recalculation.
- Check if there are relevant IFS custom events or workflows that should be invoked after an API call.
- Consider using a combination of IFS custom fields or configurations to ensure that the shipping date updates automatically based on external lead times.
If this answer helps you, please mark it as solved. This will assist other community users who may have similar concerns or need advice.
Regards,
Chanuka