Share via


RetailTransactionService::staffIsPasswordValid Method [AX 2012]

Validates that the password that is entered by the user is the correct password.

Syntax

client server public static boolean staffIsPasswordValid(RetailStaffPassword _password, RetailStaffPassword _realPassword)

Run On

Called

Parameters

Return Value

Type: boolean
true if the password is valid; otherwise, false.

See Also

Reference

RetailTransactionService Class