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
prasad@s.ax832prasad@s.ax832 

How to associate Multiple object instances to an object

 There are multiple instances of  "objchild" object.

 

When I create objectA I need to have multiple "objChild" objects added to it.

There is objectB which has a lookup relationship to objectA.

Now when I am creating objectB I need to have a picklist which has the same "objChild" values as objectA, so that I can associate the "objchild" instances to objectB.

 

Can some one please suggest a solution to implementing the above problem?

 

Thank you

Ispita_NavatarIspita_Navatar

Let me understand what you are trying to achieve. Is the ObjectA and ObjectB instance of the same custom object objChild?

If the answer is yes  then you need to have a self- lookup. As to the requirement of creating multiple instances of objChild to another instance probably you can achieve that using apex and visual force.

Hope this helps.