String
Microsoft Dynamics 365 For Operations Connector 2.2 Reference - Mule 4
Anypoint Connector for Microsoft Dynamics 365 for Finance and Operations (Microsoft Dynamics 365 for Operations Connector) enables integration with Microsoft Dynamics 365 for Operations Web API.
Configurations
Microsoft Dynamics 365 For Operations
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
The name for this configuration. Connectors reference the configuration with this name. |
x |
||
Connection |
The connection types to provide to this configuration. |
x |
||
Expiration Policy |
Configures the minimum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. This does not mean that the instance expires at the exact moment that it becomes eligible. Mule purges the instances as appropriate. |
Connection Types
OAuth 2.0
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Scope |
String |
OpenID Connect scope |
openid |
|
Resource |
String |
OAuth endpoint URL |
x |
|
Response Type |
String |
Tells the authorization server what parameters to return from the authorization endpoint |
query |
|
TLS configuration |
Defines a configuration for TLS, which can be used from both the client and server sides to secure communication for the Mule app. When using the HTTPS protocol, the HTTP communication is secured using TLS or SSL. If HTTPS is configured as the protocol then the user needs to configure at least the keystore in the |
|||
Read Timeout |
Number |
Specifies the amount of time in milliseconds that the consumer waits for a response before it times out. Default value is 0, which means infinite. |
0 |
|
Connection Timeout |
Number |
Specifies the amount of time in milliseconds that the consumer attempts to establish a connection before it times out. Default value is 0, which means infinite. |
0 |
|
Time unit |
Enumeration, one of:
|
Time unit to use for the Connection Timeout and Read Timeout parameters |
|
|
Host |
String |
Hostname of the proxy. If this property is not set, then no proxy is used; otherwise a proxy is used, but a proxy host must be specified. |
||
Port |
Number |
Port of the proxy. If |
||
Username |
String |
Username used to authenticate against the proxy. If this property is not set, then no authentication is used against the proxy; otherwise this value must be specified. |
||
Password |
String |
Password used to authenticate against the proxy. |
||
Reconnection |
When the app is deployed, a connectivity test is performed on all connectors. If set to |
|||
Consumer Key |
String |
The OAuth consumer key as registered with the service provider. |
x |
|
Consumer Secret |
String |
The OAuth consumer secret as registered with the service provider. |
x |
|
Authorization Url |
String |
The service provider’s authorization endpoint URL. |
|
|
Access Token Url |
String |
The service provider’s access token endpoint URL. |
|
|
Scopes |
String |
The OAuth scopes to request during the OAuth dance. If not provided, it defaults to the scopes provided in the annotation. |
||
Resource Owner Id |
String |
The Resource Owner ID that each component should use if it doesn’t otherwise provide a reference. |
||
Before |
String |
The name of a flow to execute before starting the OAuth dance. |
||
After |
String |
The name of a flow to execute immediately after an access token is received. |
||
Listener Config |
String |
A reference to a <http:listener-config /> to use to create the listener for the access token callback endpoint. |
x |
|
Callback Path |
String |
The path of the access token callback endpoint. |
x |
|
Authorize Path |
String |
The path of the local HTTP endpoint that triggers the OAuth dance. |
x |
|
External Callback Url |
String |
If the callback endpoint is behind a proxy or accessible through a non direct URL, use this parameter to tell the OAuth provider the URL to use to access the callback. |
||
Object Store |
String |
A reference to the object store to use to store each resource owner ID’s data. If not specified, Mule automatically provisions the default object store. |
OAuth Username Password (Deprecated)
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Username |
String |
Username used to initialize the session. |
x |
|
Password |
String |
Password used to authenticate the user. |
x |
|
Resource |
String |
The Application ID URI of the web API (secured resource). |
x |
|
Client Id |
String |
The Application ID assigned to your app when you registered it with Azure AD. You can find this in the Azure Portal. Click Active Directory, click the directory, choose the app, and click Configure. |
x |
|
Client Secret |
String |
The Application Secret that you created in the app registration portal for your app. It should not be used in a native app, because client_secrets cannot be reliably stored on devices. It is required for web apps and web APIs, which have the ability to store the client_secret securely on the server side. |
x |
|
Token Request Endpoint |
String |
x |
||
Reconnection |
When the app is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. |
|||
Read Timeout |
Number |
Specifies the amount of time in milliseconds that the consumer waits for a response before it times out. Default value is 0, which means infinite. |
0 |
|
Connection Timeout |
Number |
Specifies the amount of time in milliseconds that the consumer attempts to establish a connection before it times out. Default value is 0, which means infinite. |
0 |
|
Host |
String |
Hostname of the proxy. If this property is not set, then no proxy is used; otherwise a proxy is used, but a proxy host must be specified. |
||
Port |
Number |
Port of the proxy. If host is set then this property must be set and cannot be a negative number. |
||
Username |
String |
Username used to authenticate against the proxy. If this property is not set, then no authentication is used against the proxy; otherwise this value must be specified. |
||
Password |
String |
Password used to authenticate against the proxy. |
Operations
Execute Operation
<dynamics365ForOperations:execute-operation>
Executes a request against a URL in the https://host_uri/api/Services/service_group_name/service_group_service_name/operation_name
format.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Parameters |
Object |
Parameters of the operation to execute. |
#[payload] |
|
Service Group |
String |
The service group name (first level metadata key). |
x |
|
Service Name |
String |
The service name (second level metadata key). |
x |
|
Operation |
String |
The operation name (third level metadata key). |
x |
|
Target Variable |
String |
The name of a variable in which to store the operation’s output. |
||
Target Value |
String |
An expression that evaluates against the operation’s output. The outcome of this expression is stored in the target variable. |
#[payload] |
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Throws
-
DYNAMICS365FOROPERATIONS:INVALID_CREDENTIALS
-
DYNAMICS365FOROPERATIONS:INVALID_CONNECTION
-
DYNAMICS365FOROPERATIONS:LOGIN_FAILED
-
DYNAMICS365FOROPERATIONS:TIMEOUT
-
DYNAMICS365FOROPERATIONS:INVALID_INPUT
-
DYNAMICS365FOROPERATIONS:CONNECTIVITY
-
DYNAMICS365FOROPERATIONS:NOT_FOUND
-
DYNAMICS365FOROPERATIONS:UNKNOWN
-
DYNAMICS365FOROPERATIONS:RETRY_EXHAUSTED
Import Data Recurring Job
<dynamics365ForOperations:import-data-recurring-job>
Facilitates submitting data to recurring data jobs.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Uri Path |
String |
Import URI, for example: |
|
|
Activity Id |
String |
Activity ID. |
x |
|
Entity Name |
String |
Entity name. |
x |
|
File input |
Binary |
Data to submit. |
#[payload] |
|
Target Variable |
String |
The name of a variable in which to store the operation’s output. |
||
Target Value |
String |
An expression that evaluates against the operation’s output. The outcome of this expression is stored in the target variable. |
#[payload] |
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Throws
-
DYNAMICS365FOROPERATIONS:INVALID_CREDENTIALS
-
DYNAMICS365FOROPERATIONS:INVALID_CONNECTION
-
DYNAMICS365FOROPERATIONS:LOGIN_FAILED
-
DYNAMICS365FOROPERATIONS:TIMEOUT
-
DYNAMICS365FOROPERATIONS:INVALID_INPUT
-
DYNAMICS365FOROPERATIONS:CONNECTIVITY
-
DYNAMICS365FOROPERATIONS:NOT_FOUND
-
DYNAMICS365FOROPERATIONS:UNKNOWN
-
DYNAMICS365FOROPERATIONS:RETRY_EXHAUSTED
Retrieve Multiple
<dynamics365ForOperations:retrieve-multiple>
Retrieve multiple entities by URL.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
Data Query URL |
String |
The URL, in ODATA format, to use to retrieve the entities. |
#[payload] |
|
Streaming Strategy |
|
Configure how Mule processes streams with streaming strategies. Repeatable streams are the default behavior. |
||
Target Variable |
String |
The name of a variable in which to store the operation’s output. |
||
Target Value |
String |
An expression that evaluates against the operation’s output. The outcome of this expression is stored in the target variable. |
#[payload] |
|
Reconnection Strategy |
A retry strategy in case of connectivity errors. |
Throws
-
DYNAMICS365FOROPERATIONS:INVALID_CREDENTIALS
-
DYNAMICS365FOROPERATIONS:INVALID_CONNECTION
-
DYNAMICS365FOROPERATIONS:LOGIN_FAILED
-
DYNAMICS365FOROPERATIONS:TIMEOUT
-
DYNAMICS365FOROPERATIONS:INVALID_INPUT
-
DYNAMICS365FOROPERATIONS:CONNECTIVITY
-
DYNAMICS365FOROPERATIONS:NOT_FOUND
-
DYNAMICS365FOROPERATIONS:UNKNOWN
Retrieve Multiple By Query
<dynamics365ForOperations:retrieve-multiple-by-query>
Retrieve multiple entities by DSQL query.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
The name of the configuration to use. |
x |
|
DataSense Query |
String |
The DSQL query to use to retrieve entities. The query is transformed into a URL internally. |
|
|
Streaming Strategy |
|
Configure how Mule processes streams with streaming strategies. Repeatable streams are the default behavior. |
||
Target Variable |
String |
The name of a variable in which to store the operation’s output. |
||
Target Value |
String |
An expression that evaluates against the operation’s output. The outcome of this expression is stored in the target variable. |
#[payload] |
|
Reconnection Strategy |
A retry strategy in case of connectivity errors |
Throws
-
DYNAMICS365FOROPERATIONS:INVALID_CREDENTIALS
-
DYNAMICS365FOROPERATIONS:INVALID_CONNECTION
-
DYNAMICS365FOROPERATIONS:LOGIN_FAILED
-
DYNAMICS365FOROPERATIONS:TIMEOUT
-
DYNAMICS365FOROPERATIONS:INVALID_INPUT
-
DYNAMICS365FOROPERATIONS:CONNECTIVITY
-
DYNAMICS365FOROPERATIONS:NOT_FOUND
-
DYNAMICS365FOROPERATIONS:UNKNOWN
Unauthorize
<dynamics365ForOperations:unauthorize>
Deletes all of the access token information of a given resource owner ID so that it’s impossible to execute any operation for that user without repeating the authorization dance.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use |
x |
|
Resource Owner Id |
String |
ID of the resource owner for whom to invalidate access |
Types
TLS
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Enabled Protocols |
String |
A comma-separated list of protocols enabled for this context |
||
Enabled Cipher Suites |
String |
A comma-separated list of cipher suites enabled for this context |
||
Trust Store |
||||
Key Store |
||||
Revocation Check |
Truststore
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
The location, which is resolved relative to the current classpath and file system, if possible, of the truststore. |
||
Password |
String |
The password used to protect the truststore. |
||
Type |
String |
The type of truststore used. |
||
Algorithm |
String |
The algorithm used by the truststore. |
||
Insecure |
Boolean |
If |
Keystore
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
The location, which is resolved relative to the current classpath and file system, if possible, of the keystore. |
||
Type |
String |
The type of keystore used. |
||
Alias |
String |
When the keystore contains many private keys, this attribute specifies the alias of the key to use. If not specified, the first key in the file is used by default. |
||
Key Password |
String |
The password used to protect the private key. |
||
Password |
String |
The password used to protect the keystore. |
||
Algorithm |
String |
The algorithm used by the keystore. |
Standard Revocation Check
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Only End Entities |
Boolean |
If |
||
Prefer Crls |
Boolean |
If |
||
No Fallback |
Boolean |
Do not use the secondary checking method (the one not selected before). |
||
Soft Fail |
Boolean |
Avoid verification failure when the revocation server can’t be reached or is busy. |
Custom OCSP Responder
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Url |
String |
The URL of the OCSP responder. |
||
Cert Alias |
String |
Alias of the signing certificate for the OCSP response (must be in the truststore), if present. |
Reconnection
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Fails Deployment |
Boolean |
When the app is deployed, a connectivity test is performed on all connectors. If set to |
||
Reconnection Strategy |
The reconnection strategy to use. |
Reconnect
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often to reconnect (in milliseconds). |
||
Count |
Number |
The number of reconnection attempts to make. |
||
blocking |
Boolean |
If false, the reconnection strategy runs in a separate, non-blocking thread. |
true |
Reconnect Forever
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often in milliseconds to reconnect. |
||
blocking |
Boolean |
If false, the reconnection strategy runs in a separate, non-blocking thread. |
true |
Expiration Policy
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Idle Time |
Number |
A scalar time value for the maximum amount of time a dynamic configuration instance should be allowed to be idle before it’s considered eligible for expiration. |
||
Time Unit |
Enumeration, one of:
|
A time unit that qualifies the Max Idle Time attribute. |
Repeatable In-Memory Iterable
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Initial Buffer Size |
Number |
The number of instances to initially keep in memory to consume the stream and provide random access to it. If the stream contains more data than can fit into this buffer, then the buffer expands according to the Buffer Size Increment attribute, with an upper limit of maxInMemorySize. Default value is 100 instances. |
100 |
|
Buffer Size Increment |
Number |
Specifies how much the buffer size expands if it exceeds its initial size. Setting a value of zero or lower means that the buffer does not expand, and that a |
100 |
|
Max Buffer Size |
Number |
The maximum amount of memory to use. If more than that is used, then a |
Repeatable File Store Iterable
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max In Memory Size |
Number |
The maximum number of instances to keep in memory. If more than is required, then content is buffered on to the disk. |
||
Buffer Unit |
Enumeration, one of:
|
The unit in which Max In Memory Size is expressed. |