• Petr Částek 3
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 1
    Replies
Hi
I've finished my app for managing leads. I will distribute the app in managed package containing these types of items:
- visualforce pages
- apex classes
- custom objects and fields.
While permissions for accessing VF pages and apex classes can be set directly to user profiles, permissions for accessing custom objects can be set to concrete users only, using permission sets.
Primary I want to make installation of the app easy for admin. So I've set the permissions for accessing VF pages and apex classes to standard user profile and to admin profile and I've created a permission set for accessing custom objects. Shall an automatic installer assign the new permission set to all users with standard user profile and to all admins? What about other user profiles? Or is it normal to give instructions to admin what he should set to allow users to use the app? Or does your app use other practice to set permissions to users? Thank you