S45 Group Membership Indicator
Use the S45 Tag to confirm group membership. The tag returns True if the current, logged-in user is a member of the specified group; otherwise, it returns False.
Application
Contacts
How to Enter Using the Content Editor Toolbar
Unlike most S-Tags, S45 Tags are added in the Content Editor toolbar by clicking the Conditional button rather than clicking the Component button.
To add an S45 tag in COM:
Click Conditionals and select Groups > Is in group/Is not in Group.
To add an S45 tag in CMS:
- In the CMS WYSIWYG editor, click Insert Component.
- Select CRM Content from the Component Type list.
- In the Content Editor, click Conditional.
- On the Insert Conditional menu, select Groups > Is in group/Is not in Group and click Insert.
- Click Finish to close the Content Editor.
Luminate CMS Compatible?
Yes, the S-Tag can be added using the Content Editor.
Format
- Standard
[[S45:group_ID]]
- XML
<convio:session name="45" param="group_ID"/>
Parameters
- group_ID - The ID of the group to check
Sample Code
- Standard
[[?[[S45:1001]]::TRUE::Welcome, Road Runner!::Join the Road Runners!]]
- XML
<convio:session name="45" param="1001"></convio:session>