Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello
A type can have many fields and has editability rule
I wish rule out specific field(of course belong to type visible field) from type editability
Is there any smart way to implement?
Thanks a lot.
Solved! Go to Solution.
So, you want to be able to edit one specific field, while the rest of the item is not-editable or the other way around?
There's no easy way to allow users to edit one field, but not the rest of the item. You'd have to have editability rules on each of the fields to prevent them from being edited, and allow editing for the type.
If you just want to limit editing of one field, that's much easier - only one editability rule on that field to create.
So, you want to be able to edit one specific field, while the rest of the item is not-editable or the other way around?
There's no easy way to allow users to edit one field, but not the rest of the item. You'd have to have editability rules on each of the fields to prevent them from being edited, and allow editing for the type.
If you just want to limit editing of one field, that's much easier - only one editability rule on that field to create.
Hello Awalsh
Yes, I have a trouble to rule out specific field from type editability.
becuase I want to make free editable field such as "comment" for everybody and state.
A type has many fields so I should release type rule and make rule for each field.
that is very annoying work and low performance behavior 🤔
but now I realize that is the only way by your reply.
Thank you for your reply