I am developing a client side filter for a lookup in a section page (Freedom UI). I want to reload (re-filter) the lookup when the stage of the current record is updated (when GlbReloadEntityPage message is received).
We made changes to existing tabs under "Dashboard" section in dev environment. Then we data bound the tabs data in SysDashboard Object and migrated to Pre environment. But the changes we made to the existing tabs such as Campaign Totals, Email Total etc. are not reflecting in the pre...MoreLess
We are trying to find an elegant way of preventing the execution of business processes from create, update and delete elements within other business processes.
Think of it as Outlook's 'Stop processing more rules' flag.
We could set a certain flag and add it to the other processes' signal...MoreLess
I have a process that runs when a new record is inserted and ‘does stuff’, it works perfectly, but.
When I do a bulk upload from Excel to that object, the process runs in isolation, in parallel, for each row in Excel.
Is there any way that the process could ‘detect’ that the inserted record comes from an Excel import and wait for FIleImport process to finish loading and then process row by row of excel?
The best approach I found is to import on temporary table and when done run a process who move records to final one, but I want to found some...MoreLess
I’m trying to hide fields in Freedom UI conditionally, but it seems this can only be done with code. Unfortunately, the online resources available did not help me that much. Any guidance would be greatly appreciated!
This email for asking additional hints/clarifications.
We are preparing Creatio UI automatic testing using Selenium.
ID locator in Selenium is the most preferred and fastest way to locate desired WebElements on the page. Since IDs are unique for each element on the page, it is considered th...MoreLess
We are inserting records in GivenName and Surname fields in Contact Table via API. We are seeing full name in the Name field in UI (which is a concatenation of GivenName and Surname), but the GivenName and Surname fields are blank. How can we get GivenName and Surname to display values?
I need to create a web service to integrate with an ERP. I have a list with all endpoints, methods and parameters.
Is there a way where I can import the data from an Excel file into the web service in Creatio or any other way where I don´t have to create one by one?