Skip to main content
15-Moonstone
March 14, 2023
Question

When I set restrictions on attributes, it does this on both the create and edit screens

  • March 14, 2023
  • 2 replies
  • 914 views

When I set restrictions on attributes, it does this on both the create and edit screens, but I don't want to restrict users on the create screen because they have to fill the form on that screen and start a new form. On the Edit screen, only the people I want should edit this data, not everyone. How can I bring this restriction?

2 replies

avillanueva
23-Emerald I
23-Emerald I
April 27, 2023

You might have to create some sort of validator which checks the edited fields and rejects if the users are not the people you want.

HelesicPetr
22-Sapphire II
22-Sapphire II
April 28, 2023

Hi @smcvr 

A DataUtility could be the right way how to achieve it.

 

You can set the specific datautility for the attribute in the EDIT wizard or creation wizard in the type and attribute management

code in the datautility can set if the attribute is editable or not.

 

HelesicPetr_0-1682667526825.png

HelesicPetr_1-1682667563061.png

Knowlage Hub CS360977

 

How to write DU CS141887

 

Hope this idea will help you

 

PetrH