ProjInvoiceTable::psaLookupProjInvoiceProjId Method
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 psaLookupProjInvoiceProjId(
FormStringControl _oLookupCtrl,
[CustAccount _sCustAccount,
UnknownNoYes _limitContractLines,
boolean _hideContractWithBillingRules,
DataAreaId _legalEntity])
Microsoft Dynamics AX 2012 R2 (SYS)
client public static void psaLookupProjInvoiceProjId(
FormStringControl _oLookupCtrl,
[CustAccount _sCustAccount,
UnknownNoYes _limitContractLines])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client public static void PSALookupProjInvoiceProjId(FormStringControl _oLookupCtrl, [CustAccount _sCustAccount])
Microsoft Dynamics AX 2012 (FPK)
client public static void PSALookupProjInvoiceProjId(FormStringControl _oLookupCtrl, [CustAccount _sCustAccount])
Run On
Client
Parameters
- _oLookupCtrl
Type: FormStringControl Class
- _sCustAccount
Type: CustAccount Extended Data Type
- _limitContractLines
Type: UnknownNoYes Enumeration
- _hideContractWithBillingRules
Type: boolean
- _legalEntity
Type: DataAreaId Extended Data Type