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
Ben Merton 17Ben Merton 17 

License Management for Large Custom Apps

Does anyone have any ideas / pointers on the best way to create an app that will manage licenses for a large Schema with 100+ objects, custom settings, metadata etc?

I don't think that the standard License Management app can be used for this?

This will probably need an API call to a third-party system that generates the license keys, and at least one custom Visualforce page.  I was just wondering if anyone had any pointers on how this might work in theory.  In particular, how would you:

1.  Ensure that the license key is secure
2.  Control the visibility of objects and apex code

Thanks for any ideas!