Modifying "Editable Values" available to users when clicking Edit button on Grid View
Hi Experts, in a grid view our users can select an Incident and then click the "Edit" button on the bottom of the screen. We would like to remove "Support Group" from this list of editable values. How can that be achieved?
Thanks!
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Hi David,
How is your javascript?
Here's the line that will hide the Support Group element, but you'll need to trigger it to run on the click of the edit button.$('[data-template="multiEditFieldGroup"]>div:Contains(Support)').hide()
Let me know if you need more help.
Geoff1
Answers
How is your javascript?
Here's the line that will hide the Support Group element, but you'll need to trigger it to run on the click of the edit button.
Let me know if you need more help.
Geoff