JmgPayAddTable::find Method
Retrieves a JmgPayAddTable record from the database.
Syntax
client server public static JmgPayAddTable find(JmgPayAddId payAddId, [boolean _forUpdate])
Run On
Called
Parameters
- payAddId
Type: JmgPayAddId Extended Data Type
The ID of the manual premium to find.
- _forUpdate
Type: boolean
true if the returned record must be selected for update; otherwise, false.
Return Value
Type: JmgPayAddTable Table
The JmgPayAddTable record with the specified ID.