cancel
Showing results for 
Search instead for 
Did you mean: 

SuccessFactors AFAF API Odata call using deltasync.maxDateFromLastRun getting a error

Former Member
0 Kudos

SFSF Candidate API Sender Odata call trying to use deltasync.maxDateFromLastRun to pass the lastmodifed date time into the ODATA Resource Path to retreieve all records modified from last run.

But i am getting the below error.

com.sap.aii.adapter.sfsf.ra.xi.util.SFSFAdapterException: SENDERTASK_NO_LMT:Last modified date was not found in the query results. This is needed for delta sync.sync.SENDERTASK_NO_LMT:Last modified date was not found in the query results. This is needed for delta sync.

My query screen shot :

Candidate?$select=candidateId,lastModifiedDateTime,resume,outsideWorkExperience,state,primaryEmail &$filter=lastModifiedDateTime ge datetimeoffset'${deltasync.maxDateFromLastRun}'&$expand=resume,outsideWorkExperience,state

Value passed to delpta sync

deltasync.maxDateFromLastRun = 2018-01-24T12:00:00Z

Former Member
0 Kudos

do i have to do anything in the mappings after reading the date.

Because the query is hitting the SF systenm but still i see this error???

Accepted Solutions (0)

Answers (0)