We are trying to automate the data import process in every page (for every data models) of Creatio, instead of manually selecting and importing the excel data into creatio. Is this possible in creatio? If possible to automate what would be the requirements ? Please let me know.
I'm working on a Freedom UI application where I need to enhance the List view page by including fields from a related object.
I have a list of records displayed using a standard List page from my page-level data source. However, each of these records also has related entries in the SocialMessage...MoreLess
I am trying to implement a permissions model for a collaborative application in Freedom UI, where different users interact with a record based on their role as explained below -
Author – The user who creates the record.
Can create new records.
Can edit all fields of the records they...MoreLess
I wanted to rework Contact page in designer. I deleted default tabs and created new one. When I saved changes and checked the results, I saw 3 lists on the page. They were on default tabs, but now they are directly on the page.
The problem is that lists are not visible in designer now. Is there a way to delete them from Contact page?
I have a scenario where I need to call a POST API that returns an HTML response. I want to display this HTML content inside an IFrame on a Freedom UI page.
Since the standard IFrame component accepts a URL (which works with GET), I’m not sure about the best approach to: