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
Deepak PGDeepak PG 

How to create a Custom Object like Accounts and Opportunities

We want to create a Customer Track custom object and create a child objects under that. It should look like how the Accounts and Opportunity page. So how to create the object like that.
NagendraNagendra (Salesforce Developers) 
Hi Deepak,

May I request you please elaborate your requirement so that we can understand better and can help you accordingly.

If you want to create custom objects (customer track) then you can follow the below help article. In order to create child objects, you have to establish a relation between both parent and child. May I suggest you please refer to below trailhead which explains the same very clearly. If you want to create the same pages as Account and Opportunity then you can make use of Record types and Page Layouts. For more information please refer to below links. Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra


 
Deepak PGDeepak PG
Thanks Nagendra, I am able to create the page with child objects
Suraj Tripathi 47Suraj Tripathi 47
Hi Deepak,

You can create custom object by this way:
Go to setup -> Click on Object Manager -> Create Custom Object -> Enter Name Of Object.
Same way create another object and establish the relationship between them.


If you find your Solution then mark this as the best answer.


Thank you!

Regards,
Suraj Tripathi