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
Max PowerMax Power 

Can user customize package?

I'm currently in the process of developing my first application for publication on the AppExchange, and I've come across a bit of a problem.  Originally, the application was designed to perform some lookups using information found on an Account Detail Page.  The problem is, that some of the potential users for this application store the information required for the lookup in custom fields rather than in the default Account record fiels (that the majority of users will use).

 

Is there any way that I can set up my package to allow the user to specify where to get the information for the lookup (preferably when they install the package)?  Or will I be forced to do something less user friendly, like setting up a configuration object that stores the actual field names that should be used for the lookup?

 

Any help would be greatly appreciated.

 

Thanks in advance,

Max