Create your first automation in just a few minutes.Try Studio Web →
by Kartikay Dhar
0
Activity
<100
Summary
Summary
This custom activity can be used to perform actions in the MicroStrategy Application.
Overview
Overview
This package includes the following functionalities:
1. Create Token: This activity is used to authenticate a user. This will be the starting point for any action.
Arguments:
1. in_strLoginMode: Standard (1), Anonymous (8), or LDAP (16)
2. in_strPWD: User’s Password
3. in_strUID: User’s ID
4. in_strMSUrl: URL for Microstrategy
5. out_strToken: Authorization Token
6. out_strJSess: Session Token
2. Get All Projects: This activity is used to get all the projects which are available to the user.
Arguments:
1. in_strToken: Authorization Token
2. in_strJSess: Session Token
3. in_strMSUrl: URL for Microstrategy
4. out_Json_Results: A JsonArray Of Response
3. Get All Subscriptions: This activity is used to get all the subscriptions available to the user.
Arguments:
1. in_strToken: Authorization Token
2. in_strJSess: Session Token
3. in_strProjectId: Project’s ID
4. in_strMSUrl: URL for Microstrategy
5. out_Json_Results: A JsonObject Of Response
4. Get Report Details: This activity is used to get the details of a report.
Arguments:
1. in_strToken: Authorization Token
2. in_strJSess: Session Token
3. in_strProjectId: Project’s ID
4. in_ReportId: Report’s ID
5. in_strMSUrl: URL for Microstrategy
6. out_Json_Results: A JsonObject Of Response
5. Trigger Event: This activity is used to trigger an event. An event can be linked to subscriptions to trigger reports.
Arguments:
1. in_strToken: Authorization Token
2. in_strJSess: Session Token
3. in_strProjectId: Project’s ID
4. in_Eventid: Event’s ID
5. in_strMSUrl: URL for Microstrategy
6. Log Out: This activity is used to logout a user. This will be the ending point for any flow.
Arguments:
1. in_strToken: Authorization Token
2. in_strJSess: Session Token
3. in_strMSUrl: URL for Microstrategy
Features
Features
This activity can help in building bots that can work with MicroStrategy via API Calls. No need to automate the website. This will make the process faster and more accurate.
Additional Information
Additional Information
Dependencies
Newtonsoft.Json: "12.0.3", UiPath.System.Activities: "20.4.0", UiPath.WebAPI.Activities: "1.6.0"
Code Language
Visual Basic
Runtime
Windows Legacy (.Net Framework 4.6.1)
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0.0Updated
March 11, 2021Works with
Studio: 20.10 - 22.10
Certification
Silver Certified
Application
Support
UiPath Community Support
Resources