How to get a user parent Organizational role Hierarchy

Hi All,

 

I need to get the contact organizational role hierarchy, i.e., Parent roles of a Contact.

Like 0

Like

3 comments

Hello!

 

The hierarchy can be set up in the Organizational roles section. Organizational roles are user groups that represent company units, departments, or subdivisions in the organizational structure. More detailed information can be found in the User management - Organizational roles Academy article. 

 

Otherwise, you can create a relationship diagram directly on the Contact page that will show all internal and external contact and account relationships as a chart. The relationships can be depicted with either a vertical hierarchy or a horizontal connection. Please take a look at the Relationships between accounts and contacts Academy article. 

 

Best regards, 

Olga.

Can we get this on server side using c#?

I Set up the organizational role hierarchy.

for example we have a field like RM on Lead page which is contact lookup and we need to get the organizational role hierarchy, i.e., Parent roles of a selected RM(contact lookup).

i.e., RM >> Branch Manager >> Cluster Head >> IBU Head.

Hi Yelda, 

 



In the SelectType parameters, indicate you choose parents or children.

 

This is enum : 

 

public enum HierarchicalSelectType

{

Children,

Parents

}

 

 

Best Regards, 

 

Bogdan L.

Show all comments