<?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: Related List Declarative Action to create child record in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/related-list-declarative-action-to-create-child-record/m-p/3518344#M1251973</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/843350"&gt;@lakshmipate&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Does the proposed solution helped?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If my solution helped, please mark this as helpful and accept the solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Diksha&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2026 13:47:47 GMT</pubDate>
    <dc:creator>Diksha_Tiwari 1</dc:creator>
    <dc:date>2026-04-01T13:47:47Z</dc:date>
    <item>
      <title>Related List Declarative Action to create child record</title>
      <link>https://www.servicenow.com/community/developer-forum/related-list-declarative-action-to-create-child-record/m-p/3517544#M1251863</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to create a button in related list of Case table, when button is clicked it should display list of all Stores (another table) and when user selects multiple/single record and clicks on ADD it should create child records in Case for each Store selected. I am able to create the button using related list Declarative Actions, i was also able to invoke the list Modal by using OOB 'Related List MRA'(although it is in different scope, but it worked). Now when I click on ADD in list Modal, it doesn't create records in Case table. Please assist on how to get this working.&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshmi P&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 10:35:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/related-list-declarative-action-to-create-child-record/m-p/3517544#M1251863</guid>
      <dc:creator>lakshmipate</dc:creator>
      <dc:date>2026-03-31T10:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Related List Declarative Action to create child record</title>
      <link>https://www.servicenow.com/community/developer-forum/related-list-declarative-action-to-create-child-record/m-p/3517630#M1251871</link>
      <description>&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OOB Related List MRA associates with existing related records&lt;/STRONG&gt;, not for &lt;STRONG&gt;selecting records from one table and generating brand new records in another table&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In your requirement, the user is selecting &lt;STRONG&gt;Store&lt;/STRONG&gt; records, and on Add you want ServiceNow to &lt;STRONG&gt;create child Case records&lt;/STRONG&gt; for each selected Store. That is &lt;STRONG&gt;not the standard OOB MRA behavior&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use modal as picker, then write custom server-side logic to create child case for each selected record.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create client callable script include to write logic for creating child cases.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Call this script include from your UI Action/ Modal.&amp;nbsp; Pass case sys ID as the parameter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This server-side code will create child case per selected store.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try with above approach. Let me know if this works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my solution helped, please mark this as helpful and accept the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Diksha&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 12:45:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/related-list-declarative-action-to-create-child-record/m-p/3517630#M1251871</guid>
      <dc:creator>Diksha_Tiwari 1</dc:creator>
      <dc:date>2026-03-31T12:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Related List Declarative Action to create child record</title>
      <link>https://www.servicenow.com/community/developer-forum/related-list-declarative-action-to-create-child-record/m-p/3518344#M1251973</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/843350"&gt;@lakshmipate&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Does the proposed solution helped?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If my solution helped, please mark this as helpful and accept the solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Diksha&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 13:47:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/related-list-declarative-action-to-create-child-record/m-p/3518344#M1251973</guid>
      <dc:creator>Diksha_Tiwari 1</dc:creator>
      <dc:date>2026-04-01T13:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Related List Declarative Action to create child record</title>
      <link>https://www.servicenow.com/community/developer-forum/related-list-declarative-action-to-create-child-record/m-p/3518349#M1251975</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/616226"&gt;@Diksha_Tiwari 1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share screenshots supporting your comment so that it would be helpful?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 13:51:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/related-list-declarative-action-to-create-child-record/m-p/3518349#M1251975</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-04-01T13:51:13Z</dc:date>
    </item>
  </channel>
</rss>

