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
Andy Freeston_LarterAndy Freeston_Larter 

Making multiple products work together

I am planning on developing multiple products that ship via AppExchange. Although the products can be used independently, we would like them to be integrated if two or more are installed.

 

1) Can I reference objects, Apex classes, and VF pages of one product from another?

 

2) Can I make a custom object link to an object from a different product (and without forcing a dependency)?

 

3) Is there a standard method of determining if a product is installed using Apex?

 

4) Am I correct in assuming that each product must be implemented in its own org and each with a unique namespace?

 

Many thanks.

Andy