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
Sales Force FRMSales Force FRM 

How to create custom object in opprtunity of sales force

    Hi folks,
                     How can i create custom object  under opprtunity, all suggestions welcome.

Regards,
Rajeshwar.
jrotensteinjrotenstein
Custom Objects are not created in a hierarchy, but you can link them together by having one object reference another.

For example, the standard Contact object has a field defined as lookup(Account). This defines a parent/child relationship between the two objects. You can do the same with custom objects.

If you just want to create a custom field within the Opportunity object, you can do this under Setup / Opportunity / Fields.