RetailTransactionServiceAX61::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
- _staffId
Type: RetailStaffId Extended Data Type
ID of the RetailStaffLoginLog.staffId field.
- _storeId
Type: RetailStoreId Extended Data Type
ID of the RetailStaffLoginLog.storeId field.
- _terminalId
Type: RetailTerminalId Extended Data Type
ID of the RetailStaffLoginLog.terminalId field.
Return Value
Type: container
The status as a container.
Exceptions
Exception | Condition |
---|---|
Error | Throws error if fails to delete. |