CustAgingSnapshot.getCustomerPoolQuery Method [AX 2012]

Retrieves the customer query that determines which customers should be included in the aging snapshot.

protected Query getCustomerPoolQuery()

Run On

Called

Return Value

Type: Query Class
An instance of a user-defined Query class retrieved from the CustCollectionsPool table.

The customer pool is used instead of storing the query directly because the pool can be changed at any time. This allows the aging snapshot to always use the most recent pool in order to get the correct list of customers for processing.

Community Additions

ADD
Show: