How to Show Contacts in a dropdown based on selected Account on Custom page?
Hello Creatio Community,
I want to display Contact List in a dropdown. The Contacts should be dynamically filtered based on the Account selected in another dropdown on the same page, As Shown in below Image.
Requirement:
When the user selects a particular Account, the Contact dropdown should update to display only the Contacts associated with that Account. Both fields Account and Contact are linked to Custom object in Creatio.
Questions:
1. How can I dynamically filter the Contacts dropdown based on the selected Account?
2. Are there specific methods or best practices in Creatio Freedom UI for implementing such a dependency?
Thanks & Regards,
Ajay Kuthe.
Like
Hello,
Unfortunately, the desired functionality cannot be implemented with user's methods. However, as a workaround, you can do the following:
1) Here is an example of the functionality you need. It describes how to filter dropdown values - https://customerfx.com/article/dynamically-filtering-a-lookup-on-a-creatio-freedom-ui-page/
2) Another option: create a dropdown on the page where macro source is selected. Then create a filtering business rule that will filter values in the parameter based on the added dropdown value.
We want to assure you that we have created a request for our development team to implement this functionality in future versions of our application.
Hello,
Unfortunately, the desired functionality cannot be implemented with user's methods. However, as a workaround, you can do the following:
1) Here is an example of the functionality you need. It describes how to filter dropdown values - https://customerfx.com/article/dynamically-filtering-a-lookup-on-a-creatio-freedom-ui-page/
2) Another option: create a dropdown on the page where macro source is selected. Then create a filtering business rule that will filter values in the parameter based on the added dropdown value.
We want to assure you that we have created a request for our development team to implement this functionality in future versions of our application.