- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 06:41 AM
Hi Team ,
Am using maintain item in backend ,in that we are having MVRS and adding few records in that and when user click on get price button ,we have to disable or hide the edit row and remove row
Please guide me .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 10:11 AM
Hi @String ,
Are you looking to achieve something like this?
https://www.servicenow.com/community/developer-articles/read-only-multi-row-variable-set/ta-p/230851....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 02:05 AM
Hi @Ankur Bawiskar thanks for your quick reply .... got the solution ,we kept one check box ..when user click on check box we are making the MVRS read only .So that both edit row and remove row icons are disappeared .
When user want to edit/Add ..user will uncheck and add /Edit records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 02:00 AM
but users will still have to add/edit the rows.
So why to disable?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 02:05 AM
Hi @Ankur Bawiskar thanks for your quick reply .... got the solution ,we kept one check box ..when user click on check box we are making the MVRS read only .So that both edit row and remove row icons are disappeared .
When user want to edit/Add ..user will uncheck and add /Edit records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 02:08 AM
Glad to know.
Please mark your own response as correct so that it doesn't confuse members in future who look for similar question.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 02:10 AM
@Ankur Bawiskar sure