RetailTransactionServiceEmployee::createExtendedLogOn Method [AX 2012]
Creates a record in RetailStaffExtendedLogOntable.
client server public static container createExtendedLogOn(
RetailStaffId _staffId,
RetailStaffExtendedLogOnKey _logOnKey,
RetailStaffExtendedLogOnType _logOnType,
str _extraData)
Run On
CalledParameters
- _staffId
- Type: RetailStaffId Extended Data Type
Staff ID.
- _logOnKey
- Type: RetailStaffExtendedLogOnKey Extended Data Type
LogOn key.
- _logOnType
- Type: RetailStaffExtendedLogOnType Enumeration
LogOn key type.
- _extraData
- Type: str
Device specific extra data as base 64 string.
Show: