How is USERS_LAST_IMPORT_TIME calculated?

BrandonLucas_BF
Regular Contributor III
Regular Contributor III
For an incremental import job in SOAP, it's common to use a config like this: 
 
<bsvc:Updated_From>${USERS_LAST_IMPORT_TIME}</bsvc:Updated_From>
 <bsvc:Updated_Through>${CURRENT_IMPORT_TIMESTAMP}</bsvc:Updated_Through>
 
CURRENT_IMPORT_TIMESTAMP I understand is the running time of the import job that's currently in progress. However, how is USERS_LAST_IMPORT_TIME calculated? Is it the SAVUPDATEDATE value from the users table? Or is this value tracked per user, per job?
 
 
3 REPLIES 3

nimitdave
Saviynt Employee
Saviynt Employee

USERS_LAST_IMPORT_TIME is calculated as below:

Last Success Full Import or last update date (updatedate) for all users. Which ever of the 2 is lower.

BrandonLucas_BF
Regular Contributor III
Regular Contributor III

So would that be the LASTIMPORT value from the endpoints table and the SAVUPDATEDATE from the users table?

Last import from accounts table