Hi Stephen, I am not sure there is such a built-in way to do that. You may have just to set a temp field equal to the 'Group List' field from the user form and go though the sting to find if the user is a member of GroupB.
I just did a quick test to confirm my suspicion that doing this with an AL will return the group number separated by colons and not the actual group names (at least it does on ARS 7.0.01). You may have to add another temp field for setting the group number from the Group form but using the colon separated group IDs should work better to confirm the group rather than 'Group List' LIKE "%" + "Support" + "%" which would return APP-Support, Desktop Support, etc. Jason -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Heider, Stephen Sent: Thursday, July 19, 2007 5:27 AM To: [email protected] Subject: IsGroupMember, Not $USER $ List, This seems like an easy one, but I am drawing a blank this morning. What built-in workflow command do you use to determine if another user (not the currently logged in $USER $) is a member of a group? For example, in workflow I want to see if UserA is a member of GroupB. UserA is not the one that is logged in. ARS 6.3, 7.0.1 Stephen ____________________________________________________________________________ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

