ProjTable::like Method [AX 2012]

Determines whether there are any projects with project IDs that resemble the project ID that is passed in as a parameter.

client server public static boolean like(ProjId _projId, [ProjId _projIdOrig])

Run On

Called

Parameters

_projId
Type: ProjId Extended Data Type
The project ID to base the query on.
_projIdOrig
Type: ProjId Extended Data Type
The original project ID of the project that should not be included in the result; optional.

Return Value

Type: boolean
true if the projects exist; otherwise, false.
Show: