Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
===========
DecisionManager permissions - How to allow a user to modify a Decision Table only (deny to create new tables).
Environment:
===========
BusinessEvents 4.0
All Operating Systems
Resolution:
========
Add the permissions below to the access control file for the group to deny the creation of a new Decision Table but allow the modification of existing tables.
<permission resourceref="#RFIMPL">
<action type="read">ALLOW</action>
</permission>
</permission>
<permission resourceref="#RF">
<action type="add_impl">DENY</action>
</permission>
NOTE:
Its required to define Ressource RF and RFIMPL
<resource id="RF" type="RULEFUNCTION"/>
<resource id="RFIMPL" type="RULEFUNCTIONIMPL"/>