JmgBulletinBoard::findMessagesTerminal Method
Finds all the public messages and the messages that are intended for a specific terminal.
Syntax
client server public static JmgBulletinBoard findMessagesTerminal([JmgTerminalId _terminalId, utcdatetime _viewDateTime])
Run On
Called
Parameters
- _terminalId
Type: JmgTerminalId Extended Data Type
The ID of the client to which messages should be retrieved; optional.
- _viewDateTime
Type: utcdatetime
The point in time the records should be found for; optional.
Return Value
Type: JmgBulletinBoard Table
A dataset of messages in the JmgBulletinBoard table.
Remarks
If the _terminalID parameter is not present, the ID of the executing client is used.
If the _viewDateTime parameter is not present, the current time is used.