CustVendAifPaymTable::lookupPaymFormat Method
Provides the lookup for the payment formats.
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 lookupPaymFormat(FormStringControl _formControl, [CustVendPaymType _paymType])
Microsoft Dynamics AX 2012 R2 (SYS)
client public static void lookupPaymFormat(FormStringControl _formControl)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client public static void lookupPaymFormat(FormStringControl _formControl)
Microsoft Dynamics AX 2012 (FPK)
client public static void lookupPaymFormat(FormStringControl _formControl)
Microsoft Dynamics AX 2012 (SYS)
client public static void lookupPaymFormat(FormStringControl _formControl)
Run On
Client
Parameters
- _formControl
Type: FormStringControl Class
The form control for which the lookup is performed.
- _paymType
Type: CustVendPaymType Enumeration