ProjTable::find Method [AX 2012]

Retrieves the project for a given project ID.

client server public static ProjTable find(ProjId _projId, [boolean _forUpdate])

Run On

Called

Parameters

_projId
Type: ProjId Extended Data Type
The project ID of the transaction.
_forUpdate
Type: boolean
A Boolean value that determines whether the project should be selected for update; optional.

Return Value

Type: ProjTable Table
The project.
Show: