Share via


RetailTransactionServiceAX5::staffLogout Method [AX 2012]

Method deletes the 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
The status as a container.

Exceptions

Exception Condition
Error

Throws error if fails to delete.

See Also

Reference

RetailTransactionServiceAX5 Class