<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Parent Child Relationship - Cascade Refresh</title><link>https://community.appian.com/discussions/f/data/11377/parent-child-relationship---cascade-refresh</link><description>Hi, 
 
 For example: Assume Person CDT has multiple Address CDT as its child CDTs, and specified as Multiple. I want to be able to create/update address using its own UI. Then I want to be able to select multiple addresses in Person management screen</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Parent Child Relationship - Cascade Refresh</title><link>https://community.appian.com/thread/50139?ContentTypeID=1</link><pubDate>Wed, 15 Nov 2017 18:22:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9492d3bd-1b0b-43d9-ab58-5b35baf0797f</guid><dc:creator>marcoc918</dc:creator><description>We have a similar problem, but not sure is exactly your case.&lt;br /&gt;
&lt;br /&gt;
We have solved the issue adding this JPA on the field that in your case correspond to Adress CDT&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xsd:annotation&amp;gt;&lt;br /&gt;
          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;@OneToMany(cascade=CascadeType.NONE) &amp;lt;/xsd:appinfo&amp;gt;&lt;br /&gt;
 &amp;lt;/xsd:annotation&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>