Looking to extract latest submission UDF update Using TCC
Summary:
I am looking to extract the latest update to a specific UDF update. This is to drive integrations.
I am able to extract the data I want, but get duplicate records because I of date changes.
The Field in question "ProfileInformation,HistoryItems,ApplicationHistoryUpdateItem.CandidateUpdates,HistoryItem,CreationDate"
Version (include the version you are using, if applicable):
TCC Recruiting 17.4: Application
Code Snippet (add any code snippets that support your topic, if applicable):
Filters on the export:
<quer:projectionFilterings/>
<quer:filterings>
<quer:filtering>
<quer:greaterThanOrEqual>
<quer:field path="ProfileInformation,HistoryItems,ApplicationHistoryUpdateItem.CandidateUpdates,HistoryItem,CreationDate"/>
<quer:add>
<quer:date type="now"/>
<quer:integer>-1</quer:integer>