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