ProjTable::lookupProjIdByProjInvoiceProjId Method
Project lookup constrained by contract id and project type
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client public static void lookupProjIdByProjInvoiceProjId(
FormStringControl _oLookupCtrl,
ProjInvoiceProjId _sProjInvProjId,
[boolean _filterByProjType,
ProjType _projType,
boolean _excludeFPProjType])
Microsoft Dynamics AX 2012 R2 (SYS)
client public static void lookupProjIdByProjInvoiceProjId(FormStringControl _oLookupCtrl, ProjInvoiceProjId _sProjInvProjId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client public static void lookupProjIdByProjInvoiceProjId(FormStringControl _oLookupCtrl, ProjInvoiceProjId _sProjInvProjId)
Microsoft Dynamics AX 2012 (FPK)
client public static void lookupProjIdByProjInvoiceProjId(FormStringControl _oLookupCtrl, ProjInvoiceProjId _sProjInvProjId)
Microsoft Dynamics AX 2012 (SYS)
client public static void lookupProjIdByProjInvoiceProjId(FormStringControl _oLookupCtrl, ProjInvoiceProjId _sProjInvProjId)
Run On
Client
Parameters
- _oLookupCtrl
Type: FormStringControl Class
Handle for the lookup control
- _sProjInvProjId
Type: ProjInvoiceProjId Extended Data Type
Contract ID
- _filterByProjType
Type: boolean
true if filter by project type is enabled, false other wise
- _projType
Type: ProjType Enumeration
Project Type
- _excludeFPProjType
Type: boolean
Excludes projects of type Fixed Price from the lookup.