Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Update Candidate Offer SignOnBonus
Summary:
Update Candidate Offer SignOnBonus
Content (required):
Is there any possibility to update the candidate offer SignOnBonus using TCC Script?
Here is an example of my script:
<load:load productCode="RC1704" model="http://www.taleo.com/ws/tee800/2009/01" root="Offer" operation="merge" locale="en" header="true" delimiter="," quote=""" xmlns:load="http://www.taleo.com/ws/integration/load">
<load:columns>
<load:column parameter="1" path="Number" searchType="SEARCH" localeType="NONE" type="DATA"/>
<load:column parameter="1" type="DATA" path="SignOnBonus" localeType="NONE"/>
</load:columns>
<load:processingInstructions/>
</load:load>
But every time, I get an error:
You must supply an application for this operation.
Tagged:
0