Editing Rules Permission

Hopefully simple question - is there a way to allow a role/group access to edit rules, without letting edit everything?

Sorry, I don’t know of an easy solution out of the box.

You might be best to create a new Role (eg Rule Editor based on the Contributor Role) with only View site permissions, give it access to create the content types in your Rules, remove webtop access. Add a Permission link RuleEditor and attach it the Role ‘Rule Editor’, then use application.security.checkPermission(permission=“ruleeditor”) in your own trayContainer.cfm limiting it to relevant buttons. It will probably be a little bit trial and error.

Hope this helps.

In theory, if you add a ContainerEdit permission then Farcry would automatically pick it up. Then you could add it to whatever roles make sense. But containers have a lot of special handling, so I can’t be sure.