PurchReqTableFilter Class [AX 2012]

The PurchReqTableFilter class is used to build a filter that can be applied to grids showing purchase requisitions in the Enterprise Portal.

class PurchReqTableFilter

Run On

Called

  MethodDescription
Gg951146.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg951146.protmethod(en-us,AX.60).gif filterAll Builds a filter for the PurchReqTableFilterType::All type.
Gg951146.protmethod(en-us,AX.60).gif filterApproved Builds a filter for the PurchReqTableFilterType::Approved type.
Gg951146.protmethod(en-us,AX.60).gif filterAssignedAll Builds a filter for the PurchReqTableFilterType::AssignedAll type.
Gg951146.protmethod(en-us,AX.60).gif filterCreated Builds a filter for the PurchReqTableFilterType Enumeration created type.
Gg951146.protmethod(en-us,AX.60).gif filterCreatedApproved Builds a filter for the PurchReqTableFilterType Enumeration created approved filter.
Gg951146.protmethod(en-us,AX.60).gif filterCurrentEmpl Builds a filter for the current user.
Gg951146.protmethod(en-us,AX.60).gif filterDirectReportsAll Builds a filter for the PurchReqTableFilterType::DirectReportsAll type.
Gg951146.protmethod(en-us,AX.60).gif filterDirectReportsApproved Builds a filter for the PurchReqTableFilterType::DirectReportsApproved type.
Gg951146.protmethod(en-us,AX.60).gif filterDraft Builds a filter for the PurchReqTableFilterType::Draft type.
Gg951146.protmethod(en-us,AX.60).gif filterDraftPurposeConsumption Builds a filter for the RequisitionPurpose::Consumption type.
Gg951146.protmethod(en-us,AX.60).gif filterPurpose Builds a filter to use on the requisition purpose.
Gg951146.protmethod(en-us,AX.60).gif filterReportsAll Builds a filter for the PurchReqTableFilterType::ReportsAll type.
Gg951146.protmethod(en-us,AX.60).gif filterReportsApproved Builds a filter for the PurchReqTableFilterType::ReportsApproved type.
Gg951146.protmethod(en-us,AX.60).gif filterSubmitted Builds a filter for the PurchReqTableFilterType::Submitted type.
Gg951146.pubmethod(en-us,AX.60).gif getEPFilterCondition Builds a filter to be used on grids in the Enterprise Portal matching the filter type passed to the class.
Gg951146.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg951146.protmethod(en-us,AX.60).gif new Initializes a new instance of the PurchReqTableFilter class.
Gg951146.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif parmDelimiter Gets or sets the Delimiter parameter.
Gg951146.pubmethod(en-us,AX.60).gif parmFilterType Gets or sets the FilterType parameter.
Gg951146.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg951146.protmethod(en-us,AX.60).gif status Builds a filter to use on the purchase requisition status.
Gg951146.protmethod(en-us,AX.60).gif statusApproved
Gg951146.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg951146.pubmethod(en-us,AX.60).gif Gg951146.static(en-us,AX.60).gif ::construct Initializes a new instance of the PurchReqTableFilter class.
Gg951146.pubmethod(en-us,AX.60).gif Gg951146.static(en-us,AX.60).gif ::newEPFilter Initializes a new instance of the PurchReqTableFilter class to be used on the Enterprise Portal.
Top

Object Class
  PurchReqTableFilter Class

Community Additions

ADD
Show: