Salesforce and Application Integration > Controlling Who Sees Guides > Associating Guide Designer Apex Classes With a User Profile
  

Associating Guide Designer Apex Classes With a User Profile

This topic shows how to create a profile and associate Guide Designer-related Apex classes to it. The procedure that you will read allows guides to run with Salesforce Chatter Only licenses.
  1. 1Select Setup > Administration Setup > Manage Users > Profile.
  2. Manage Users, Profiles selected
  3. 2Select a User Profile. Here "Chatter Only User" will be selected.
  4. Selecting Chatter Only Object
  5. 3On the displayed page, click the Clone button.
  6. Chatter Only User
  7. 4On the displayed page, give the profile a name; for example, "TestChatterProfile" and then click Save.
  8. Clone Profile
  9. 5Salesforce displays a Profile page for the profile you just created. On that page, press Enabled Apex Class Access.
  10. Chatter Only User, pointing to "Enabled Apex Class Access
    Salesforce scrolls this page and displays this area. The area may already have some classes enabled or, as in this example, none are yet enabled.
    Click the Edit button.
  11. 6Within the Available Apex Classes area on the left, select all of the classes starting with "ce4sf20_001" and press the Add button. This name may be different in some releases. However, they will always begin with "ce4sf".
  12. 7Enable Apex Class Access area
  13. 8Scroll the profile window up until you see the Custom Object Permissions area. Set the access rights for the custom objects for Read, Create, Edit, or Delete as appropriate. Here is an example:
  14. Create Object Permissions area
  15. 9Click the Save button located at the bottom of the page.
  16. 10Go to App Setup > Customize > Home > Home Page Layouts, and click the Page Layout Assignment
  17. 11Home Page Layouts area, pointing to "Page Layout Assignment"
  18. 12Select a home page layout for the newly created profile; in this example, it is "TestChatterProfile." Click Save.
  19. 13Edit the home page layout selected in the previous step and make sure that the "Guide Designer Wizards" checkbox is selected. Click Next, then click Save.
  20. Edit Home Layout area