Question

Validation in Creatio

I am trying to figure out how my system is validating fields on an Opportunity.  We have two required date fields on the page, one for the closing date and another to capture the date the User is expecting the first shipment if the Opportunity is won.  

Currently, our validation rules require that the date the User enters in the first shipment field must be AFTER the close date (e.g. If closing date = n then the first shipment date must be at least n+1).  I want to adjust the rule so that the first shipment date can be the same as the closing date or later.

When I look for the validation section of the Opportunity page with the two fields I find this at the bottom of the script:

The academy shows a different script when describing validation schema (see below) which leaves me at a bit of a dead-end.  Any idea how validations might be implemented and how I might access the code?

Thanks in advance!

 

Like 0

Like

0 comments
Show all comments