SitesSvcSyncProvider.readModifiedUsers Method [AX 2012]

Reads users who have been modified since the specified date and time.

protected Array readModifiedUsers(utcdatetime _lastSyncDateTime, DOCommonErrorList _errors)

Run On

Called

Parameters

_lastSyncDateTime
Type: utcdatetime
The date and time of when the users were last synced.
_errors
Type: DOCommonErrorList Class
A list of errors that were returned from the server.

Return Value

Type: Array Class
An array of DOCommonUser objects.

Community Additions

ADD
Show: