Workday Snap Pack Examples

The following examples demonstrate how to use Snaps in the Workday Snap Pack.

Example Snaps used

Canceling an Invoice Using the Revenue Management Service

This example Pipeline demonstrates how to cancel an invoice using the Revenue_Manangement service..

Handling an Error After an Attempted Cancellation

The second example showcases error handling. Invoice cancelation can only happen once per invoice. This example shows an error when we try to cancel an object that was already canceled.

Creating and Retrieving Compensation Details

This example Pipeline demonstrates how to retrieve the compensation details with the scorecardResults object using the following operations:

Getting All Records From Workday Using Pagination

This example Pipeline demonstrates the Pagination functionality in the Workday REST Snap. In this example, we fetch all worker records from Workday using the Enable Pagination feature.

Getting Applicants from Workday

This example pipeline demonstrates how to get applicants from Workday by specifying the number of results you want to see in a page and the number of pages of results you want in the output.

Viewing the Simplified Output of Documents

This example Pipeline demonstrates how to generate a simplified view of your Workday Read Snap output without the difficult-to-read attributes and metadata that typically accompany Workday output.

Querying for Precise Data Using the Workday Read Snap

This example demonstrates how you can query for all the data associated with an object, and for specific data within an object, using the Workday Read Snap.

Using the Workday Read Snap for Error Handling

This example demonstrates how you can use the Workday Read Snap for error handling.

Displaying Records For Values Provided Upstream

This example demonstrates how you can use upstream Snaps to control the data returned by the Workday Read Snap.

Retrieving Data Modifications

Retrieving data modifications in a date range becomes much more effective if you use the Transaction Logs service. This way, instead of querying all data for the specified date range, Workday can use ...

Workday Write Snap to support import objects

This pipeline shows how the Workday Write Snap supports the import objects.

Write an Object successfully

In the first example, we will create a Position using the Staffing service.

Get Worker from allWorkers

This example pipeline demonstrates how to get a worker from the list of allWorkers by executing the SELECT query. In this pipeline, you can see that the output of the WorkdayQL Snap retrieves the work...