IS_INSERT

Description

Returns TRUE if the current action is an Insert, otherwise, returns FALSE. In an Upsert process where Use Salesforce Upsert API is unchecked, DSP performs matching based on the Target Matching Field and separates records into Insert and Update actions. Use this function to apply different transformations depending on whether a record is being inserted or updated.

Syntax

IS_INSERT() -> Boolean