<?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>Interface</title><link>https://community.appian.com/discussions/f/user-interface/27868/interface</link><description>In a interface I need to generate a certificate by clicking a button and in that same interface I need to show the document download link. can anyone suggest some ideas? 
 Note: Clicking on that button will trigger a process model that will generate the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Interface</title><link>https://community.appian.com/thread/108402?ContentTypeID=1</link><pubDate>Thu, 23 Feb 2023 19:20:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:56d8b43b-20c7-4f60-9324-c1e66cd57c0b</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;Follow the steps/suggestion provided by other members. Apart from that, please make sure to have the activity chaining in your PM to get the&amp;nbsp;&lt;span&gt;pv!proceessInfo UpToDate&amp;nbsp;and saved into local variable.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface</title><link>https://community.appian.com/thread/108401?ContentTypeID=1</link><pubDate>Thu, 23 Feb 2023 18:08:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dc11b219-6ecf-4375-9dd4-0be73a65cec2</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;I believe you are using a!startprocess to start certification creation process in submit button. Do the following steps to show the document download option to user.&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;In your submit button set submit parameter value as false&lt;/p&gt;
&lt;p&gt;2. Make sure add activity chaining to you certification creation process (At least until document creation node). and save the generated certificate into a process variable&lt;/p&gt;
&lt;p&gt;3. After starting a process in side button you have an option to save &lt;span&gt;onSuccess values in&amp;nbsp;a!startProcess() smart service&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. Using onSuccess save your certificate saved process variable value to a local variable in your interface&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ex: onSuccess: {&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;a!save(local!generatedCerticate, pv!proceessInfo.pv.processVariableNamewhichstoresnewdocument&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5. Use that local variable value to show download document option to the user&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface</title><link>https://community.appian.com/thread/108400?ContentTypeID=1</link><pubDate>Thu, 23 Feb 2023 18:03:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ddfee2dd-21f3-4271-b77d-babaf39864c2</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;This should be pretty straightforward.&amp;nbsp; Have the button call the &amp;quot;a!startProcess()&amp;quot; function, pointing towards your process model.&amp;nbsp; In the &amp;quot;onSuccess&amp;quot; parameter, configure a save to capture the generated doc ID from the process PV back into a local variable.&amp;nbsp; When the local variable has a value, have a Rich Text Display Field show up with a download link to download the generated document.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>