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

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.

Returns null if the record does not exist.

Show: