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.
Logs the change in a staging entity
Syntax
client server public static void log(
RefTableId _refTableId,
RefRecId _refRecId,
FieldId _fieldId,
str _from,
str _to)
Run On
Called
Parameters
- _refTableId
Type: RefTableId Extended Data Type
The table id of the staging entity
- _refRecId
Type: RefRecId Extended Data Type
The record id of the staging entity
- _fieldId
Type: FieldId Extended Data Type
The field id of the changed field
- _from
Type: str
The original value
- _to
Type: str
The new value