Permissions in Custom Modules?

Posted by Community Admin on 04-Aug-2018 13:19

Permissions in Custom Modules?

All Replies

Posted by Community Admin on 23-Jun-2012 00:00

I have a number of custom modules (from code not the module builder) and I'm looking for docs and examples on setting user permissions.  I've searched the forums and have managed to find very little for SF 4/5.

Currently, when a user with designer permissions is logged in and they select a custom module from the Backend "Content" dropdown, the module admin page is displayed but the item list is not shown.   Effectively, they can't see, add, or edit module content items.  All items display as expected when admin users access the same backend pages.

Any pointers/docs/advice would be greatly appreciated.

Thanks--Steve

Posted by Community Admin on 24-Jun-2012 00:00

Hmm, looks like it might be as easy as calling  pageManager.SetControlDefaultPermissions(ctrl) on the module's  add/edit, admin, and view controls.

This thread is closed