cancel
Showing results for 
Search instead for 
Did you mean: 

Where are this Employee/Business Partner fields located in the PDI?

chuasupoma
Explorer
0 Kudos
253

Hi, I was working on making a new Web Service (WS) from employee on the PDI but i got some trouble trying to find some field from the employee's view:


As you can see on the image above the fields i can't find are:

- External ID (Founded)

- Department(Founded)

- Manager (Founded)

- HouseNumber

- Street

- Gender

- Birthdate

I tried to search them in the Repository Explorer but when i find those fields it seems they are empty so probably those aren't the ones is shows.

PS1: Yes i tried to search those fields without empty values.

PS2: I updated the question since i already found some of the fields i was searching for.

View Entire Topic
former_member564242
Active Participant

Dear Cesar,

The underlying business object for a contact is the BO BusinessPartner where attributes like name, etc. are stored. But the e-mail address and other fields like Function, Department, Phone, and so on, are relationship dependent and are therefore stored in the BO BusinessPartnerRelationship.

Would you like to have a check on BO BusinessPartnerRelationship.

-Sneha

chuasupoma
Explorer
0 Kudos

Hi Sneha,

I tried to look up those fields inside BusinessPartnerRelationship but it appears as empty. The only fields i didn't found yet are:
- HouseNumber

- Street

- Gender

- Birthdate

The ones from i found it inside the OrganisationalUnitAssignment, then ToParent.


Thank you for your response

- Cesar