I'm really struggling to figure out a form and browse like the DropFilter example.
Has anyone worked with drop downs enough to help with these concepts...
When a new selection is chosen from a drop down list, can I capture the value of the drop down right away, and if so, what embed would I use? I want to capture something like p_web.SSV('Status',MAT:Status) for each drop down.
My form has three drop downs to allow users to find material records: Material, Location, and Status. All are parent records of my browse. However, I'm not using them a straight filter value, I have to do some lookups and things first. Thanks for any advice, I've been trying to wrap my head around this for hours.