The setup of this new multiselect control involves two key steps:
Creating an Object to Store Data You first create an object that includes two lookup columns. One column holds the selected lookup value (for example, “Contact”), and the other connects the multiselect entries...MoreLess
Hello, I do not quite understand what you are trying to achieve, if you want to implement a multi-select, then this option will be fully available in version 8.2.1.
I am currently facing an issue with a model page that contains two lookup fields: one for contact and the other for email. My goal is to allow the user to select an email address associated with the selected contact, not just the primary email, but any email linked to that contact....MoreLess
It is hard to tell what the issue is based on the code alone, in this situation, it would be better to run a proper debug to see what exactly...MoreLess
I have a custom button on Contact Section. This button allows the user to set up the Owner to multiple Contacts when selected.
The problem appears when I "Select all" the button turns gray and cannot be pressed. If I choose "Select multiple" and check the same records (contacts) then the button works.
In this example there are a lot of records, but I've tried the same thing with only 20 contacts that are all loaded in the page (scrolled until the last one) and it does the same.
Hi Team, I have implemented a multi-select lookup field using the guidelines from this article: https://customerfx.com/article/invoking-a-multi-select-lookup-dialog-on-a-creatio-freedom-ui-page/ Now, I have a requirement to filter the multi-select lookup based on another lookup field. I tried adding a filter for the entity schema name, but it is not being reflected. Is there a way to filter the multi-select lookup?
I created a multi select lookup page for a detail in freedomUI using "crt.OpenLookupPageRequest" functionality. I wanted to either remove already selected records in the popup window or show them as checked if they are added into the detail.
Question on OpenLookupPageRequest. In an edit scenario, could you pass the already selected options so that they appear already selected in the lookup list?