MicroStrategy ONE

Create Contact Group statement

Creates a contact group.

Copy
CREATE CONTACTGROUP "contact_group_name" [DESCRIPTION "new_description"] [MEMBERS "member_name1" [, .. "member_nameN"]] [LINKMSTRUSER "user_id"] [(ENABLED|DISABLED)];

where:

  • CONTACTGROUP "contact_group_name" is the name of the new contact group, of type string.

  • DESCRIPTION "new_description" is the description of the contact group, of type string.

  • MEMBERS "member_name1..N" is a comma-separated list of contacts in the contact group, of type string.

  • LINKMSTRUSER "user_id" is the MicroStrategy user to link to this contact group, of type string. The security profile settings for the linked user are assigned to the contact group.

  • ENABLED | DISABLED indicates whether the contact group can have deliveries made to it in the MicroStrategy system. Disabling a contact group does not disable a user account in MicroStrategy.