Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the record that corresponds to the values passed as parameters.
Syntax
client server public static ProjCategory find(ProjCategoryId _category, [boolean _forUpdate])
Run On
Called
Parameters
- _category
Type: ProjCategoryId Extended Data Type
The category identifier.
- _forUpdate
Type: boolean
A Boolean value that specifies whether the record should be selected for update; optional.
Return Value
Type: ProjCategory Table
A ProjCategory table record.
Remarks
Returns null if the record does not exist.