-- CaseView for Time --

Client_ARAgingOver60

Calculates the over 60-day receivables balance for the client according to document date selection.

Timeinfo ("Client_ARAgingOver60")

The macro "Client_ARAgingOver60" returns to the cell the over-60-day AR balance of the current client.

OR

Timeinfo ("Client_ARAgingOver60",<client number>)

The macro "Client_ARAgingOver60" returns to the cell the over-60-day AR balance of the client having number <client number>.

If the receivables over 60 days old for Test Corporation is $9,990 and Timeinfo ("Client_ARAgingOver60") is entered in a cell on Test Corporation 's statement, then the string 9.990 will appear in that cell.

If the receivables over 60 days old for Test Corporation is $9,990 and Timeinfo ("Client_ARAgingOver60", "TEST01) is entered in a cell on Test Corporation's statement, then the string 9.990 will appear in that cell.

Replaces macro used in previous version: OVERSIXTY.

Related Topics