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:
I have a bussiness process whicc extracts some values from a pdf, from the extraction on the pdf, there is a string value: "SecondaryPayerName". now I have on a table "GCSeekPayer", some values and i need a script task to find if a value is in the "SecondaryPayerName" string.