Microsoft Dynamics Finance and Operations Application Scope
UiPath.MicrosoftDynamicsFO.Activities.MicrosoftDynamicsScopeActivity
Opens a connection to the specified Microsoft Dynamics instance, providing a scope for all Microsoft Dynamics activities.
In the Body of the Activity
To build your project and enable the Object Wizard in other activities, you must use the Connection Wizard by clicking the Configure button.
To learn more about the Connection Wizard, see the Business Activity Frameworks page.
Properties
Common
- DisplayName - The display name of the activity. This field supports only
StringsorStringvariables.
Connection
- AuthenticationType - Client Credentials is selected by default.
- ClientId - The ID of the application (client) registered with Azure AD. This field is optional if you select the Password Credentials authentication type.
- ClientSecret - The client secret for the application. This field is required if you chose the Client Credentials authentication type.
- EndpointUrl - The URL of the Microsoft Dynamics instance.
- Prompt - Select the type of behavior while establishing a connection with password credentials. There are three available options:
- Auto - Will prompt the user for credentials only when necessary.
- Select Account - Will prompt the user to select an account. Choose this option when there are multiple accounts.
- Always - Will prompt for credentials even when there is a token in the cache.
- TenantId - The ID of the Active Directory tenant. Optional if you selected the Password Credentials authentication type.
Existing Connection
- ExistingMicrosoftDynamicsConnection - A connection from the parent Application Scope to use instead of a new connection.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Options
- ReportApiErrorAsException - When selected, API error responses are reported in BusinessActivityExecutionException by all child activities that use this application scope. When cleared, the child activity populates the API error message in the ResponseStatus output property and workflow execution continues. Check the ResponseStatus property to confirm successful execution.
Output
- MicrosoftDynamicsConnection - The connection which can be passed to a child application scope.