Share via


AgreementHeader::logisticsLocationSelectionLookup Method

Looks up a LogisticsPostalAddress record.

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 Common logisticsLocationSelectionLookup(
            FormReferenceControl _formReferenceControl, 
            Common _entity, 
           [boolean _allowAddAddress])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client public static Common logisticsLocationSelectionLookup(
            FormReferenceControl _formReferenceControl, 
            Common _entity, 
           [boolean _allowAddAddress])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client public static Common logisticsLocationSelectionLookup(
            FormReferenceControl _formReferenceControl, 
            Common _entity, 
            boolean _allowAddAddress)

  Microsoft Dynamics AX 2012 (FPK)
          client public static Common logisticsLocationSelectionLookup(
            FormReferenceControl _formReferenceControl, 
            Common _entity, 
            boolean _allowAddAddress)

  Microsoft Dynamics AX 2012 (SYS)
          client public static Common logisticsLocationSelectionLookup(
            FormReferenceControl _formReferenceControl, 
            Common _entity, 
            boolean _allowAddAddress)

Run On

Client

Parameters

  • _entity
    Type: Common Table
    A record in the Customer, Vendor, or CompanyInfo table.
  • _allowAddAddress
    Type: boolean
    The allow new address button.

Return Value

Type: Common Table
The selected LogisticsPostalAddress record.

Remarks

The _allowAddAddress parameter is deprecated.

See Also

Reference

AgreementHeader Table