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
Name | DataType | List Options | Description |
---|---|---|---|
source | None | The source record to apply values from | |
columns | string | The columns in source to apply to target | |
target | None | The target to which the source values are applied (defaults to the current record) |