RefTableLastTimeStamp()
Returns the last timestamp for the specified reference table ignoring entity column values.
Syntax
RefTableLastTimeStamp(
refTableName as string
)
Example
This example would return the last date/time timestamp in the reference table "Production Data".
RefTableLastTimeStamp("Production Data")