Share via


RetailTransactionService::staffLogin Method [AX 2012]

Creates or updates a RetailStaffLoginLog record by using the specified staffId value.

Syntax

client server public static container staffLogin(
    RetailStaffId _staffId, 
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId, 
    RetailStaffPassword _password)

Run On

Called

Parameters

Return Value

Type: container
A container that contains a Boolean value that indicates whether the record was updated successfully.

Exceptions

Exception Condition
Error

The record is not created or updated.

See Also

Reference

RetailTransactionService Class