You need to sign in to do that
Don't have an account?
Error when trying to activate an Order - "Order Start Date can't be later than its contract's end date"
I have a Flow that does order activation and it is working fine in one sandbox but deployed to a 2nd sandbox and getting this error:
FIELD_INTEGRITY_EXCEPTION: Order Start Date can't be later than its contract's end date.
Has anyone seen this error? I checked and double-checked the Contract and Order and the start/end date values are OK. The Order start/end dates are within the Contract's start/end dates.
Any tips are much appreciated - I am scheduled to demo this flow today but maybe not :-O
FIELD_INTEGRITY_EXCEPTION: Order Start Date can't be later than its contract's end date.
Has anyone seen this error? I checked and double-checked the Contract and Order and the start/end date values are OK. The Order start/end dates are within the Contract's start/end dates.
Any tips are much appreciated - I am scheduled to demo this flow today but maybe not :-O
Presuming that your flow is like similar mentioned in this link : https://automationchampion.com/2014/03/06/orders-management-in-salesforce-part-1/ (#)
and regarding your error please check Order Start Date can’t be earlier than the contract start date.
let me know if this helped you !!
Thanks
Thanks
Also my contract could have multiple orders each with different dates but I have confirmed none of the orders have dates outside the contract dates. I have a fairly complex flow involved with the activation process so I'm going to do a extra careful review of the Flow although it has been working for most cases.