Some examples & use cases are,
1) I have to check to make sure that the START DATE is not from the past date from today.
2) I have to check to make sure END DATE is not before START DATE
START DATE =3/9/2020
END DATE = 2/1/2020
3) I have to check that the START DATE is not more than 90 days from today
These are just examples. In general, how do I specify date criterias in product rule/error conditions? Does CPQ support LAST_N_DAYS:n, and other date specific syntax?
5 answers
Actually - using Salesforce's Standard Object Validation Rule did the trick! Apparently, Salesforce CPQ does respect the validation rule and display's it nicely!