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
server public static MCRScriptNote getFullMessage(
TableId _tableId,
[RecId _recId,
MCRMessageTiming _timing,
MCRMessageCategoryID _category,
str _messageObject])
Run On
Server
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.
- _timing
Type: MCRMessageTiming Enumeration
The timing of the message; optional.
- _category
Type: MCRMessageCategoryID Extended Data Type
The category of the message; optional.
- _messageObject
Type: str
The object of the message; optional.
Return Value
Type: MCRScriptNote Extended Data Type
The full message.