<?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>RE: Update Status</title><link>https://community.appian.com/discussions/f/user-interface/37725/re-update-status</link><description>Hi, 
 My Requirement is to update selected checkbox(Multiple selection checkbox) row data and status by selecting dropdown to the table. 
 Firstly I am querying data from the table and By multiple selection trying to update the data to the table via Status</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: RE: Update Status</title><link>https://community.appian.com/thread/141903?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 10:46:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78b2ebe3-5453-4522-98d2-d6dc305ed1ca</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;You cannot have layouts inside side by side item. Try using columns layout for that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Update Status</title><link>https://community.appian.com/thread/141901?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 10:21:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:768d92cb-91ac-4322-a6d4-e4947dcf3816</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;I have Implemented One Link field using dynamic link.&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!priority: false(),
  {
    a!linkField(
      /*label: &amp;quot;Link Field&amp;quot;,*/
      links: {
        a!dynamicLink(
          label: &amp;quot;Audit History&amp;quot;,
          value: local!priority,
          saveInto: a!save(local!priority, true())
        )
      }
    ),
    a!sectionLayout(
      contents: {
        rule!CR_APP_SC_auditDetails(
          cif_int: ri!cif_int,
          sectionName_txt: cons!CR_APP_TXT_AUDIT_SECTION_NAMES[1]
        )
      },
      showWhen: local!priority
    )
  }
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;On Click of that link I am displaying one grid.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But that should be in&amp;nbsp; sideByside Layout, Since that grid has boxLayout and GridField its throwing me an error,How Would I make use of that code in side By Side Layout.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Update Status</title><link>https://community.appian.com/thread/141899?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 10:11:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af3af3f2-708c-4ddf-be5f-c901a34af40a</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;yes, I tried One Approach it worked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Update Status</title><link>https://community.appian.com/thread/141742?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 13:16:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db099c74-a60a-403e-9a92-ad3f8ff82ea6</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;Instead of using&amp;nbsp;foreach in the selection saveInto, try to construct&amp;nbsp;crAppDynamicChecklist_cdt using the list of selectedIds, in the&amp;nbsp;Submit button&amp;#39;s save into.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Update Status</title><link>https://community.appian.com/thread/141718?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2024 15:31:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0c366c1-7881-43b1-ab38-01c297a81edf</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;Sorry Didn&amp;#39;t get , could you please elaborate/Code Snippet?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Update Status</title><link>https://community.appian.com/thread/141717?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2024 15:01:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c51a616b-a4aa-403c-b153-42576109cc83</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;You can construct it in the button&amp;#39;s save into instead of selection saveinto&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>