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
bharath kumar 52bharath kumar 52 

owner field visible for some objects

Hi All,

I am working on a project and in the data model i can see "Created By and Last modified By" for some objects and "Created By, Last modified By and Owner name" for some objects(all are standard fields). May i ask you that on what basis are the owner fields added?(In general context)

Thanks and Regards,
Bharath Kumar M
Prakash NawalePrakash Nawale

bharath kumar 52,

Those are the stanards fields and added at the time of custom object creation.
Please go through "https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/system_fields.htm" and mark this as best answer.


Regards,
Prakash

 
v varaprasadv varaprasad
Hi Bharath,

In case of master-detail relationship Child object not contains owner field, Here child objects controlled by parent So child object owner also Parent record owner,

In Master-Detail relationship, the Owner of child record are always the same as its parent's.


Overview of Relationships:
https://login.salesforce.com/help/doc/en/overview_of_custom_object_relationships.htm

Hope it helps you.


Thanks
Varaprasad