<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to display only Multi-Row Variable Set (MRVS) data from a Record Producer on the Incident fo in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/how-to-display-only-multi-row-variable-set-mrvs-data-from-a/m-p/3408631#M5143</link>
    <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/594444"&gt;@Nikhil C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then hide the other variables using &lt;STRONG&gt;Catalog UI policy and Applies on Target Record&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No other way to handle that.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2025 13:20:42 GMT</pubDate>
    <dc:creator>Ankur Bawiskar</dc:creator>
    <dc:date>2025-10-20T13:20:42Z</dc:date>
    <item>
      <title>How to display only Multi-Row Variable Set (MRVS) data from a Record Producer on the Incident form?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-display-only-multi-row-variable-set-mrvs-data-from-a/m-p/3407221#M5111</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm working with a &lt;STRONG&gt;Record Producer&lt;/STRONG&gt; that creates records in the &lt;STRONG&gt;Incident table&lt;/STRONG&gt;. The Record Producer includes a &lt;STRONG&gt;Multi-Row Variable Set (MRVS)&lt;/STRONG&gt; named mobile_devices_set, which contains variables like device_type, storage, color, and quantity.&lt;/P&gt;&lt;P&gt;I want to display &lt;STRONG&gt;only the MRVS data&lt;/STRONG&gt; on the Incident form after submission.&lt;/P&gt;&lt;P&gt;I’ve tried using the default UI Macro:&lt;BR /&gt;com_glideapp_questionset_default_question_editor&lt;BR /&gt;and added the &lt;STRONG&gt;Variable Editor formatter&lt;/STRONG&gt; to the Incident form. This works, but it displays &lt;STRONG&gt;all variables&lt;/STRONG&gt; from the Record Producer — I only want the MRVS data to be shown.&lt;/P&gt;&lt;P&gt;Is there a way to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a &lt;STRONG&gt;custom UI Macro&lt;/STRONG&gt; that renders only the MRVS?&lt;/LI&gt;&lt;LI&gt;Or configure the Variable Editor to &lt;STRONG&gt;filter and show only specific variable sets&lt;/STRONG&gt;?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any guidance or examples would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 05:30:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-display-only-multi-row-variable-set-mrvs-data-from-a/m-p/3407221#M5111</guid>
      <dc:creator>Nikhil C</dc:creator>
      <dc:date>2025-10-17T05:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only Multi-Row Variable Set (MRVS) data from a Record Producer on the Incident fo</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-display-only-multi-row-variable-set-mrvs-data-from-a/m-p/3408585#M5142</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/594444"&gt;@Nikhil C&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can achieve this by using a &lt;STRONG&gt;Catalog UI Policy&lt;/STRONG&gt; on your Record Producer to selectively hide non-MRVS variables from the target record (i.e. the Incident form), while still displaying your Multi-Row Variable Set (MRVS) data.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open the Record Producer that creates records in the &lt;STRONG&gt;Incident&lt;/STRONG&gt; table.&lt;/LI&gt;&lt;LI&gt;In the &lt;STRONG&gt;Catalog UI Policies&lt;/STRONG&gt; related list, click &lt;STRONG&gt;New &lt;/STRONG&gt;and&amp;nbsp;configure the policy as follows:&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;:&amp;nbsp;Hide Non-MRVS Variables&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Applies on a Catalog Item view&lt;/STRONG&gt;: False &lt;STRONG&gt;(Uncheck)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Applies on the Target Record&lt;/STRONG&gt;: True &lt;STRONG&gt;(Check)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;On Load&lt;/STRONG&gt;: True &lt;STRONG&gt;(Check)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Reverse if false&lt;/STRONG&gt;: False &lt;STRONG&gt;(Uncheck)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Click &lt;STRONG&gt;Submit&lt;/STRONG&gt; to save the policy and open the Catalog UI Policy again.&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Scroll to the &lt;STRONG&gt;Catalog UI Policy Actions&lt;/STRONG&gt; related list.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For each non-MRVS variable you want to hide:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Click &lt;STRONG&gt;New.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Set:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Variable name&lt;/STRONG&gt;: Select the non-mrvs variable&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Visible&lt;/STRONG&gt;:False&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Click &lt;STRONG&gt;Submit&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Catalog UI Policy &amp;amp; Actions:&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MIftikhar_0-1760961987994.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/477752iECB7FC8FD13A6EFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MIftikhar_0-1760961987994.png" alt="MIftikhar_0-1760961987994.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Record Producer Form:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MIftikhar_1-1760962092163.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/477753iB884E4EDBA3D1D26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MIftikhar_1-1760962092163.png" alt="MIftikhar_1-1760962092163.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Incident Form:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MIftikhar_2-1760962153066.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/477754i81B56AD8FE5D6612/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MIftikhar_2-1760962153066.png" alt="MIftikhar_2-1760962153066.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#99CC00"&gt;&lt;EM&gt;If my response helped, please mark it as the accepted solution so others can benefit as well.&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 12:09:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-display-only-multi-row-variable-set-mrvs-data-from-a/m-p/3408585#M5142</guid>
      <dc:creator>miftikhar20</dc:creator>
      <dc:date>2025-10-20T12:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only Multi-Row Variable Set (MRVS) data from a Record Producer on the Incident fo</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-display-only-multi-row-variable-set-mrvs-data-from-a/m-p/3408631#M5143</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/594444"&gt;@Nikhil C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then hide the other variables using &lt;STRONG&gt;Catalog UI policy and Applies on Target Record&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No other way to handle that.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 13:20:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-display-only-multi-row-variable-set-mrvs-data-from-a/m-p/3408631#M5143</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-20T13:20:42Z</dc:date>
    </item>
  </channel>
</rss>

