On this Page

Snap type:Write
Description:

This Snap creates a new object or updates an existing object in Xactly Incent app. To perform create, do not supply any value for xobj:id field. To perform update, supply Object-ID of existing object to xobj:id field. 

  • Expected upstream Snaps: CSV Generator / File Reader and so on
  • Expected downstream Snaps: File Writer.
  • Expected input: The name of the Xactly object to be created such as PersonWSO or BonusWSO and the property values of the object to be matched.
  • Expected output: Confirmation of the object's creation.


Prerequisites:None.
Support and limitations:Works in Ultra Task Pipelines.
Account:

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. It uses an account class called XactlySoapAccount which stores the WSDL file and the credentials to connect to Xactly server.  It also caches Session ID that is required for subsequent CRUD operations. See Configuring Xactly Accounts for information on setting up this type of account.


Views:


Input

The Snap has exactly one input view which contains properties to be used while performing the save operation.

The following properties are recommended to be used at the minimum for performing successful save operation: employeeId, version, name, description, prefix, firstName, lastName, region, personalTarget, personalTargetUnitTypeId, paymentCurrencyUnitTypeId, user, isMaster.


The properties user, paymentCurrencyUnitTypeId and personalTargetUnitTypeId must have well-defined values as per Xactly User web page.

Output

This Snap has exactly one output view that contains the contains the outcome of the save operation. 

Error

This Snap has at most one error view and produces zero or more documents in the view.


Settings

Label*

Specify 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.


Xactly object

The type of object to be saved. Once defined, the input view will provide the schema of the object so that field values can be defined for the save request.

Default Value: PersonWSO
Example: CustomerWSOExample: CustomerWSO

Troubleshooting