CustCollectionsListPageHelper Class [AX 2012]
The CustCollectionsListPageHelper class handles generalized work for the three Collections list pages.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkAgingPeriodValid | Counts the buckets of the aging period definition. |
| checkForAging | Validates the current aging period definition, and displays appropriate warnings. |
| checkPoolExists | Checks to see whether a given pool exists before trying to use it. |
| createPoolLookup | Shows the lookup form for a custom CustCollectionsPool object. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCurrentAgent | Gets the current user as an instance of the CustCollectionsAgent class. |
| getCurrentPoolQuery | Uses the PoolFilter value to get the current pool query from a Map object. |
| getDefaultAgingPeriod | Gets the Name value of the StatRepInterval object that the list page should filter by. |
| getFirstPoolId | Gets the CustCollectionsPoolId value of the first CustCollectionsPool object in the map of the class. |
| getInitialFilterValue | Gets the initial value for the pool filter for the collections list pages. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| loadPools | Fills the pool filter on the form with pools assigned to the current agent. |
| loadUnassignedPools | Fills the pool filter on the form with pools not assigned to the current agent. |
| new | Creates a new instance of the CustCollectionsListPageHelper 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.) |
| 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.) |
| 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.) |
| ::getAgingPeriodDefFromPool | Retrieves the aging period definition range value that is used on the provided customer pool query. |
| ::getDefaultAgingPeriodByPool | Retrieves the name of the default StatRepInterval record for a specified pool ID. |
| ::getFirstValidAgingPeriod | Finds the name of the first valid aging period definition. |
| ::handleRange | Creates or clears ranges on the data source. |
| ::updateDirPartyContactInfoView | Adds the appropriate query ranges to the DirPartyContactInfoView data source provided in the query. |
| ::updateDirPartyPostalAddressView | Adds the appropriate query ranges to the DirPartyPostalAddressView data source that is provided in the query. |
Community Additions
ADD
Show: