0
edits
Changes
InRole
,no edit summary
'''@meobject.inRole(Rolename)@'''
This syntax can be used on [[submit logic]], [[visibility condition]], [[browser script]] or any other role specific validation. It will always return a value, either true or false. There are three things to use caution about this new and user-friendly syntax.
*'''Case Sensitive''' – Watch for lower case “i” and upper case “R”
'''Correct''': '''@me.inRole(Organization Contact)@'''
'''Wrong''': “@meowner.inRole(Organization Contact)@”
'''Wrong''': @me.inRole(“Organization Contact”)@