Disable subfields during different events based on user role #834
-
How can I disable subfields or one subfield/repeat fields based on different user role? |
Beta Was this translation helpful? Give feedback.
Answered by
o15a3d4l11s2
Feb 8, 2024
Replies: 2 comments 1 reply
-
Hello @shuvoworld Maybe you can try to use CrudField JavaScript Library to hide or show fields. Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It really depends on the use-case.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shuvoworld
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It really depends on the use-case.
disabled
attribute for the corresponding fields when defining the fields insetupCreateOperation()
,setupUpdateOperation()
accordingly following the field attributes guide. As an example