ProjCategory::find Method [AX 2012]
Returns the record that corresponds to the values passed as parameters.
client server public static ProjCategory find(ProjCategoryId _category, [boolean _forUpdate])
Run On
CalledParameters
- _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.
Show: