RetailTransactionService::activateDevice Method [AX 2012]
Activate the device.
client server public static container activateDevice(
RetailDeviceId deviceId,
RetailTerminalId terminalId,
RetailStaffId staffId)
Run On
CalledParameters
- deviceId
- Type: RetailDeviceId Extended Data Type
ID of the Device.
- terminalId
- Type: RetailTerminalId Extended Data Type
ID of the terminal.
- staffId
- Type: RetailStaffId Extended Data Type
ID of the staff.
Return Value
Type: containerA container object containing status of activation, error message (if any) and the details of the device - terminal, store
Show: