RetailTransactionServiceEmployee::createExtendedLogOn Method [AX 2012]

Creates a record in RetailStaffExtendedLogOntable.

Syntax

client server public static container createExtendedLogOn(
    RetailStaffId _staffId, 
    RetailStaffExtendedLogOnKey _logOnKey, 
    RetailStaffExtendedLogOnType _logOnType, 
    str _extraData)

Run On

Called

Parameters

  • _extraData
    Type: str
    Device specific extra data as base 64 string.

Return Value

Type: container
The status as a container.

See Also

Reference

RetailTransactionServiceEmployee Class