Share via


RetailTransactionServiceEmployee::staffIsPasswordValid Method [AX 2012]

Method returns true if the _password is equal to _realPassword; else false.

Syntax

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

Run On

Called

Parameters

Return Value

Type: boolean
true if the _password is equal to _realPassword; else false.

See Also

Reference

RetailTransactionServiceEmployee Class