IS_TARGET_FIELD_ASSIGNED
Description
Returns TRUE if the mapped target field has been processed and assigned a value. Returns FALSE if the field was skipped ($SKIP_ASSIGNMENT) or has not been processed.
Syntax
IS_TARGET_FIELD_ASSIGNED(mapped_target_field_name) -> Boolean
Parameters
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| mapped_target_field_name | string | Yes | The API name of the mapped target field to check for assignment status. |
Example
IS_TARGET_FIELD_ASSIGNED("Priority")
-- Returns TRUE if Priority was assigned a value; returns FALSE if it was skipped or unprocessed.