JmgBulletinBoardRecipient::find Method
Finds the record for a specific worker and a specific message ID.
Syntax
client server public static JmgBulletinBoardRecipient find(
JmgWorkerRecId _worker,
JmgMsgId _msgId,
[boolean _forUpdate])
Run On
Called
Parameters
- _worker
Type: JmgWorkerRecId Extended Data Type
A worker.
- _msgId
Type: JmgMsgId Extended Data Type
A message ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: JmgBulletinBoardRecipient Table
The record from the specified parameters.