SitesSvcSyncProvider.updateUserPINs Method [AX 2012]
Updates user PIN numbers on the server.
protected void updateUserPINs(
Array _pinsAdded,
Array _pinsDeleted,
DOCommonErrorList _errors)
Run On
CalledParameters
- _pinsAdded
- Type: Array Class
An array of containers that contain a CloudUserId value and a TemporaryPIN value.
- _pinsDeleted
- Type: Array Class
An array of containers that contain a CloudUserId value and a TemporaryPIN value.
- _errors
- Type: DOCommonErrorList Class
A list of errors that were returned from the server.
Community Additions
ADD
Show: