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.
Do you want to Bulk update contact names of employee contacts?
Summary
Want to Bulk update contact names of employee contactsContent
Hi
I was helping on of our friends to correct the contact names of employee contact. Hope this would help someone else in our group. You can use the below query to extract all the contact names.
Extract this file >> Correct the names>> convert the file into csv. name the file to Contact.dat >> Zip and Upload it using HCM Data Loader.
select
'METADATA|ContactName|PersonNameId|EffectiveStartDate|EffectiveEndDate|PersonId|PersonNumber|LegislationCode|NameType|FirstName|MiddleNames|LastName|Honors|KnownAs|PreNameAdjunct|MilitaryRank|PreviousLastName|Suffix|Title|CharSetContext|SourceSystemOwner|SourceSystemId'
from dual
union all
3