Skip to main content

APPLY_VALUES

Applies source values to data for the target data types

Example Usage

APPLY_VALUES(assignment) // assuming assignment was looked up, applies to current record (e.g. punch)
APPLY_VALUES(assignment, Projects_ID,ProjectTasks_ID) // same as above but includes extra data types

Overview

Function signature
APPLY_VALUES(source, columns, target)

Category
Logical

Return data type
None

Arguments

NameDataTypeList Options                          Description
sourceNoneThe source record to apply values from
columnsstringThe columns in source to apply to target
targetNoneThe target to which the source values are applied (defaults to the current record)