Solved

In each view should I Update person ID, Name, and title

  • 26 January 2024
  • 2 replies
  • 36 views

Userlevel 4
Badge +10

Hello All!

I need to update (migration task) many lines to personal files table. Which view should I choose to update all fields of the following person views together : PERS, PERSON_INFO, PERSON_INFO_ALL

Thank to all advices from HCM experts.

icon

Best answer by FlorianTauber 30 January 2024, 09:19

View original

2 replies

Badge +2

Hi Andryis,

it depends on what kind of data you have to modify:

The PERS view is based on the PERS_TAB and contains data mainly associated with your personal file in HCM, like place of birth, citizienship or martial status.

 

PERSON_INFO is just a subset from PERSON_INFO_ALL. PERSON_INFO doesn’t contain customer nor supplier contacts. PERSON_INFO% containts more basic data like name, job title, etc..

All 3 of them have a common set of data and are all connected by the unique PERSON_ID.

If you use the PERSON_INFO_API it’ll trigger the PERS_API as well.

I’d suggest to check which kind of data you have to update but mainly focus on person_info_all.

BR

Florian

 

 

Userlevel 4
Badge +10

@FlorianTauber 

Thank you

Reply