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
Alexander Zaytsev 1Alexander Zaytsev 1 

Custom UI and parameters on Managed package install

I am developing an application that can be isntalled as a managed package.
I want the customers to be presented with some UI during the package install that would let them configure some values my app works with, specifically the picklist values.
What's the best way to implement this?
Alexander Zaytsev 1Alexander Zaytsev 1

I found some marketing-like document here: https://developer.salesforce.com/blogs/engineering/2017/07/build-powerful-setup-apps-new-apex-metadata-api.html

 

This implies it should be possible to build custom set up wizard, but i can't find technical info on how to actually implement it.