PayrollAccrualPendingUsageBalanceView::displayPendingUsage Method [AX 2012]

Returns the pending usage value on the earning statement line.

server public static str displayPendingUsage()

Run On

Server

Return Value

Type: str
The value in the Quantity field of the PayrollEarningStatementLine table.

Because this view is used to get the accrual pending usage data and to create a union query to get the accrual transactions data, the value for the pending usage is always the value of the Quantity field of the earning statement line.

Show: