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 that delete records into Oracle HCM instance
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. If the Snap fails during the operation, it sends an error document to the error view containing the fields error, reason, resolution, and stacktrace. However, you must enable the Error view to view the error document. |
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 | The name of the query parameter. |
Query parameter value
Default Value: N/A | String/Expression | 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 | The name of the HTTP header. |
Header parameter value
Default Value: N/A | String/Expression | The value that you want to assign to the HTTP header. This property is expression-enabled. For more information on the expression language, see Understanding Expressions in SnapLogic and Using Expressions. For information on Pipeline Parameters, see Pipeline Properties. |
Snap Execution
Default Value: Execute only | String | Select one of the following three modes in which the Snap executes:
|
Snap Pack History
Related Content
Endpoint Doc Link 1
Endpoint Doc Link 2