SalesAgreementHeader::salesAgreementLookup Method
Creates the sales agreements lookup.
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 server public static void salesAgreementLookup(
FormControl _callingControl,
SalesTable _salesTable,
[str _filterStr,
boolean _allStatus])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static void salesAgreementLookup(
FormControl _callingControl,
SalesTable _salesTable,
[str _filterStr,
boolean _allStatus])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static void salesAgreementLookup(FormControl _callingControl, SalesTable _salesTable)
Microsoft Dynamics AX 2012 (FPK)
client server public static void salesAgreementLookup(FormControl _callingControl, SalesTable _salesTable)
Microsoft Dynamics AX 2012 (SYS)
client server public static void salesAgreementLookup(FormControl _callingControl, SalesTable _salesTable)
Run On
Called
Parameters
- _callingControl
Type: FormControl Class
The control for which lookup will be created.
- _salesTable
Type: SalesTable Table
The SalesTable record that contains customer account and requested shipping date data, which is used to filter agreement lookup data.
- _filterStr
Type: str
- _allStatus
Type: boolean