Dynamics CRM - Method (Magic xpi 4.13)
Use this method to configure the Dynamics CRM connector:
The table below lists the parameters that can be used with the method. Parameters in bold are mandatory.
|
|
|
QueryByFetchXML: Lets you send a FetchXML query structure and receive an XML of the query result in return.
|
FetchXML
|
The query XML. The value should be a valid XML in the FetchXML structure.
Click to open the Expression Editor and enter the query XML.
|
Store Result In
|
Determines how the result XML will be stored.
Select one of the following from the drop-down list:
-
Variable (default)
-
File
-
Split Files
|
Result XML
|
Click to open the Variables List. Select a variable to hold the operation's result in an XML structure.
This is available only if you select Variable in the Store Result In parameter (above).
|
File Name
|
Enter the full path of the file where you want to store the query's result.
This is available only if you select File in the Store Result In parameter (above).
|
Directory
|
The full path of the directory holding the split XML results.
Click to open the Expression Editor and enter the directory name.
This is available only if you select Split Files in the Store Result In parameter (above).
|
Prefix
|
The prefix used for the split XML files.
Click to open the Expression Editor and enter the prefix.
This is available only if you select Split Files in the Store Result In parameter (above).
|
Records per File
|
The number of records in each split file.
Click to open the Expression Editor and enter the required number of records.
This is available only if you select Split Files in the Store Result In parameter (above).
|
Number of Splits
|
The numeric variable where the number of splits created from the result XML will be returned to.
Click to open the Variables List and select the required variable.
This is available only if you select Split Files in the Store Result In parameter (above).
|
Error Code
|
Returns a Dynamics CRM error code.
Click to open the Variables List. Select a variable where the error code is returned, and then click Select.
|
How to Use Direct Access Methods