EMPLOYEE
A helper function which calls FIND() with the "employee" datasource prefilled; allows fetching any attribute from the employee store
Example Usage
EMPLOYEE("Exempt") -> 1/0
Overview
Function signature
EMPLOYEE(column)
Category
Database
Return data type
None
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
column | string | The column to return from the employee store |