SysEPCustomFilter Class [AX 2012]
The SysEPCustomFilter class manages the filter control values for a custom filter on a form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clear | Clears the filter values that are stored in memory and in the SysLastValue table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getFilterControlValue | Gets the filter control value of a control. |
| getFilterControlValueContainer | Gets the filter control value for a control in a container |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasSavedValue | Indicates whether a filter control has a saved filter value. |
| indexOf | Gets the index of the filter control value. |
| initParmDefault | |
| lastValueDataAreaId | |
| lastValueDesignName | |
| lastValueElementName | |
| lastValueType | |
| lastValueUserId | |
| load | Loads the saved filter control values. |
| new | Initializes an instance of the SysEPCustomFilter 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.) |
| pack | Packs the filter control values. |
| removeFilterControlValue | Removes the filter control value for a control. |
| save | Saves the filter control values. |
| setFilterControlValue | Sets the filter control value for a control. |
| setFilterControlValueContainer | Sets the filter control value for a control. |
| setInitialFilterControlValue | Sets the filter initial value for a filter control. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Unpacks the filter control values. |
| 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.) |
| ::applyFilter | Applies a filter to a field that is in the query. |
| ::construct | Creates an instance of the SysEPCustomFilter class. |
| ::findQueryFilter | Finds a query filter on the query. |
| ::isCustomFilterVisible | Validates that the custom filter is visible based on the permissions of the user to the field on which to filter. |
| ::isEmptyValue | Indicates whether a value is an empty string. |
| ::isInvalidSFKValue |
Community Additions
ADD
Show: