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
- _password
Type: RetailStaffPassword Extended Data Type
RetailStaffPassword
- _realPassword
Type: RetailStaffPassword Extended Data Type
RetailStaffPassword
Return Value
Type: boolean
true if the _password is equal to _realPassword; else false.