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.
Builds the message string using the passed information.
Syntax
client server public static MCRScriptNote getMessageOnType(
TableId _tableId,
[RecId _recId,
MCRMessageType _messageType,
MCRMessageTiming _timing,
MCRMessageCategoryID _category])
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID of the record used to build the message.
- _recId
Type: RecId Extended Data Type
The record ID of the record used to build the message; optional.
- _messageType
Type: MCRMessageType Enumeration
The type of message; optional.
- _timing
Type: MCRMessageTiming Enumeration
The timing of the message; optional.
- _category
Type: MCRMessageCategoryID Extended Data Type
The category of the message; optional.
Return Value
Type: MCRScriptNote Extended Data Type
The full message for the specified type.