PurchReqLine.modifiedFieldVendAccount Method

Reinitializes a field that is related to the vendor account in the PurchReqLine 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
          public void modifiedFieldVendAccount(boolean _searchAgreement, [boolean _skipCurrencyCodePrompt])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void modifiedFieldVendAccount(boolean _searchAgreement)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void modifiedFieldVendAccount(boolean _searchAgreement)

  Microsoft Dynamics AX 2012 (FPK)
          public void modifiedFieldVendAccount(boolean _searchAgreement)

  Microsoft Dynamics AX 2012 (SYS)
          public void modifiedFieldVendAccount(boolean _searchAgreement)

Run On

Called

Parameters

  • _searchAgreement
    Type: boolean
    A Boolean value that indicates whether the agreement will be searched.
  • _skipCurrencyCodePrompt
    Type: boolean

See Also

Reference

PurchReqLine Table