Need to store Social Security Number -- so do we check box "Contains personal data" for storing and for retrieval using some expression to mask the data. Does Creatio has out of box functionality to handle SSN
I have to integrate Freshcaller application into Creatio for embedding features like calling, call logging, and contextual agent info directly inside Creatio.
Could you please help me out How can I achieve this?
I need to trigger a business process (BP) whenever a new record is inserted into the Webhook object through a webhook.
I’m using the Entity Event Layer and listening to the OnInserted event for the Webhook object. How can I trigger the BP from the entity event code when a new record is added?
I’ve tried using ProcessExecutor and ProcessManager, but encountered access issues. Any help or example code would be greatly appreciated!