Dynamics AX Create (Field Version*)

On this Page

Dynamics AX Create Snap under the Microsoft Dynamics AX 2009 Snap Pack is a field version supported by the Snaplogic Professional Services Team. For a fully supported version, refer the Microsoft Dynamics AX Snap Pack [Deprecated] under the Enterprise Snaps.

Snap type:

Write


Description:

This Snap provides the functionality to create objects in Microsoft Dynamics® AX through the Microsoft Dynamics AX AIF web services. The Snap requires an input Microsoft Dynamics AX record specific to the object to create, and sends the request to Microsoft Dynamics AX. If the result is successful, then the ID is returned. However, if there is an error in performing the create function, then the error view will contain the error message.


Prerequisites:

[None]


Support and limitations:

May work in Ultra Task Pipelines.

Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Configuring Dynamics AX Accounts (Field Version*) for information on setting up this type of account.


Views:
InputThis Snap has exactly one document input view. Each document contains a Microsoft Dynamics AX record to create. Depending on the Microsoft Dynamics AX object, the input fields of the record might be different. For instance for the Customer object, the required fields are very different than a Sales Order.  The way to determine the input fields is to create a pipeline with the Create component and save the pipeline. Based on the suggest functionality, the Create Snap will populate with the correct input view field name.
OutputThis Snap has exactly one document output view. Each document contains Map data, which includes the ID of the object that is created.
ErrorThis Snap has at most one document error view and might produce documents in the view if the input data causes an error in Microsoft Dynamics AX. By default, Microsoft Dynamics AX only returns generic error messages. If detailed system error messages are required, the AIF services in Microsoft Dynamics AX must be configured to propagate errors.

Settings

Label


Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Snap execution

Select one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during Pipeline runtime.
  • Execute only: Performs full execution of the Snap during Pipeline execution without generating preview data.
  • Disabled: Disables the Snap and all Snaps that are downstream from it.