For more information, please refer to this announcement explaining best practices for getting answers to questions.
TCC - Exporting latest attachment per candidate
Summary:
I need to export candidates' latest attachment via TCC. I am able to export ALL attachments, but just need the most recent.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
22A.1
Code Snippet (add any code snippets that support your topic, if applicable):
I found this in an earlier post, but "the source is invalid":
<quer:filtering xmlns:quer="http://www.taleo.com/ws/integration/query">
<quer:or>
<quer:equal>
<quer:field path="AttachedFiles,LastModificationDate"/>
<quer:query projectedClass="Candidate" alias="histItemSubQuery">
<quer:projections>
<quer:projection>
<quer:maximum>
<quer:field path="AttachedFiles,LastModificationDate"/>