ProjTable::findLike Method [AX 2012]

Retrieves projects that have project IDs that begin with the project ID passed in as a parameter.

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

Run On

Called

Parameters

_projId
Type: ProjId Extended Data Type
The project ID on which to base the query.
_forUpdate
Type: boolean
A Boolean value that determines whether the project should be selected for update; optional.
_projIdOrig
Type: ProjId Extended Data Type
The original project ID of the project that should not be retrieved; optional.

Return Value

Type: ProjTable Table
The projects.
Show: