JmgSpecialDayTable::find Method
Finds the a JmgSpecialDayTable record by using the specified ID from the database.
Syntax
client server public static JmgSpecialDayTable find(JmgSpecialDayId _specialDayId, [boolean _forUpdate])
Run On
Called
Parameters
- _specialDayId
Type: JmgSpecialDayId Extended Data Type
The ID of the special day to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to select the record for update; optional.
Return Value
Type: JmgSpecialDayTable Table
A JmgSpecialDayTable record that has the specified ID.