TCC - How to get the latest offer?
Summary
Trying to fetch offer details from the latest offerContent
I am trying to create an export script to fetch the latest offer information based on Offer Accepted Date.
My export script looks like this.
<quer:query productCode="RC1303" model="http://www.taleo.com/ws/tee800/2009/01" projectedClass="Candidate" locale="en" mode="CSV-ENTITY" csvheader="true" largegraph="true" preventDuplicates="false" xmlns:quer="http://www.taleo.com/ws/integration/query">
<quer:subQueries/>
<quer:projections>
<quer:projection alias="Number">
<quer:field path="Number"/>
</quer:projection>
<quer:projection alias="LastName">
<quer:field path="LastName"/>
</quer:projection>
<quer:projection alias="FirstName">
<quer:field path="FirstName"/>
Tagged:
0