Versions Compared

Key

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

In this article

...

You can use this Snap to execute delete requests to in the Oracle HCM instance.

...

Snap

...

Type

Oracle HCM - Delete Snap is a Write-type Snap.

...

Info
  • Expression (blue star): JavaScript syntax to access SnapLogic Expressions to set field values dynamically (if enabled). If disabled, you can provide a static value. Learn more.

  • SnapGPT (blue star): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.

  • Suggestion (blue star): Populates a list of values dynamically based on your Account configuration.

  • Upload (blue star): Uploads files. Learn more.

Learn more about the icons in the Snap Settings dialog.

 This field set comprises the following fields:
  • Query parameter

  • Query parameter value$widget
    • Key

    • Value

    Field Name

    Field Type

    Description

    Label*

     

    Default ValueOracle HCM Delete
    ExampleDelete worker

    String

    Specify a unique name for the Snap.

     

    Version*

     

    Default Value: N/A
    Example: 11.13.18.05

    String/Expression/Suggestion

    Specify the Oracle HCM instance version.

    Resources name

     

    Default Value: N/A
    Example: workers

    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
    Example/workers

    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:

    • /workers

    • /workers/{id}

    • /workers/{id}/child/addresses/{id}

    Entity

     

    Default Value: $  
    (the HTTP entity data is at the root of the input Map data)
    Example$.entity 
    (if the HTTP entity data is the value of the "entity" key at the root of the input Map data)

    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.

    For expressions, the strings must be enclosed in double quotes, {id} should be replaced with valid variable names.

    • “/workers”

    • “/workers/” + $id

    • “/workers/” + $worker_id + “/child/addresses/” + $address_id

    For variable names passed from pipeline parameter:

    • “/workers/” + _id

    • “/workers/” + _worker_id + “/child/addresses/” + _address_id

    Query parameters

    Use this field set to add query parameters to your request.

     

    Query parameter

     

    Default ValueN/A
    Example: id

    String

    Specify the name of the query parameter.

    Query parameter value

     

    Default Value: N/A
    Example

    $widget.id

    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 ValueN/A
    Example: content-type

    String

    Specify the name of the HTTP header.

    Header parameter value

     

    Default Value: N/A
    Exampleapplication/json

    String/Expression

    Specify the value that you want to assign to the HTTP header.

    Snap Execution

     

    Default ValueExecute only
    ExampleValidate & Execute

    StringDropdown list

    Select one of the following three modes in which the Snap executes:

    • Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during Pipeline runtime.

    • Execute only: Performs full execution of the Snap during Pipeline execution without generating preview data.

    • Disabled: Disables the Snap and all Snaps that are downstream from it.

    ...

    Expand
    titleClick here to expand...
    Insert excerpt
    Oracle HCM
    Oracle HCM
    nameXYZ Snap Pack History

    ...

    Related Content