In this article
Overview
You can use this Snap to execute delete requests to the Oracle HCM instance.
Snap TypeSnap Type
Oracle HCM - Delete Snap is a Write-type Snap.
Prerequisites
Valid account with the required permissions.
Support for Ultra Pipelines
Works in Ultra Pipelines.
Snap Views
View Type | View Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| Each input document offers details associated with the data that must be posted to the target Oracle HCM instance. |
Output | Document |
|
| Each output document contains details associated with the outcome of the Oracle HCM instance. |
Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter while running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:
Learn more about Error handling in Pipelines. |
Snap Settings
Expression
: JavaScript syntax to access SnapLogic Expressions to set field values dynamically (if enabled). If disabled, you can provide a static value. Learn more.
SnapGPT
: Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
Suggestion
: Populates a list of values dynamically based on your Account configuration.
Upload
: Uploads files. Learn more.
Learn more about the icons in the Snap Settings dialog.
Field Name | Field Type | Description |
---|---|---|
Label*
Default Value: Oracle HCM Delete | String | Specify a unique name for the Snap.
|
Version*
Default Value: N/A | String/Expression/Suggestion | Specify the Oracle HCM instance version. |
Resources name
Default Value: N/A | String/Expression | Specify the Oracle HCM resources (Tasks). The suggestion list (available resources) is populated based on the selected version. For example: absences, elementEntries, and workers. |
Endpoint*
Default Value: N/A | String/Expression/Suggestion | Specify the Oracle HCM endpoint. The suggestions are populated (available endpoints) based on the selected resource. For example if “worker” resource is selected, the suggestions that populate are:
|
Entity
Default Value: $ | String/Expression | Specify the JSON path to the HTTP entity data in the input map data. If no entity data is present, you can leave this field blank to send it to the service URL. |
Query parameters | Use this field set to add query parameters to your request. This field set comprises the following fields:
| |
Query parameter
Default Value: N/A | String | Specify the name of the query parameter. |
Query parameter value
Default Value: N/A | String/Expression | Specify the value that you want to assign to the parameter. |
Header parameters | Use this field set to set the HTTP header key-value pairs.
| |
Header parameter
Default Value: N/A | String | Specify the name of the HTTP header. |
Header parameter value
Default Value: N/A | String/Expression | Specify the value that you want to assign to the HTTP header. |
Snap Execution
Default Value: Execute only | String | Select one of the following three modes in which the Snap executes:
|