Tax1099Fields::lookup Method
Provides a custom lookup form for the Tax1099Fields table.
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 Common lookup(FormControl _formReferenceControl, [str _filterStr])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static Common lookup(FormControl _formReferenceControl, [str _filterStr])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static void lookup(FormControl _formControl, [str _filterStr])
Microsoft Dynamics AX 2012 (FPK)
client server public static void lookup(FormControl _formControl, [str _filterStr])
Run On
Called
Parameters
- _formReferenceControl
Type: FormControl Class
The form reference control that is defined for the data type of the field.
- _filterStr
Type: str
The current filter String that is applied to the data field.
Return Value
Type: Common Table
Returns the records from Tax1099Fields table.
Remarks
The lookup will query the Tax1099Fields table and filter out all 1099-G or 1099-S boxes if the respective configuration keys are not enabled.