cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Restricting user CRUD on a type of Diagram

pvandeginste
Honored Contributor
Hi, Is it possible to set CRUD for a given profile on a specific DiagramType, ex.: we want to restrict Profile A to "Read" only on Functional Process Diagrams? Thanks! Phil
2 Replies

Hi Gregory,

 

That worked great! Thank you so much!

 

Phil

gquiniou
Retired

Hi,

 

You can add a "Data acces rule" to the Diagram metaclass.

This data access rule must then be linked to one or more profile and to a macro.

 

The macro must return 0 or 1 whether you want to allow write access or not (in your case based on the "nature" attribute of the diagram).

 

 

Regards,

 

Gregory