Juraj, a follow-up question. So a little confused on this...so say there are three options in the dropdownlist; Industrial, Mobile, Clean Energy. The last (Clean Energy) is the one that only a given role should be able to view. So do you add the other two using the same type of Macro syntax you gave as an answer (if (CurrentUser.IsInRole("RoleCodeName")==true) {< enumObject >} else {< enumObject2 >}), or do the first to get added as List Options and then the last uses the Macro. Sorry for the confusion, just not sure. Thank you :)