Share via


PurchAgreementHeader::purchAgreementLookup Method

Creates the purchase 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 purchAgreementLookup(
            FormControl _callingControl, 
            PurchTable _purchTable, 
           [str _filterStr, 
            boolean _allStatus])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static void purchAgreementLookup(
            FormControl _callingControl, 
            PurchTable _purchTable, 
           [str _filterStr, 
            boolean _allStatus])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static void purchAgreementLookup(FormControl _callingControl, PurchTable _purchTable)

  Microsoft Dynamics AX 2012 (FPK)
          client server public static void purchAgreementLookup(FormControl _callingControl, PurchTable _purchTable)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static void purchAgreementLookup(FormControl _callingControl, PurchTable _purchTable)

Run On

Called

Parameters

  • _callingControl
    Type: FormControl Class
    The control for which the lookup will be created.
  • _purchTable
    Type: PurchTable Table
    The PurchTable record that contains the vendor account and delivery date data, which is used to filter purchase agreement lookup data.
  • _filterStr
    Type: str

See Also

Reference

PurchAgreementHeader Table