Share via


RetailTransactionService::staffLogout Method [AX 2012]

Deletes a record from RetailStaffLoginLog table.

Syntax

client server public static container staffLogout(
    RetailStaffId _staffId, 
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId)

Run On

Called

Parameters

Return Value

Type: container
A container that contains a Boolean value that indicates whether the record was deleted successfully.

Exceptions

Exception Condition
Error

Throws error if does not delete.

See Also

Reference

RetailTransactionService Class