Notifications
Clear all
Topic starter
Has anyone ever attempted to control a visibility region by role or job title? Is it possible? If so, what are you using to do this?
Posted : May 24, 2017 3:52 am
There are MEL commands for:
USER_JOBTITLE()
USER_ROLES("comma")
with either, figure to use a MATCH command to determine position; if >0 then a match
Posted : May 24, 2017 4:51 am
Topic starter
Thanks! I ended up putting this in the visibility region and it worked perfectly:
USER_JOBTITLE()=="Physician" OR
USER_JOBTITLE()=="Physician Assistant" OR
USER_JOBTITLE()=="Nurse Practitioner"
We are trying to lock down a portion of a form so that only our actual providers can use it.
Posted : May 24, 2017 7:36 am