PurchReqShowRequisitionsFilter::newPurchReqTable Method [AX 2012]

Initializes a new instance of the PurchReqShowRequisitionsFilter class.

client server public static PurchReqShowRequisitionsFilter newPurchReqTable(
    QueryBuildDataSource _topDatasource, 
    QueryBuildDataSource _bottomDataSource, 
    FieldId _fieldNumRequisitioner, 
    boolean _isFilterHeaderOriginator)

Run On

Called

Parameters

_topDatasource
Type: QueryBuildDataSource Class
The query build data source where the filter should be applied.
_bottomDataSource
Type: QueryBuildDataSource Class
The query build data source that represents the lines for the top data source.
_fieldNumRequisitioner
Type: FieldId Extended Data Type
The field ID of the requisitioner field in the parent data source.
_isFilterHeaderOriginator
Type: boolean
A Boolean value that indicates whether the header is filtered by a value for originator.

Return Value

Type: PurchReqShowRequisitionsFilter Class
An instance of the PurchReqShowRequisitionsFilter class.
Show: