I am trying to Create New Record in a custom Section using an open edit page in Business Process but the section doesn't appear on the open edit page activity .
I have a requirement that in details once you created a record with a record number(for Ex:-800009), you can't create another record with same record number. I have to restrict the duplicate creation of record number.
I spent a couple of days looking at Creatio 8. It's undoubtedly the way forward, however a few issues:
With Creatio 7 it is possible to display a field on a Section form page with the value of a column from a linked object using a business rule, when the rule is triggered the field immediately...MoreLess
I have a business process with a preconfigured page that collects a few pieces of data, creates some related entities and then opens an edit page for one of the created records. Everything runs fine, but after process execution and after the record is loaded in the edit page, I get the message ...MoreLess
I need to put validation to restrict the lookup column "Name" to a certain number of characters(not 50,250,500). Can anyone suggest how can i achieve that?