Community Tip - You can change your system assigned username to something more personal in your community settings. X
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?
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.
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.
Hope this idea will help you
PetrH