CMDBuild Forum

Disable user from deleting a card and adding a card

Hi,

How do i disable a user group from adding a card and deleting a card?

I want them only to modify the card but not delete the card or add a card.

Thanks and Regards.

At this moment it is not possible.
If you can update a card you can also insert or delete a card.
We are evaluating whether to add this feature in future versions.
CMDBuild Team

Thank you very much for the prompt response.
 
Previously Tecnoteca wrote:
At this moment it is not possible.
If you can update a card you can also insert or delete a card.
We are evaluating whether to add this feature in future versions.
CMDBuild Team

 

I was also faced with the same predicament. I solve it with by manipulating the current features already available.

 

1. Make an attribute mandatory.

Say the "Code"

2. Go into the row and column 

privileges and make that mandatory column read only for the user groups.

 

When the user try to add record. He/She could not fill in the mandatory field. When he/she try to save the check constraint will give and error and would not let the users add new records. But he can edit the existing records except that mandatory field.

 

 

This is me just trying to be creative with the function that I already have in hand while waiting for the better solution.

 

 

Previously Suresh Kumar wrote:

Hi,

How do i disable a user group from adding a card and deleting a card?

I want them only to modify the card but not delete the card or add a card.

Thanks and Regards.