<?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>Hello,  I am building a wizard-like Interface and i would like to rest</title><link>https://community.appian.com/discussions/f/user-interface/5495/hello-i-am-building-a-wizard-like-interface-and-i-would-like-to-rest</link><description>Hello, I am building a wizard-like Interface and i would like to restrict the interface from moving forward to the next interface if certain fields have not been filled. I have used validationGroups on every buttonWidget that &amp;quot;forces&amp;quot; the interface to</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I am building a wizard-like Interface and i would like to rest</title><link>https://community.appian.com/thread/20769?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2015 18:37:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e7e8c88f-2419-4db0-a4d3-dd671cd9f9b5</guid><dc:creator>anshuk170</dc:creator><description>HI you can make those fields as required in the interfcae.Hope this links helps&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/7.10/SAIL_Recipes.html#Build_a_Wizard_in_SAIL"&gt;forum.appian.com/.../SAIL_Recipes.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I am building a wizard-like Interface and i would like to rest</title><link>https://community.appian.com/thread/20764?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2015 16:47:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b70eede2-ff95-43d6-b120-88c41663560c</guid><dc:creator>Bala K</dc:creator><description>I got it, its because I missed below in fileupload saveInto,&lt;br /&gt;&lt;br /&gt;a!save(ri!file,save!value),&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I am building a wizard-like Interface and i would like to rest</title><link>https://community.appian.com/thread/20761?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2015 16:41:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6e50be43-b8c3-4b37-bf3f-e6294288e616</guid><dc:creator>Bala K</dc:creator><description>saveInto is not getting executed if I have a fileupload component as below,&lt;br /&gt;&lt;br /&gt;,&lt;br /&gt;      &lt;br /&gt;      secondColumnContents:&lt;br /&gt;      {&lt;br /&gt;          a!fileUploadField&lt;br /&gt;          (&lt;br /&gt;            label : &amp;quot;Upload Document&amp;quot;,&lt;br /&gt;            required : true,&lt;br /&gt;            instructions : &amp;quot;Maximum size allowed is 10 MB&amp;quot;,&lt;br /&gt;            target:cons!MIM_MODEL_DOC_FOLDER,&lt;br /&gt;            value:ri!file,&lt;br /&gt;            validationGroup: &amp;quot;UploadDoc&amp;quot;,&lt;br /&gt;            saveInto:{a!save(ri!model_doc.upload_remarks,a!fileUploadField(value:ri!file).uploadedDocumentName)} &lt;br /&gt;          )&lt;br /&gt;      }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Button content is: a!buttonLayout(&lt;br /&gt;    primaryButtons: {a!buttonWidget(&lt;br /&gt;      label: &amp;quot;Upload New Document&amp;quot;,&lt;br /&gt;      style: &amp;quot;NORMAL&amp;quot;,&lt;br /&gt;      validate:true,&lt;br /&gt;      validationGroup: &amp;quot;UploadDoc&amp;quot;,&lt;br /&gt;      saveInto: {&lt;br /&gt;        a!save(ri!modeldoc,false),&lt;br /&gt;        a!save(ri!review,true)))&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Is there anything I am missing ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I am building a wizard-like Interface and i would like to rest</title><link>https://community.appian.com/thread/20756?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2015 15:26:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ac90fd1-d2af-4956-b097-e2316d3644a9</guid><dc:creator>sikhivahans</dc:creator><description>@balasubramanik Afaik, according to SAIL design, the code associated with 'saveInto' attribute of a button component won't be executed until all the validations associated with the visible components in the interface are satisfied(assuming that 'validate' attribute of the button component is set to true). Is the interface built by you behaving against it? Further may I please know if your interface has any failed validations when you are making an interaction with the button component? Attaching the code snippet would be worth, as the other practitioners might help you resolve quickly with their suggestions.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I am building a wizard-like Interface and i would like to rest</title><link>https://community.appian.com/thread/20755?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2015 14:49:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b14bb68c-0eaa-4d95-bdc4-92d23d33382b</guid><dc:creator>Bala K</dc:creator><description>But in my case if I enable validate to true, saveInto values are not reflecting for the button. is it working in your case?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I am building a wizard-like Interface and i would like to rest</title><link>https://community.appian.com/thread/20750?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2015 14:34:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a992285-37bc-4af7-bcb9-bc8b32c7ea32</guid><dc:creator>thanosm</dc:creator><description>I have just found it. In the buttonWidget components you need to set the attribute &amp;quot;validate&amp;quot; to true. In the buttonWidget components this attribute is by default false. It is by default true in the buttonWidgetSubmit components.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello,&lt;br /&gt;&lt;br /&gt;I am building a wizard-like Interface and i would like to rest</title><link>https://community.appian.com/thread/20749?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2015 14:29:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b14a66f4-fe8f-4d50-8920-8126d3eaaa5d</guid><dc:creator>Bala K</dc:creator><description>Even I have same problem. Any inputs will be helpful.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>