
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2020 02:42 AM
Hi Everyone,
Is it possible to detect deletion or removal of a record in MRVS?
Thanks,
Tadz
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2020 04:09 AM
You can try this one :
this will "watch" the MRVS value every time MRVS record changes. May it be delete or add.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2020 03:53 AM
Hi,
You may write a Business Rule on "sc_multi_row_question_answer" Table. That captures the deletion of a row in MRVS.
Please mark it as correct answer if it helps.
Thanks,
Narsing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2022 08:12 AM
Deletion of records from the table sc_multi_row_question_answer does not seem to be tracked by default. Do you know how to fix it so they are tracked?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2020 04:02 AM
There is this table which holds the value of MRVS once Record producer/Catalog Item is submitted.
Multi Row Question Answers (sc_multi_row_question_answer)
But if you want to detect deletion prior to submission of Record producer/Catalog Item then not possible.
If you want to detect the deletion after the Target Record/RITM is created then you can create before delete BR on that table.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2020 01:32 AM
Hope you are doing good.
Did my reply answer your question?
If so, please mark appropriate response as correct & helpful so that the question will appear as resolved for others who may have a similar question in the future.
Thanks!
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader