Restrict value in drop-down field

Hii ,

i want to restrict some of the values in drop-down field for a particular users in CMS.
For eg. if user1 access then he can only see few values in drop-down field which is different from user2 if he logins.

Thanks,
shubham

you need to implement some logic in your own valuelistProvider (CMS service)
see configuration at:

1 Like