PayrollPayStatementAccrualBalanceView::displayTransSource Method [AX 2012]

Returns an enumeration value that corresponds to the System enum value of the PayrollAccrualTransSource base enum.

server public static str displayTransSource()

Run On

Server

Return Value

Type: str
Always returns an enumeration value that corresponds to the System enum value of the PayrollAccrualTransSource base enum.

Because this view is used to get the pay statement accrual balance data and to create a union query to get the accrual transactions data, the value for the transaction source is always an enumeration value that corresponds to the System enum value.

Show: