RetailTransactionService::staffLogout Method [AX 2012]
Deletes a record from RetailStaffLoginLog table.
client server public static container staffLogout(
RetailStaffId _staffId,
RetailStoreId _storeId,
RetailTerminalId _terminalId)
Run On
CalledParameters
- _staffId
- Type: RetailStaffId Extended Data Type
The value of the staffId field.
- _storeId
- Type: RetailStoreId Extended Data Type
The value of the storeId field.
- _terminalId
- Type: RetailTerminalId Extended Data Type
The value of the terminalId field.
Return Value
Type: containerA container that contains a Boolean value that indicates whether the record was deleted successfully.
Show: