Drop Down filter based on loginUserid
I am filtering a dropdown based on a field in the form - ForemanUserID
if the current zohologinuserid == ForemanUserID the job should show in the dropdown.
This works initially. When I log in as another user however, I see the list from the former user.
Do I need to clear this list - somehow?
This is on a subform. Additionally - this dropdown is used to filter the selection on the next field - also a dropdown.
Don't know if this is relevant..