RetailTransactionService::updateStaffPassword Method [AX 2012]
Updates employee password.
Syntax
client server public static container updateStaffPassword(
str staffId,
str password,
int changePassword)
Run On
Called
Parameters
- staffId
Type: str
The staff identifier.
- password
Type: str
The new password
- changePassword
Type: int
A flag indicating if the user has to change the password at next POS login.
Return Value
Type: container
A container with the status and error message.