i need a workaround where the List of Values change dynamically of the Popup LOV based on a Page Item. For instance when the Page Item holds the value 1 then the values of the POPUP LOV should be 10, 11, 12, 13 and so on. When the Page Item holds the value 2 then it should be 20, 21, 22 and so on. I need this not for numbers but for the different departments with its divisions.
0
votes
1 Answers
2
votes
You would want to set up the Department field to be a cascading LOV this way whenever the Division field changes, the Department field will update as well.
I've built an example application for you to see how it would work.