FBStageValidationMessageLog_BR::log Method
Logs a validation message of a staging record.
Syntax
client server public static void log(
RefTableId _tableId,
RefRecId _recId,
str _fieldPName,
str _message)
Run On
Called
Parameters
- _tableId
Type: RefTableId Extended Data Type
The table if of the staging record.
- _recId
Type: RefRecId Extended Data Type
The record id of the staging record.
- _fieldPName
Type: str
The field name that has been validated.
- _message
Type: str
The validation message to be logged.