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