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!
If all you need to do is start a process, you can just create a process with a signal start on Record Added in the Webhook table. See https://academy...MoreLess
I'm trying to identify the ObjectName (schema name) and the RecordId of a form page that is currently open in Creatio (Freedom UI), using the context data available (as shown in the attachment). Is there a recommended way to retrieve this information through code or the browser console?
What’s the best way to access this data from within the button click handler?
This is possible, but only from the context of the page itself. I am not sure if it's possible from a sidebar to know anything about the current...MoreLess
Hey Team , i have a user task in the lead section and inorder to move from one stage to another ( custom stages) , i have put up a user based task. However when the user clicks on complete , the system throws the below error I have not written this view.On multiple compilations , i still seem to face this issue. Please note that this issue is occuring in my local , and when the same code is pulled by others to their local , this seems to work.
I'm trying to create a script into a business process to check the SIRET (French Enterprise Number). But I'm having a basic problem: an identifier is expected when I try to compile on line 59
using System.Text.RegularExpressions;
string siretNumber = Get<String>("siret");...
I need to store a snippet of HTML code (e.g., a button or formatted content) into a field of an object (e.g., a text or string field). Later, I want to render this HTML dynamically on a page at runtime.
What’s the best way to store the HTML safely and then render it so that it's interpreted as actual HTML (not plain text) in the UI? Are there any security or encoding considerations I should keep in mind?
Does anyone know what value goes in the screenshot below for Unique Caption ID, when adding a notification record for a feed (record)? I have tried the Feed Channel ID but the link does not take the user to the record (nor does the ID of message). Many thanks
I'm working with Creatio Freedom UI and I need to embed a custom HTML layout along with some JavaScript logic (e.g., loading an external widget) into a page.
Creatio does allow you to create your own custom UI components that you can add to the UI and even handle requests, read data, bind properties...MoreLess
Creatio does allow you to create your own custom UI components that you can add to the UI and even handle requests, read data, bind properties...MoreLess