MicroStrategy ONE

Trigger Subscriptions statement

Trigger multiple subscriptions manually. The subscriptions are specified by various criteria.

Copy
TRIGGER [ALL] SUBSCRIPTIONS [FOR SCHEDULEschedule_name] FOR RECIPIENTS (CONTACTcontact_name| ADDRESSaddress_name| CONTACTGROUPcontact_group_name| USERuser_name) FOR PROJECTproject_name;  
Copy
TRIGGER [ALL] SUBSCRIPTIONS FOR CONTENT (report_or_document_name IN FOLDER location_name) | GUID report_or_document_guid) FOR PROJECTproject_name;
Copy
TRIGGER [ALL] SUBSCRIPTIONS FOR SCHEDULEschedule_name[FOR PROJECTproject_name]  [FOR DELIVERYTYPE 
 (EMAIL | FILE | PRINT |
Copy
TRIGGER [ALL] SUBSCRIPTIONS FOR PROJECTproject_name;
Copy
TRIGGER [ALL] SUBSCRIPTIONS [FOR SCHEDULEschedule_name] FOR OWNERuser_nameFOR PROJECTproject_name;
Copy
TRIGGER SUBSCRIPTIONsubscription_name [MANAGE ALL] FOR PROJECTproject_name;

where:

  • schedule_name is the name of the schedule
  • contact_name is the name of the contact
  • address_name is the name of the address
  • contact_group_name is the name of the contact or group

  • user_name is the name of the user

  • project_name is the name of the project

  • report_or_document_name is the name of the report or document

  • report_or_document_guid is thereport or document ID

  • location_name is the name of the folder where the report or document resides

  • project_name is the name of the projectwhere the report or document resides