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
mukesh guptamukesh gupta 

create object inside object

Hi Expert,

I need to create objects just like :-
                                    Furniture(Object):- wooden(Object):- 1.Chair(Field)
                                                                                               2.Table(Field)

Can any one suggest a way to create object.

Thanks
Mukesh


 
Satish PrajapatSatish Prajapat
Hi mukesh,
  • If Furniture(Object) is related to wooden(Object) then you should use relationship concept. It may be either Master Detail or Look-up Relationship.
Amit Chaudhary 8Amit Chaudhary 8
Hi Mukesh,

You can not create the object inside object but you can make the relationship betweek two object from master detail or loopup field