Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This Snap deletes Xactly objects matching the given criteria. This Snap uses an account class called XactlySoapAccount, which stores the WSDL file and the credentials to connect to the Xactly server.  It also caches the Session ID that is required for subsequent CRUD operations. 

...

Snap Type

The Xactly Delete Snap is a write-type Snap.

...

Info
  • Asterisk (*): Indicates a mandatory field.

  • Suggestion icon ((blue star)): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon ((blue star)): Indicates whether the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon ((blue star)): Indicates that you can add fields in the field set.

  • Remove icon ((blue star)): Indicates that you can remove fields from the field set.

Field

Field Type

Description

Label

String

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.

Xactly object

Default Value: PersonWSO
Example: CustomerWSO

Dropdown list

Choose the type of object to be deleted. Once defined, the input view will provide the schema of the object so that field values can be defined for the delete request.

Multiexcerpt include macro
nameSnap Execution
pageSOAP Execute

Default Value: Execute only
Example: Validate & Execute

Dropdown list

Multiexcerpt include macro
nameExecution_Detail_Write
pageSOAP Execute

Troubleshooting

Multiexcerpt macro
nameME_Troubleshooting

Error

Reason

Resolution

HTTP/1.1 407 Proxy Authentication required.

Unable to tunnel through proxy.

Add the following key-value pair values to your Groundplex configuration and restart the plex to reflect the changes.

Key : jcc.jvm_options
Value : -Djdk.http.auth.tunneling.disabledSchemes=""

...