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.
Creates an Infolog action to start a form that corresponds to the error or warning message.
Syntax
public void addException(
SysInfoLogStr _txt,
Common _callerBuffer,
FieldId _fieldId,
[SysInfologLevel _infologLevel])
Run On
Client
Parameters
- _txt
Type: SysInfoLogStr Extended Data Type
The Infolog message text.
- _callerBuffer
Type: Common Table
The table buffer.
- _fieldId
Type: FieldId Extended Data Type
The field ID of the field to be selected on the form.
- _infologLevel
Type: SysInfologLevel Enumeration
The level of Infolog message.
Remarks
The _infologLevel parameter can be set to either Error or Warning.