Restricting Enumeration values with respect to User Role

1
I have two user roles Sales_manager and sales_man.  I am using a list of Enumeration with drop down option to filter the data. The admin should see the complete drop down list (which works fine) but for sales man I want to limit the drop down to show him only specific Enumeration values to select and filter out the data.. any idea how it can be done?
asked
1 answers
0

Hello Muhammad,

Unfortunately you cannot restrict enumerations from displaying. 

I suggest using a separate object for the drop-down and a reference selector, that way you can engineer restrictions.

See this guide if it's your first time using reference selectors.

Hope this helps.

answered