Announcements
hi. how to set dependent dynamic lookup set filter on entity list on portal crm?
Hi, is that CRM - Model Driven App? or is that Portals - Portal App?
If Portals app please look at this: oliverrodrigues365.com/.../
Hi, Golnaz
Unfortunately, with the existing filter settings, it is not possible to achieve your needs.
However, you can try to add a JavaScript to control the options of the second filter.
You can get the ids of the filter lists by selecting the element with F12.
For example, the id of the first one is ‘dropdown_0’ and the other one is ‘dropdown_1’.
var obj1 = $("#dropdown_1")[0]; obj1.options[0] = new Option(""); obj1.options[1] = new Option(""); obj1.options[2] = new Option("");
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Nya
Hi Nya.
i have two dynamic lookup set filter: 1-produkt 2-produkt group. i want when i select product group, second dynamic lookup set filter shows the product that related to selected product group.
thanks
Hi, Golnaz
You can set a dynamic lookup filter in Portal Management app.
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Nya
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156