Versions Compared

Key

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


Snap type:
Description:

This Snap provides the ability to cancel objects in Workday based on the input document field values that match the Workday object schema field names as defined by the Workday Web Service Definition Language (WSDL). The service becomes suggestible once the account is defined. The object becomes suggestible once the service is defined. The fields that can be set on the object are provided on the input view of the Snap and can be mapped using an upstream Mapper Snap. 
Workday provides documentation for their objects at https://community.workday.com/custom/developer/API/index.html (you must have access to the Workday Community).
 

Expected upstream Snaps: Field can be mapped using an upstream Mapper Snap which will allow the mapping of fields or values to the field that are available on the selected service object. 

Expected downstream Snaps: The Snap will output one document for every record written, hence any document processing Snap can be used downstream. 

Expected input: Document that conforms to the input view schema of the Snap. The input view schema is provided to an upstream Mapper Snap based on the selected service object. 

Expected output: Document which represents the record structure of the retrieved Workday service object. Each record is represented as one document on the output view.

Prerequisites:
Support and limitations:
Account:

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See <account page> for Workday Account for information on setting up this type of account.

Views:


InputThis Snap has exactly one input view.
OutputThis Snap has exactly one output view.
ErrorThis Snap has at most one error view and produces zero or more documents in the view.


Settings

Label

Insert excerpt
SPD:Snap Label
SPD:Snap Label
nopaneltrue

Timeout

Defines the timeout value for each Workday SOAP request. A value of 0 means no timeout. 
Example: 0

Default value: 0

Service

The service to be used. Current supported services are [Absence_Management, Benefits_Administration, Cash_Management, Financial_Management, Human_Resources, Integrations, Payroll, Payroll_Interface, Resource_Management, Revenue_Management, Staffing, Talent]. 

Even though all services above are selectable, only Resource_Management, Revenue_Management, Financial_Management, Integrations, Cash_Management will have objects that provide cancelationscancellations.
Example: Revenue_Management

Default value: [None]

Object

The Workday Object to cancel. The field is suggestible once the Workday account and the service is defined.
Example: Cancel_Customer_Invoice

Default value: [None]

Import Synchronized

Enable this to make the all the import request Synchronized else it be an Asynchronous (It only for Import_ objects and doesn't affect other objects)

Default value: False

Import Batch size

Number of documents to be batched together as a single request. This also requires "Import Batch Node path" property.(It only for Import_ objects and doesn't affect other objects)

Default value: 1

Import Batch Node path

The node path of the soap message under which the documents need to be batched under. The suggest option accessing schema on its input view or through an upstream reference

(It only for Import_ objects and doesn't affect other objects)

.

Note
This is applicable to Import objects only and does not affect the other objects.

Default value: [None]

Execute during preview

This property enables you to execute the Snap during the Save operation so that the output view can produce the preview data.

Default value: Not selected

...

Expand
titleWorkday Write Snap to support import objects

This example showcases the new updated snap UI to support Import_ objects in Workday Write Snap (includes 3 new properties).Image Removedpipeline shows how the Workday Write Snap supports the import objects.


Image Added

In this pipeline, the Mapper Snap passes the values to be configured under various parameters for the Object, Import_Accounting_Journal.

Image Added


The Workday Write Snap writes the data from the object, Import_Accounting_Journal. Note the Import Synchronized property is selected with an import batch size of 1. The import Batch node suggests the path under which the documents need to be batched under.


Image Added


Successful execution of the pipeline displays the below output preview:


Image Added


Panel
borderColorblack
borderWidth1
borderStylesolid
titleSnap History

4.9.0

  • Updated the Snap with Import Synchronized, Import Batch Size and Import Batch Node to enhance the performance for Import objects supporting bulk operations. 

4.5.0

  • Resolved issues in Workday Snaps to ensure appropriate errors are routed to the error views.

...