I need to create a multi value field based on lookup.
The only solution I found is https://customerfx.com/tool/multi-select-text-field/.
But it seems to work only with classic UI.
Is there a solution with Freedom UI ?
Like
Hi Olivier,
If I understand your requirement correctly, this should be straightforward. You just need to create a object which can store the two lookup values you want to connect.
Example: To save multiple Industries for an Account, create an object called "Industries in Account" (inheriting from BaseEntity) with two lookup columns: "Account" and "Industry".
Then, set up the Multiselect Lookup component on your Account edit page via the No-Code Designer:
• Lookup: "Industry"
• Multiselect Value Storage: "Industries in Account"
• Apply filter by page data: Account.Id = IndustriesInAccount.Account
Optionally, you can add a static filter to pre-filter the available Industry values, or set the "Required" attribute to ensure at least one Industry must always selected before saving.
Let me know if you have any questions.
Best,
David
Hi Olivier,
If I understand your requirement correctly, this should be straightforward. You just need to create a object which can store the two lookup values you want to connect.
Example: To save multiple Industries for an Account, create an object called "Industries in Account" (inheriting from BaseEntity) with two lookup columns: "Account" and "Industry".
Then, set up the Multiselect Lookup component on your Account edit page via the No-Code Designer:
• Lookup: "Industry"
• Multiselect Value Storage: "Industries in Account"
• Apply filter by page data: Account.Id = IndustriesInAccount.Account
Optionally, you can add a static filter to pre-filter the available Industry values, or set the "Required" attribute to ensure at least one Industry must always selected before saving.
Let me know if you have any questions.
Best,
David