<?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>Dialog Box which can be seen again and again until user clicks not to show again</title><link>https://community.appian.com/discussions/f/general/31030/dialog-box-which-can-be-seen-again-and-again-until-user-clicks-not-to-show-again</link><description>I want to build functionality where when user lands to my Appian site , Show Dialog Box upon login with following details: 
 1. Message in the Dialog Box - “Please set your local time zone in Settings. Ignore if already done.” 
 2. There needs to be checkbox</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Dialog Box which can be seen again and again until user clicks not to show again</title><link>https://community.appian.com/thread/123595?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 14:23:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:269280bf-6789-4dba-9681-00039820b3e2</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;You could also use the custom fields in the User Profile to store&amp;nbsp;user preferences in json format.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dialog Box which can be seen again and again until user clicks not to show again</title><link>https://community.appian.com/thread/123594?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 13:46:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09b7671c-4c96-4dc9-834b-b76610ee31ec</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/aminaz4393"&gt;amina2551&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;I am not sure if any such feature to show a dialog box is there as of now. Is it something as a mandatory for the users to perform?&lt;br /&gt;&lt;br /&gt;If yes, create a table which contains all the user names and also a column to mark their response. So that you can validate the user data from that table in a local variable and show the Box/Card layout. In your &amp;quot;OK&amp;quot; button use the a!startProcess() and record the responses. On success, you update the show when of your dialog box/card to hide in the local variable. when the user logs in again as default you will have the response to evaluate and then show the message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>