Does anyone have a sample relevance statement that can be used to target an action based on subscription to an automatic computer group?
Thanks,
Mooney
Does anyone have a sample relevance statement that can be used to target an action based on subscription to an automatic computer group?
Thanks,
Mooney
Because it’s possible to create multiple groups with the same “Name”, it’s best to use the GroupID in relevance …
exists true whose (if true then (member of group 12345 of site "sitename") else false))
To determine the ID for a Group, in the console viewing the Groups, you can either check the Description
tab, or expose the ID property in the Group View by right clicking the Header and selecting ID. Simply use the portion of the ID after “00-
”. You will also need to include the “Name” of the site that the Group lives in. If the Group is in the Master Action site, use “actionsite
”.
You should be able to use just this:
member of groups 12345 of sites