Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a key to uniquely identify a record.
Syntax
protected str recordKey(TableId _tableId, RecId _recId)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The ID of the table.
- _recId
Type: RecId Extended Data Type
The record ID for the record in table _tableId.
Return Value
Type: str
A key to use to uniquely identify the record.