Share via


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

  • _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.

See Also

Reference

JmgBulletinBoardRecipient Table