PayrollAccrualPendingUsageBalanceView::displayIsPendingUsage Method [AX 2012]

Returns an enumeration value that corresponds to the Yes enum value of the NoYes base enum.

server public static str displayIsPendingUsage()

Run On

Server

Return Value

Type: str
An enumeration value that corresponds to the Yes enum value of the NoYes base enum.

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 Is pending usage is always an enumeration value that corresponds to the Yes enum value.

Show: