I am facing an issue when working with the JS editor in Creatio. After adding JavaScript code and clicking "Save," I receive a popup notification that says "Record successfully added." However, when I close the tab and reopen it later, the JS code is missing, and I have to re-enter it.
Has anyone encountered this issue? Is there any solution or workaround to ensure that the code is saved properly and remains after reopening the tab?
I have a question: How can I get the current user's name, organizational role, functional role, and their manager's name, and auto-populate these values into different fields?
Could you please describe step by steps? i'm using 8.2.2
We have a environment where Creatio is System of engagement and core processing is done by backend system. When we query in the Creatio (say using Search field) Creatio invokes SelectQuery -- so how can trap the row count it returns and call a business process if it is zero -- the business process will invoke a API which gets the data from backend application and updates creatio
Just business process with ability to inovke API and load Creatio objects is ready and working fine just how to invoke from Search (from Freedom UI)
I am trying for creatio analyst certification. In the assignment, they asked to create one sample case using freedom ui.
Create a sub-process in the case in [Ideas] section at the “Approval” stage. The process must send the request for approval (the person seeking the approval manually selects the approver). In case of a positive approval, the case stage is changed to “Implementation”, if the approval is rejected then the case transitions to “Closed” stage.
I have tried the above steps, but i could not get the 'approval component' in the page. It is not at all displaying.