<?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>Validations on a child section on button click on the wrapper</title><link>https://community.appian.com/discussions/f/user-interface/33970/validations-on-a-child-section-on-button-click-on-the-wrapper</link><description>Our team has been having a difficult time figuring this out. I&amp;#39;ll try and do my best explain clearly. 
 We have a child interface where you add a creditor and a debtor. The field level validations are working fine in the form itself. The validations I</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Validations on a child section on button click on the wrapper</title><link>https://community.appian.com/thread/129053?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2024 20:51:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:039aa1ef-6022-47d1-9167-c165e8a9b574</guid><dc:creator>KristinForeyt</dc:creator><description>&lt;p&gt;I actually ran across this a!validateMessage function which, for a moment, I thought worked as I set validateAfter to &amp;quot;submit&amp;quot; but the problem I ran into is it also validated when I clicked &amp;quot;add&amp;quot; in the form interface (which has properly working field level validations and is not the issue here) when a user adds a debtor or creditor, and not just the &amp;quot;next&amp;quot; button in the entire page wrapper. But I might be able to work up some logic in this function to see if this would work as a possibility... but nothing yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Validations on a child section on button click on the wrapper</title><link>https://community.appian.com/thread/129050?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2024 20:14:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1e32584-884b-40e5-9ae6-5448d18ae5ff</guid><dc:creator>KristinForeyt</dc:creator><description>&lt;p&gt;I&amp;#39;ve been messing around with this and I cannot get the validation group passed through the rule input. I&amp;#39;m not sure what I&amp;#39;m missing haha. On the documentation it specifically says that if validationGroup is assigned, any validations or required messages won&amp;#39;t run until the validationGroup button is clicked. But on the child interface the validation message is showing all the time&amp;nbsp;and on the parent interface it displays on page load still. I can&amp;#39;t figure out how to get it to not show up until the button is clicked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Validations on a child section on button click on the wrapper</title><link>https://community.appian.com/thread/129031?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2024 16:49:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80109098-2eff-443b-8524-2d051322a36a</guid><dc:creator>KristinForeyt</dc:creator><description>&lt;p&gt;The field level validations in the form input fields are working, that&amp;#39;s not the issue. I basically need to validate the sectionLayout of the child interface. the &amp;quot;Next&amp;quot; button is on the parent wrapper interface. It needs to validate that there is a debtor and a&amp;nbsp;creditor added when a user clicks &amp;quot;next&amp;quot;. If one or the other isn&amp;#39;t added, then an error message will display.&lt;/p&gt;
&lt;p&gt;Right now, nothing is validated when a user clicks &amp;quot;next&amp;quot;. We have made it to where the error message displays upon page-load and will disappear once a user has added a debtor and creditor, but that&amp;#39;s not the desired behavior.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Validations on a child section on button click on the wrapper</title><link>https://community.appian.com/thread/129027?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2024 16:40:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e9e2640-a29d-4b9f-b06c-64947b7e3b63</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Then it should work. what problem are you facing? Is it not validating in any case or is it validating on both of the above cases?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Validations on a child section on button click on the wrapper</title><link>https://community.appian.com/thread/129025?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2024 16:26:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c3bf43b-98a2-4561-9433-8513c65b8340</guid><dc:creator>KristinForeyt</dc:creator><description>&lt;p&gt;Validate is set to true&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Validations on a child section on button click on the wrapper</title><link>https://community.appian.com/thread/129019?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2024 16:08:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b071220c-58c3-49a3-8283-da37ed03665e</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You just set the validate to true for your &amp;quot;Next&amp;quot; button and add these validations on your fields. That should work. Make sure to set the validate to false on the &amp;quot;Back&amp;quot; button.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Refer to this blog -&amp;nbsp;&lt;a href="https://appianspace.com/2024/01/30/adding-validations-on-interface/"&gt;appianspace.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Validations on a child section on button click on the wrapper</title><link>https://community.appian.com/thread/129009?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2024 15:41:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3593f0c6-696b-40e4-b57b-2b90c40b722d</guid><dc:creator>KristinForeyt</dc:creator><description>&lt;p&gt;We&amp;#39;ve messed around a little with validation group but let me try again. Validation group has always kind of confused me hahaha. But going to try again wtih it and will let you know. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Validations on a child section on button click on the wrapper</title><link>https://community.appian.com/thread/129007?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2024 15:39:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e56f9fc-c9fc-429a-b31e-55347c164a35</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a href="/members/kristinf8610"&gt;KristinForeyt&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Have you tried validation Group? use and Rule input in your child interface and then configure the same in button widget of your parent interface.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/recipe-use-validation-group-for-buttons-with-multiple-validation-rules.html"&gt;Validation Group&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>