Share via


AxdPurchaseRequisition.initQueryFromEntityKey Method [AX 2012]

Initializes the query that is associated with the Axd document and stores it in a variable on the AxdBase class.

Syntax

public void initQueryFromEntityKey([AifEntityKey _aifEntityKey, boolean _validateEntityKey])

Run On

Server

Parameters

  • _aifEntityKey
    Type: AifEntityKey Class
    An entity key that contains the key data element, which is used to add ranges to the query; optional.
  • _validateEntityKey
    Type: boolean
    A Boolean value that indicates whether the entity key should be validated; optional.

See Also

Reference

AxdPurchaseRequisition Class