How to allow a user to modify a Decision Table only (deny to create new tables).

How to allow a user to modify a Decision Table only (deny to create new tables).

book

Article ID: KB0094340

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

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.

&ltpermission resourceref="#RFIMPL">
    &ltaction type="read"&gtALLOW</action>
</permission>            

</permission>
    &ltpermission resourceref="#RF">
    &ltaction type="add_impl"&gtDENY</action>
</permission>

NOTE:
Its required to define Ressource RF and RFIMPL
&ltresource id="RF" type="RULEFUNCTION"/>
&ltresource id="RFIMPL" type="RULEFUNCTIONIMPL"/>

Issue/Introduction

How to allow a user to modify a Decision Table only (deny to create new tables).