function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
salesforce1#salesforce1# 

Hierarchical Relationship?

Hi

 

Hierarchical Relationship available for only User object.

 

what is user object, is it standard or custom object.

 

Can u explain clearly what is user object in salesforce.

 

 

Regards.

 

Best Answer chosen by Admin (Salesforce Developers) 
Navatar_DbSupNavatar_DbSup

Hi,

User object is salesforce standard object. it is also called as setup object.

 

for more detail follow below link:

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_user.htm#topic-title

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

All Answers

Navatar_DbSupNavatar_DbSup

Hi,

User object is salesforce standard object. it is also called as setup object.

 

for more detail follow below link:

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_user.htm#topic-title

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

This was selected as the best answer
sanjdevsanjdev

Hi,

 

This type of relationship is a special lookup relationship available only for the user object. It allows users to use a lookup field to associate one user with another that does not directly or indirectly refer to itself. For example, you can create a custom hierarchical relationship field to store each user's direct manager..

 

Cheers

Sanj

pavanfgpavanfg
Hi ,I am pavan i want some information about hierarchical relationship real time examples
Nishant Dubey 7Nishant Dubey 7
Hello ,
Hierarchical relationship , allow user to select another user from list it can only available for User stadard object and User object also called "Setup Object"
ISMAEL DAOUDI 10ISMAEL DAOUDI 10
Useful answers so far. Did my own research confirming all of the above:
https://help.salesforce.com/articleView?id=user_fields.htm&type=0&language=en_US&release=206.10
Manager field:
  • Establishes a hierarchical relationship, preventing you from selecting a user that directly or indirectly reports to itself.
  • Allows Chatter to recommend people and records to follow based on your org's reporting structure.
This field is especially useful for creating hierarchical workflow rules and approval processes without creating more hierarchy fields.

Note
Unlike other hierarchy fields, you can inactivate users referenced in the Manager field. "