Hi,
I have a form that has a number of dropdown lists. Some of these dopdown lists contain a LOT of records.
I want to be able to filter Dropdown2 depending upon what has been chosen in Dropdown1.
Example
I choose 'Project003' from Dropdown1
I only see two options available in Dropdown2 (not the full 20 or whatever) obviously there would have to be be some kind of relationship table where I can filter this
I am not an X++ developer but have done something like this in the past, different language, where I had to create Xref tables creating the cross references.
Anyone any simple ideas
As I say I am thinking extend form in X++ Aot and use this new Xref table as a filter when the Dropdown list is being rendered.
Would be rather nice if I could do a saved view in the Dropdown List where the user could pin it as a default.
Any help appreciated
Thanks