Hello,
I'm trying to add an auto-numbering field in the Leads section following the instructions here: https://academy.creatio.com/documents/technic-sdk/7-13/how-add-auto-numbering-edit-page-field
I've made the 2 new system settings required:
I've also made a replacing Lead object in the package I'm working on and added a new event trigger before the record is added:
The process triggered by this signal on the object is set up with the expected elements:
With conditional logic:
One thing I think is missing is how to tie the new system settings into this process. Is there a schema or input I need to update for this?
Also, do the process element parameters need to be populated on the user task?
Thank you for your help finding what needs to be fixed to get this working!