Hello Gurus,
Without using scripting in the UI designer (because of iPad usage), I need to achieve the following requirement.
I have a drop down list of item numbers in an embedded component. If we choose an item from the drop down, the table below should filter out and show only the records of the selected item. If we choose "All" from the drop down, the table should show all the records of all the items.
The table is from a custom node [0..n] in Opportunity BO. We can make changes (add fields etc) to the design if we like.
What is the best possible way to achieve this? The attributes in the list are editable.
I am hoping a custom query on the node and some how binding it with the data list...
Sample UI:
Select one item:
Select All: