Share via


VendRprtApproveCollectionController.setRanges Method [AX 2012]

Assigns values to the range of a query based on parameter values.

Syntax

public void setRanges(
    Query _query, 
    NoYes _invoicePoolNotInvoiced, 
    NoYes _onlyinvoicePoolNotPosted)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The query that is used by the report.
  • _invoicePoolNotInvoiced
    Type: NoYes Enumeration
    A NoYes enumeration value that indicates whether the invoice pool is not invoiced.
  • _onlyinvoicePoolNotPosted
    Type: NoYes Enumeration
    A NoYes enumeration value that indicates whether only the invoice pool is not posted.

See Also

Reference

VendRprtApproveCollectionController Class