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
Sunny NarulaSunny Narula 

Mapping Custom object at the time of APP installation.

Can we create an APP (that can be later downloadable from Salesforce AppExchange) in Salesforce that asks at the time of installation,
that to which object it will be lookup-ed?
Yes the app in itself will have one object.

Basically, I need to create an app that will create a button on the CUSTOM OBJECT detail page, 
this custom object needs to get select at the time of installation (is this possible).

When this button is clicked it will take the ID of the object and redirect to some other custom VFpage, to collect some more information. Ther the only challenge is, at the time of installation of the APP, the object can be different for different ORG's. I need to make this linking dynamically.


Please share a link that can help to create such an APP that allows the user to select at the time of installation.