I would like to know if its possible to set a workflow validator that if a user is eneterd into a sign user custom field that the user must belong to a specific group?
I have tried the follow simple script but it does not seem to work?
cfValues[‘Some Custom Field’] == isUserMemberOfGroup(‘Group Name’)
Your script does not make a lot of sense. Translated into English, it asks "is the value in (custom field) equal to (yes or no)?"
I suspect you need something more like
crowdService.isUserMemberOfGroup(cfValues['some Custom Field'], "Group Name")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.