<?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: Dynamic Link</title><link>https://community.appian.com/discussions/f/user-interface/37773/re-dynamic-link</link><description>Hi , 
 
 I am trying to implement: On Click of Dynamic Link displaying one Grid, But AS per the requirement This needs to be displayed as side By side, 
 As of Now On click of Link the grid is displaying but How would I make side By side grid, Since grid</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/142076?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2024 06:15:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:16208dec-e112-4005-a8b9-31dba66535b2</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!startIndex: 1,
  local!batchSize: 6,
  local!id,
  local!firstName,
  local!contact,
  local!country,
  local!city,
  local!isActive: true,
  local!dbData: rule!UMS_Generic_getQryRecordData(
    recordType: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details&amp;#39;,
    fields: {
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{b35cd88d-8566-44ab-af99-51d52fb2111b}firstName&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0fe119e6-d63e-4fa5-a7f8-5ecda8f844ee}lastName&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.relationships.{9fea36ce-6c59-4c3d-b07c-8e9c5c134cf5}refTitle.fields.{e208725c-06d3-4a5c-85f3-5eb665c583df}title&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0c1d8c3f-dae9-40c6-9b5b-c5d27375bb3b}city&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;
    },
    filters: {
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{b35cd88d-8566-44ab-af99-51d52fb2111b}firstName&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!firstName,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!firstName),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;,
        operator: &amp;quot;=&amp;quot;,
        value: local!isActive,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!isActive),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!contact,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!contact),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!country,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!country),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0c1d8c3f-dae9-40c6-9b5b-c5d27375bb3b}city&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!city,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!city),
          false,
          true
        )
      )
    },
    fetchTotalCount: true,
    pagingInfo: a!pagingInfo(
      startIndex: local!startIndex,
      batchSize: local!batchSize
    )
  ),
  local!totalRows: index(local!dbData, &amp;quot;totalCount&amp;quot;, 0),
  local!data: index(local!dbData, &amp;quot;data&amp;quot;, null),
  local!showEmail: 0,
  local!iscollapsed: true, 
  a!headerContentLayout(
    header:a!cardLayout(
      contents: a!sideBySideLayout(
        items: {
          a!sideBySideItem(
            item: a!richTextDisplayField(
              label: &amp;quot;&amp;quot;,
              labelPosition: &amp;quot;COLLAPSED&amp;quot;,
              value: a!richTextItem(
                text: &amp;quot;User Management System&amp;quot;,
                size: &amp;quot;MEDIUM_PLUS&amp;quot;,
                style: &amp;quot;STRONG&amp;quot;
              ),
              align: &amp;quot;CENTER&amp;quot;
            )
          ),
          a!sideBySideItem(
            item: a!recordActionField(
              actions: a!recordActionItem(
                action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{fa126bda-87c3-4ccd-bedc-7c87e66204c4}createUser&amp;#39;,
                identifier: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;
              ),
              style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
              display: &amp;quot;LABEL_AND_ICON&amp;quot;
            ),
            width: &amp;quot;MINIMIZE&amp;quot;
          ),
          a!sideBySideItem(
            item: a!recordActionField(
              actions: a!recordActionItem(
                action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{d7f75429-99eb-4495-b44c-f64e994746b8}createBulkUsers&amp;#39;,
                identifier: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;
              ),
              style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
              display: &amp;quot;LABEL_AND_ICON&amp;quot;
            ),
            width: &amp;quot;MINIMIZE&amp;quot;
          )
        },
        showWhen: a!isNullOrEmpty(local!id),
        marginAbove: &amp;quot;LESS&amp;quot;,
        stackWhen: {

        }
      ),
      style: &amp;quot;INFO&amp;quot;,
      showBorder:false,
      showShadow: true,
    ),
    contents: a!cardLayout(
      contents: {
        /* Header and  Action   */
        a!columnsLayout(
          columns: {
            a!columnLayout(
              contents: {
                a!boxLayout(
                  label: rule!UMS_Rule_getDynamicLabelName(
                    headerName: if(
                      local!isActive = true,
                      &amp;quot;List of Active Users&amp;quot;,
                      &amp;quot;List of In-active Users&amp;quot;
                    ),
                    map: {
                      a!map(key: &amp;quot;First Name&amp;quot;, value: local!firstName),
                      a!map(key: &amp;quot;Contact&amp;quot;, value: local!contact),
                      a!map(key: &amp;quot;City&amp;quot;, value: local!city),
                      a!map(key: &amp;quot;Country&amp;quot;, value: local!country)
                    }
                  ),
                  contents: {
                    a!sideBySideLayout(
                      items: {
                        a!sideBySideItem(
                          item: a!textField(
                            placeholder: &amp;quot;--- First Name ---&amp;quot;,
                            value: local!firstName,
                            saveInto: { local!firstName }
                          )
                        ),
                        a!sideBySideItem(
                          item: a!textField(
                            placeholder: &amp;quot;--- Contact No.---&amp;quot;,
                            value: local!contact,
                            saveInto: { local!contact },
                            align: &amp;quot;LEFT&amp;quot;
                          )
                        ),
                        a!sideBySideItem(
                          item: a!dropdownField(
                            choiceLabels: { &amp;quot;ENGLAND&amp;quot;, &amp;quot;INDIA&amp;quot;, &amp;quot;USA&amp;quot; },
                            choiceValues: { &amp;quot;ENG&amp;quot;, &amp;quot;IND&amp;quot;, &amp;quot;USA&amp;quot; },
                            placeholder: &amp;quot;--- Country ---&amp;quot;,
                            value: local!country,
                            saveInto: { local!country }
                          )
                        ),
                        a!sideBySideItem(
                          item: a!richTextDisplayField(
                            label: &amp;quot;  &amp;quot;,
                            labelPosition: &amp;quot;ABOVE&amp;quot;,
                            value: {
                              a!richTextIcon(
                                icon: &amp;quot;times-circle&amp;quot;,
                                caption: &amp;quot;Clear filters&amp;quot;,
                                link: a!dynamicLink(
                                  label: &amp;quot;Clear Filters&amp;quot;,
                                  saveInto: {
                                    a!save(local!firstName, null),
                                    a!save(local!contact, null),
                                    a!save(local!country, null),
                                    a!save(local!city, null)
                                  }
                                ),
                                linkStyle: &amp;quot;STANDALONE&amp;quot;,
                                color: &amp;quot;NEGATIVE&amp;quot;,
                                size: &amp;quot;MEDIUM_PLUS&amp;quot;
                              )
                            },
                            align: &amp;quot;RIGHT&amp;quot;
                          ),
                          width: &amp;quot;MINIMIZE&amp;quot;,
                          showWhen: or(
                            a!isNotNullOrEmpty(local!contact),
                            a!isNotNullOrEmpty(local!firstName),
                            a!isNotNullOrEmpty(local!country),
                            a!isNotNullOrEmpty(local!city)
                          )
                        ),
                        a!sideBySideItem(
                          item: a!buttonArrayLayout(
                            buttons: {
                              a!buttonWidget(
                                label: &amp;quot;In active&amp;quot;,
                                value: true,
                                saveInto: { a!save(local!isActive, save!value) },
                                submit: true,
                                style: &amp;quot;SOLID&amp;quot;,
                                color: &amp;quot;#db4925&amp;quot;,
                                showWhen: local!isActive = false
                              ),
                              a!buttonWidget(
                                label: &amp;quot;Active&amp;quot;,
                                value: false,
                                saveInto: { a!save(local!isActive, save!value) },
                                submit: true,
                                style: &amp;quot;SOLID&amp;quot;,
                                color: cons!UMS_TXT_SITE_BUTTONS_COLOR,
                                showWhen: local!isActive = true
                              )
                            },
                            marginAbove: &amp;quot;NONE&amp;quot;,
                            marginBelow: &amp;quot;NONE&amp;quot;
                          ),
                          width: &amp;quot;MINIMIZE&amp;quot;
                        ),
                        a!sideBySideItem(item: {})
                      },
                      showWhen: a!isNullOrEmpty(local!id)
                    ),
                    a!sectionLayout(
                      contents: {
                        a!columnsLayout(
                          columns: {
                            a!columnLayout(
                              contents: {
                                a!forEach(
                                  items: local!data,
                                  expression: {
                                    a!cardLayout(
                                      contents: {
                                        a!sideBySideLayout(
                                          items: {
                                            a!sideBySideItem(
                                              item: a!imageField(
                                                images: a!userImage(
                                                  fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{4e54243c-7635-4985-b356-62e10810c0c2}userName&amp;#39;]
                                                ),
                                                size: &amp;quot;ICON_PLUS&amp;quot;,
                                                style: &amp;quot;AVATAR&amp;quot;
                                              ),
                                              width: &amp;quot;MINIMIZE&amp;quot;
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextItem(
                                                    text: proper(
                                                      concat(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{b35cd88d-8566-44ab-af99-51d52fb2111b}firstName&amp;#39;],
                                                        &amp;quot; &amp;quot;,
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0fe119e6-d63e-4fa5-a7f8-5ecda8f844ee}lastName&amp;#39;]
                                                      )
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR,
                                                    style: &amp;quot;STRONG&amp;quot;
                                                  ),
                                                  char(32),
                                                  a!richTextIcon(
                                                    icon: if(
                                                      fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;],
                                                      &amp;quot;check-circle&amp;quot;,
                                                      &amp;quot;times-circle&amp;quot;
                                                    ),
                                                    color: if(
                                                      fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;],
                                                      &amp;quot;POSITIVE&amp;quot;,
                                                      &amp;quot;NEGATIVE&amp;quot;
                                                    )
                                                  ),
                                                  char(10),
                                                  a!richTextItem(
                                                    text: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.relationships.{9fea36ce-6c59-4c3d-b07c-8e9c5c134cf5}refTitle.fields.{e208725c-06d3-4a5c-85f3-5eb665c583df}title&amp;#39;],
                                                    color: &amp;quot;SECONDARY&amp;quot;,
                                                    style: &amp;quot;EMPHASIS&amp;quot;
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextIcon(icon: &amp;quot;envelope&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(32),
                                                  a!richTextItem(text: &amp;quot;Email ID.&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(10),
                                                  a!richTextItem(
                                                    text: if(
                                                      a!isNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;]
                                                      ),
                                                      &amp;quot;N/A&amp;quot;,
                                                      if(
                                                        local!showEmail = fv!index,
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;],
                                                        concat(
                                                          left(
                                                            fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;],
                                                            5
                                                          ),
                                                          &amp;quot;***&amp;quot;
                                                        )
                                                      )
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR,
                                                    style: &amp;quot;EMPHASIS&amp;quot;
                                                  ),
                                                  char(32),
                                                  a!richTextIcon(
                                                    icon: &amp;quot;eye&amp;quot;,
                                                    link: a!dynamicLink(
                                                      saveInto: { a!save(local!showEmail, fv!index) }
                                                    ),
                                                    linkStyle: &amp;quot;STANDALONE&amp;quot;,
                                                    showWhen: and(
                                                      local!showEmail &amp;lt;&amp;gt; fv!index,
                                                      a!isNotNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;]
                                                      )
                                                    )
                                                  ),
                                                  a!richTextIcon(
                                                    icon: &amp;quot;eye-slash&amp;quot;,
                                                    link: a!dynamicLink(saveInto: { a!save(local!showEmail, 0) }),
                                                    linkStyle: &amp;quot;STANDALONE&amp;quot;,
                                                    showWhen: and(
                                                      local!showEmail = fv!index,
                                                      a!isNotNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;]
                                                      )
                                                    )
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextIcon(icon: &amp;quot;phone&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(32),
                                                  a!richTextItem(text: &amp;quot;Phone No.&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(10),
                                                  a!richTextItem(
                                                    text: if(
                                                      a!isNotNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;]
                                                      ),
                                                      fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;],
                                                      &amp;quot;N/A&amp;quot;
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextItem(text: &amp;quot;Country&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(10),
                                                  a!richTextImage(
                                                    image: a!documentImage(
                                                      document: rule!UMS_Flag_Icon(
                                                        flag: tostring(
                                                          fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;]
                                                        )
                                                      )
                                                    )
                                                  ),
                                                  char(32),
                                                  a!richTextItem(
                                                    text: upper(
                                                      left(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;],
                                                        3
                                                      )
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!localVariables(
                                                local!userDetails: {
                                                  index(
                                                    rule!UMS_getUserDetailsById(
                                                      userId: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                    ),
                                                    &amp;quot;data&amp;quot;,
                                                    null
                                                  )
                                                },
                                                local!fields: remove(
                                                  a!keys(local!userDetails[1]),
                                                  { 9, 10, 11, 12, 13, 14, 15, 16, 23 }
                                                ),
                                                local!finalLength: length(
                                                  reject(
                                                    fn!isnull,
                                                    a!flatten(
                                                      a!forEach(
                                                        items: local!userDetails,
                                                        expression: a!localVariables(
                                                          local!item: fv!item,
                                                          a!forEach(
                                                            items: local!fields,
                                                            expression: if(
                                                              rule!UMS_GBL_isBlank(local!item[fv!item]),
                                                              fv!item,
                                                              null
                                                            )
                                                          )
                                                        )
                                                      )
                                                    )
                                                  )
                                                ),
                                                local!fullLength: length(local!fields),
                                                local!remainingLength: local!fullLength - local!finalLength,
                                                a!progressBarField(
                                                  label: &amp;quot;Profile Strength&amp;quot;,
                                                  percentage: (local!remainingLength / local!fullLength) * 100,
                                                  color: if(
                                                    local!remainingLength = 19,
                                                    &amp;quot;POSITIVE&amp;quot;,
                                                    if(
                                                      local!remainingLength &amp;lt; 10,
                                                      &amp;quot;NEGATIVE&amp;quot;,
                                                      &amp;quot;WARN&amp;quot;
                                                    )
                                                  ),
                                                  style: &amp;quot;THIN&amp;quot;
                                                )
                                              )
                                            ),
                                            a!sideBySideItem(item: {}),
                                            a!sideBySideItem(
                                              item: a!recordActionField(
                                                actions: a!recordActionItem(
                                                  action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{9c49781a-4cc9-4713-8c90-2c74f61b885c}updateUser&amp;#39;,
                                                  identifier: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                ),
                                                style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
                                                display: &amp;quot;ICON&amp;quot;,
                                                align: &amp;quot;END&amp;quot;,
                                                showWhen: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;] = true
                                              ),
                                              width: &amp;quot;MINIMIZE&amp;quot;
                                            ),
                                            a!sideBySideItem(
                                              item: if(
                                                fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;] = true(),
                                                a!recordActionField(
                                                  actions: a!recordActionItem(
                                                    action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{19784b46-50d8-4323-9f01-f7cb7c5614be}deactivateUser&amp;#39;,
                                                    identifier: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                  ),
                                                  style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
                                                  display: &amp;quot;ICON&amp;quot;
                                                ),
                                                a!recordActionField(
                                                  actions: a!recordActionItem(
                                                    action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{7c73aa57-2418-4776-877b-b5c62a857c39}reactivateUser&amp;#39;,
                                                    identifier: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                  ),
                                                  style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
                                                  display: &amp;quot;ICON&amp;quot;
                                                )
                                              ),
                                              width: &amp;quot;MINIMIZE&amp;quot;
                                            )
                                          }
                                        )
                                      },
                                      link: a!dynamicLink(
                                        value: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;],
                                        saveInto: a!save(local!id, save!value)
                                      ),
                                      shape: &amp;quot;ROUNDED&amp;quot;,
                                      marginBelow: &amp;quot;STANDARD&amp;quot;,
                                      showBorder: false(),
                                      showShadow: true()
                                    )
                                  }
                                ),
                                rule!UMS_UI_Custom_Pagination(
                                  startIndex: local!startIndex,
                                  batchSize: local!batchSize,
                                  totalRows: local!totalRows,
                                  align: &amp;quot;RIGHT&amp;quot;
                                )
                              },
                              width: &amp;quot;AUTO&amp;quot;
                            )
                          },
                          marginBelow: &amp;quot;MORE&amp;quot;
                        )
                      },
                      showWhen: a!isNullOrEmpty(local!id),
                      marginBelow: &amp;quot;NONE&amp;quot;
                    ),

                  },
                  showWhen: a!isNullOrEmpty(local!id),
                  style: rule!UMS_D_colorCode(color: &amp;quot;Banner Color&amp;quot;),
                  shape: &amp;quot;ROUNDED&amp;quot;,
                  showBorder: false,
                  padding: &amp;quot;NONE&amp;quot;,


                )
              },
              width: if(
                local!iscollapsed = true,
                &amp;quot;AUTO&amp;quot;,
                &amp;quot;WIDE_PLUS&amp;quot;
              )
            ),
            a!columnLayout(
              contents: rule!UMS_UI_EventHistoryVersion(collapsed: local!iscollapsed),
              width: if(
                local!iscollapsed = true,
                &amp;quot;EXTRA_NARROW&amp;quot;,
                &amp;quot;MEDIUM_PLUS&amp;quot;
              ),
              showWhen: a!isNullOrEmpty(local!id)
            )
          },
          marginAbove: &amp;quot;NONE&amp;quot;,
          marginBelow: &amp;quot;NONE&amp;quot;,

        ),
        a!sectionLayout(
          contents: rule!UMS_UI_UserSummaryDashboard(userId: local!id),
          showWhen: a!isNotNullOrEmpty(local!id),
          marginAbove: &amp;quot;NONE&amp;quot;,
          marginBelow: &amp;quot;NONE&amp;quot;
        ),
        if(
          rule!UMS_rule_hasValue(local!id),
          null,
          rule!UMS_UI_Footer()
        )
      },
      showBorder: false,
      showShadow: true
    ),
    isHeaderFixed: true
  )
)&lt;/pre&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!startIndex: 1,
  local!batchSize: 6,
  local!id,
  local!firstName,
  local!contact,
  local!country,
  local!city,
  local!isActive: true,
  local!dbData: rule!UMS_Generic_getQryRecordData(
    recordType: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details&amp;#39;,
    fields: {
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{b35cd88d-8566-44ab-af99-51d52fb2111b}firstName&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0fe119e6-d63e-4fa5-a7f8-5ecda8f844ee}lastName&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.relationships.{9fea36ce-6c59-4c3d-b07c-8e9c5c134cf5}refTitle.fields.{e208725c-06d3-4a5c-85f3-5eb665c583df}title&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0c1d8c3f-dae9-40c6-9b5b-c5d27375bb3b}city&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;
    },
    filters: {
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{b35cd88d-8566-44ab-af99-51d52fb2111b}firstName&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!firstName,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!firstName),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;,
        operator: &amp;quot;=&amp;quot;,
        value: local!isActive,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!isActive),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!contact,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!contact),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!country,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!country),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0c1d8c3f-dae9-40c6-9b5b-c5d27375bb3b}city&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!city,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!city),
          false,
          true
        )
      )
    },
    fetchTotalCount: true,
    pagingInfo: a!pagingInfo(
      startIndex: local!startIndex,
      batchSize: local!batchSize
    )
  ),
  local!totalRows: index(local!dbData, &amp;quot;totalCount&amp;quot;, 0),
  local!data: index(local!dbData, &amp;quot;data&amp;quot;, null),
  local!showEmail: 0,
  local!iscollapsed: true, 
  a!headerContentLayout(
    header:a!cardLayout(
      contents: a!sideBySideLayout(
        items: {
          a!sideBySideItem(
            item: a!richTextDisplayField(
              label: &amp;quot;&amp;quot;,
              labelPosition: &amp;quot;COLLAPSED&amp;quot;,
              value: a!richTextItem(
                text: &amp;quot;User Management System&amp;quot;,
                size: &amp;quot;MEDIUM_PLUS&amp;quot;,
                style: &amp;quot;STRONG&amp;quot;
              ),
              align: &amp;quot;CENTER&amp;quot;
            )
          ),
          a!sideBySideItem(
            item: a!recordActionField(
              actions: a!recordActionItem(
                action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{fa126bda-87c3-4ccd-bedc-7c87e66204c4}createUser&amp;#39;,
                identifier: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;
              ),
              style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
              display: &amp;quot;LABEL_AND_ICON&amp;quot;
            ),
            width: &amp;quot;MINIMIZE&amp;quot;
          ),
          a!sideBySideItem(
            item: a!recordActionField(
              actions: a!recordActionItem(
                action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{d7f75429-99eb-4495-b44c-f64e994746b8}createBulkUsers&amp;#39;,
                identifier: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;
              ),
              style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
              display: &amp;quot;LABEL_AND_ICON&amp;quot;
            ),
            width: &amp;quot;MINIMIZE&amp;quot;
          )
        },
        showWhen: a!isNullOrEmpty(local!id),
        marginAbove: &amp;quot;LESS&amp;quot;,
        stackWhen: {

        }
      ),
      style: &amp;quot;INFO&amp;quot;,
      showBorder:false,
      showShadow: true,
    ),
    contents: a!cardLayout(
      contents: {
        /* Header and  Action   */
        a!columnsLayout(
          columns: {
            a!columnLayout(
              contents: {
                a!boxLayout(
                  label: rule!UMS_Rule_getDynamicLabelName(
                    headerName: if(
                      local!isActive = true,
                      &amp;quot;List of Active Users&amp;quot;,
                      &amp;quot;List of In-active Users&amp;quot;
                    ),
                    map: {
                      a!map(key: &amp;quot;First Name&amp;quot;, value: local!firstName),
                      a!map(key: &amp;quot;Contact&amp;quot;, value: local!contact),
                      a!map(key: &amp;quot;City&amp;quot;, value: local!city),
                      a!map(key: &amp;quot;Country&amp;quot;, value: local!country)
                    }
                  ),
                  contents: {
                    a!sideBySideLayout(
                      items: {
                        a!sideBySideItem(
                          item: a!textField(
                            placeholder: &amp;quot;--- First Name ---&amp;quot;,
                            value: local!firstName,
                            saveInto: { local!firstName }
                          )
                        ),
                        a!sideBySideItem(
                          item: a!textField(
                            placeholder: &amp;quot;--- Contact No.---&amp;quot;,
                            value: local!contact,
                            saveInto: { local!contact },
                            align: &amp;quot;LEFT&amp;quot;
                          )
                        ),
                        a!sideBySideItem(
                          item: a!dropdownField(
                            choiceLabels: { &amp;quot;ENGLAND&amp;quot;, &amp;quot;INDIA&amp;quot;, &amp;quot;USA&amp;quot; },
                            choiceValues: { &amp;quot;ENG&amp;quot;, &amp;quot;IND&amp;quot;, &amp;quot;USA&amp;quot; },
                            placeholder: &amp;quot;--- Country ---&amp;quot;,
                            value: local!country,
                            saveInto: { local!country }
                          )
                        ),
                        a!sideBySideItem(
                          item: a!richTextDisplayField(
                            label: &amp;quot;  &amp;quot;,
                            labelPosition: &amp;quot;ABOVE&amp;quot;,
                            value: {
                              a!richTextIcon(
                                icon: &amp;quot;times-circle&amp;quot;,
                                caption: &amp;quot;Clear filters&amp;quot;,
                                link: a!dynamicLink(
                                  label: &amp;quot;Clear Filters&amp;quot;,
                                  saveInto: {
                                    a!save(local!firstName, null),
                                    a!save(local!contact, null),
                                    a!save(local!country, null),
                                    a!save(local!city, null)
                                  }
                                ),
                                linkStyle: &amp;quot;STANDALONE&amp;quot;,
                                color: &amp;quot;NEGATIVE&amp;quot;,
                                size: &amp;quot;MEDIUM_PLUS&amp;quot;
                              )
                            },
                            align: &amp;quot;RIGHT&amp;quot;
                          ),
                          width: &amp;quot;MINIMIZE&amp;quot;,
                          showWhen: or(
                            a!isNotNullOrEmpty(local!contact),
                            a!isNotNullOrEmpty(local!firstName),
                            a!isNotNullOrEmpty(local!country),
                            a!isNotNullOrEmpty(local!city)
                          )
                        ),
                        a!sideBySideItem(
                          item: a!buttonArrayLayout(
                            buttons: {
                              a!buttonWidget(
                                label: &amp;quot;In active&amp;quot;,
                                value: true,
                                saveInto: { a!save(local!isActive, save!value) },
                                submit: true,
                                style: &amp;quot;SOLID&amp;quot;,
                                color: &amp;quot;#db4925&amp;quot;,
                                showWhen: local!isActive = false
                              ),
                              a!buttonWidget(
                                label: &amp;quot;Active&amp;quot;,
                                value: false,
                                saveInto: { a!save(local!isActive, save!value) },
                                submit: true,
                                style: &amp;quot;SOLID&amp;quot;,
                                color: cons!UMS_TXT_SITE_BUTTONS_COLOR,
                                showWhen: local!isActive = true
                              )
                            },
                            marginAbove: &amp;quot;NONE&amp;quot;,
                            marginBelow: &amp;quot;NONE&amp;quot;
                          ),
                          width: &amp;quot;MINIMIZE&amp;quot;
                        ),
                        a!sideBySideItem(item: {})
                      },
                      showWhen: a!isNullOrEmpty(local!id)
                    ),
                    a!sectionLayout(
                      contents: {
                        a!columnsLayout(
                          columns: {
                            a!columnLayout(
                              contents: {
                                a!forEach(
                                  items: local!data,
                                  expression: {
                                    a!cardLayout(
                                      contents: {
                                        a!sideBySideLayout(
                                          items: {
                                            a!sideBySideItem(
                                              item: a!imageField(
                                                images: a!userImage(
                                                  fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{4e54243c-7635-4985-b356-62e10810c0c2}userName&amp;#39;]
                                                ),
                                                size: &amp;quot;ICON_PLUS&amp;quot;,
                                                style: &amp;quot;AVATAR&amp;quot;
                                              ),
                                              width: &amp;quot;MINIMIZE&amp;quot;
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextItem(
                                                    text: proper(
                                                      concat(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{b35cd88d-8566-44ab-af99-51d52fb2111b}firstName&amp;#39;],
                                                        &amp;quot; &amp;quot;,
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0fe119e6-d63e-4fa5-a7f8-5ecda8f844ee}lastName&amp;#39;]
                                                      )
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR,
                                                    style: &amp;quot;STRONG&amp;quot;
                                                  ),
                                                  char(32),
                                                  a!richTextIcon(
                                                    icon: if(
                                                      fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;],
                                                      &amp;quot;check-circle&amp;quot;,
                                                      &amp;quot;times-circle&amp;quot;
                                                    ),
                                                    color: if(
                                                      fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;],
                                                      &amp;quot;POSITIVE&amp;quot;,
                                                      &amp;quot;NEGATIVE&amp;quot;
                                                    )
                                                  ),
                                                  char(10),
                                                  a!richTextItem(
                                                    text: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.relationships.{9fea36ce-6c59-4c3d-b07c-8e9c5c134cf5}refTitle.fields.{e208725c-06d3-4a5c-85f3-5eb665c583df}title&amp;#39;],
                                                    color: &amp;quot;SECONDARY&amp;quot;,
                                                    style: &amp;quot;EMPHASIS&amp;quot;
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextIcon(icon: &amp;quot;envelope&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(32),
                                                  a!richTextItem(text: &amp;quot;Email ID.&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(10),
                                                  a!richTextItem(
                                                    text: if(
                                                      a!isNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;]
                                                      ),
                                                      &amp;quot;N/A&amp;quot;,
                                                      if(
                                                        local!showEmail = fv!index,
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;],
                                                        concat(
                                                          left(
                                                            fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;],
                                                            5
                                                          ),
                                                          &amp;quot;***&amp;quot;
                                                        )
                                                      )
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR,
                                                    style: &amp;quot;EMPHASIS&amp;quot;
                                                  ),
                                                  char(32),
                                                  a!richTextIcon(
                                                    icon: &amp;quot;eye&amp;quot;,
                                                    link: a!dynamicLink(
                                                      saveInto: { a!save(local!showEmail, fv!index) }
                                                    ),
                                                    linkStyle: &amp;quot;STANDALONE&amp;quot;,
                                                    showWhen: and(
                                                      local!showEmail &amp;lt;&amp;gt; fv!index,
                                                      a!isNotNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;]
                                                      )
                                                    )
                                                  ),
                                                  a!richTextIcon(
                                                    icon: &amp;quot;eye-slash&amp;quot;,
                                                    link: a!dynamicLink(saveInto: { a!save(local!showEmail, 0) }),
                                                    linkStyle: &amp;quot;STANDALONE&amp;quot;,
                                                    showWhen: and(
                                                      local!showEmail = fv!index,
                                                      a!isNotNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;]
                                                      )
                                                    )
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextIcon(icon: &amp;quot;phone&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(32),
                                                  a!richTextItem(text: &amp;quot;Phone No.&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(10),
                                                  a!richTextItem(
                                                    text: if(
                                                      a!isNotNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;]
                                                      ),
                                                      fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;],
                                                      &amp;quot;N/A&amp;quot;
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextItem(text: &amp;quot;Country&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(10),
                                                  a!richTextImage(
                                                    image: a!documentImage(
                                                      document: rule!UMS_Flag_Icon(
                                                        flag: tostring(
                                                          fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;]
                                                        )
                                                      )
                                                    )
                                                  ),
                                                  char(32),
                                                  a!richTextItem(
                                                    text: upper(
                                                      left(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;],
                                                        3
                                                      )
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!localVariables(
                                                local!userDetails: {
                                                  index(
                                                    rule!UMS_getUserDetailsById(
                                                      userId: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                    ),
                                                    &amp;quot;data&amp;quot;,
                                                    null
                                                  )
                                                },
                                                local!fields: remove(
                                                  a!keys(local!userDetails[1]),
                                                  { 9, 10, 11, 12, 13, 14, 15, 16, 23 }
                                                ),
                                                local!finalLength: length(
                                                  reject(
                                                    fn!isnull,
                                                    a!flatten(
                                                      a!forEach(
                                                        items: local!userDetails,
                                                        expression: a!localVariables(
                                                          local!item: fv!item,
                                                          a!forEach(
                                                            items: local!fields,
                                                            expression: if(
                                                              rule!UMS_GBL_isBlank(local!item[fv!item]),
                                                              fv!item,
                                                              null
                                                            )
                                                          )
                                                        )
                                                      )
                                                    )
                                                  )
                                                ),
                                                local!fullLength: length(local!fields),
                                                local!remainingLength: local!fullLength - local!finalLength,
                                                a!progressBarField(
                                                  label: &amp;quot;Profile Strength&amp;quot;,
                                                  percentage: (local!remainingLength / local!fullLength) * 100,
                                                  color: if(
                                                    local!remainingLength = 19,
                                                    &amp;quot;POSITIVE&amp;quot;,
                                                    if(
                                                      local!remainingLength &amp;lt; 10,
                                                      &amp;quot;NEGATIVE&amp;quot;,
                                                      &amp;quot;WARN&amp;quot;
                                                    )
                                                  ),
                                                  style: &amp;quot;THIN&amp;quot;
                                                )
                                              )
                                            ),
                                            a!sideBySideItem(item: {}),
                                            a!sideBySideItem(
                                              item: a!recordActionField(
                                                actions: a!recordActionItem(
                                                  action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{9c49781a-4cc9-4713-8c90-2c74f61b885c}updateUser&amp;#39;,
                                                  identifier: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                ),
                                                style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
                                                display: &amp;quot;ICON&amp;quot;,
                                                align: &amp;quot;END&amp;quot;,
                                                showWhen: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;] = true
                                              ),
                                              width: &amp;quot;MINIMIZE&amp;quot;
                                            ),
                                            a!sideBySideItem(
                                              item: if(
                                                fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;] = true(),
                                                a!recordActionField(
                                                  actions: a!recordActionItem(
                                                    action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{19784b46-50d8-4323-9f01-f7cb7c5614be}deactivateUser&amp;#39;,
                                                    identifier: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                  ),
                                                  style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
                                                  display: &amp;quot;ICON&amp;quot;
                                                ),
                                                a!recordActionField(
                                                  actions: a!recordActionItem(
                                                    action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{7c73aa57-2418-4776-877b-b5c62a857c39}reactivateUser&amp;#39;,
                                                    identifier: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                  ),
                                                  style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
                                                  display: &amp;quot;ICON&amp;quot;
                                                )
                                              ),
                                              width: &amp;quot;MINIMIZE&amp;quot;
                                            )
                                          }
                                        )
                                      },
                                      link: a!dynamicLink(
                                        value: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;],
                                        saveInto: a!save(local!id, save!value)
                                      ),
                                      shape: &amp;quot;ROUNDED&amp;quot;,
                                      marginBelow: &amp;quot;STANDARD&amp;quot;,
                                      showBorder: false(),
                                      showShadow: true()
                                    )
                                  }
                                ),
                                rule!UMS_UI_Custom_Pagination(
                                  startIndex: local!startIndex,
                                  batchSize: local!batchSize,
                                  totalRows: local!totalRows,
                                  align: &amp;quot;RIGHT&amp;quot;
                                )
                              },
                              width: &amp;quot;AUTO&amp;quot;
                            )
                          },
                          marginBelow: &amp;quot;MORE&amp;quot;
                        )
                      },
                      showWhen: a!isNullOrEmpty(local!id),
                      marginBelow: &amp;quot;NONE&amp;quot;
                    ),

                  },
                  showWhen: a!isNullOrEmpty(local!id),
                  style: rule!UMS_D_colorCode(color: &amp;quot;Banner Color&amp;quot;),
                  shape: &amp;quot;ROUNDED&amp;quot;,
                  showBorder: false,
                  padding: &amp;quot;NONE&amp;quot;,


                )
              },
              width: if(
                local!iscollapsed = true,
                &amp;quot;AUTO&amp;quot;,
                &amp;quot;WIDE_PLUS&amp;quot;
              )
            ),
            a!columnLayout(
              contents: rule!UMS_UI_EventHistoryVersion(collapsed: local!iscollapsed),
              width: if(
                local!iscollapsed = true,
                &amp;quot;EXTRA_NARROW&amp;quot;,
                &amp;quot;MEDIUM_PLUS&amp;quot;
              ),
              showWhen: a!isNullOrEmpty(local!id)
            )
          },
          marginAbove: &amp;quot;NONE&amp;quot;,
          marginBelow: &amp;quot;NONE&amp;quot;,

        ),
        a!sectionLayout(
          contents: rule!UMS_UI_UserSummaryDashboard(userId: local!id),
          showWhen: a!isNotNullOrEmpty(local!id),
          marginAbove: &amp;quot;NONE&amp;quot;,
          marginBelow: &amp;quot;NONE&amp;quot;
        ),
        if(
          rule!UMS_rule_hasValue(local!id),
          null,
          rule!UMS_UI_Footer()
        )
      },
      showBorder: false,
      showShadow: true
    ),
    isHeaderFixed: true
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/142075?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2024 06:06:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cf189bfc-8030-47bb-8404-9b37b3668574</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;I have tried this using cardLayout&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1729749886637v1.png" alt=" " /&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!data: a!refreshVariable(
    value: rule!CR_APP_QE_getAppAuditBasedOnFilters(
      cif_int: ri!cif_int,
      rowId_int: index(ri!crAPPCollateralSelected_cdt, &amp;quot;id_int&amp;quot;, tointeger(null)),
      requestId_int: ri!requestId_int,
      sectionName_txt: ri!sectionName_txt,
      pagingInfo: a!pagingInfo(1, -1)
    ).data,
    refreshAlways: true()
  ),

  a!boxLayout(
    label: cons!CR_APP_LAB_AUDIT_DETAILS[1],
    isCollapsible: true(),
    isInitiallyCollapsed: true(),
    marginBelow: &amp;quot;STANDARD&amp;quot;,
    contents: {
      a!cardLayout(
        contents:  
        a!forEach(
          items: local!data,
          expression: a!cardLayout(
            contents: {
              a!richTextDisplayField(
                value: {
                  a!richTextItem(
                    text: &amp;quot;Name: &amp;quot;,
                    style: &amp;quot;STRONG&amp;quot;
                  ),
                  a!richTextItem(
                    text: rule!CR_APP_DSC_mapAuditSectionNames(sectionName_txt: index(fv!item, &amp;quot;sourceName_txt&amp;quot;, tostring(null))),
                    style: &amp;quot;STRONG&amp;quot;
                  ),
                  a!richTextItem(
                    text: &amp;quot; | Date Created: &amp;quot;,
                    style: &amp;quot;STRONG&amp;quot;
                  ),
                  a!richTextItem(
                    text: rule!CR_FN_nbfDateTimeFormat(input: fv!item.createdOn_dt),
                    /*style: &amp;quot;NORMAL&amp;quot;*/
                  ),
                  a!richTextItem(
                    text: &amp;quot; | Created By: &amp;quot;,
                    style: &amp;quot;STRONG&amp;quot;
                  ),
                  a!richTextItem(
                    text: rule!APN_FN_getDisplayName(userId: index(fv!item, &amp;quot;createdBy_txt&amp;quot;, tostring(null))),
                    /*style: &amp;quot;NORMAL&amp;quot;*/
                  ),
                  a!richTextItem(
                    text: &amp;quot; | Role: &amp;quot;,
                    style: &amp;quot;STRONG&amp;quot;
                  ),
                  a!richTextItem(
                    text: if(
                      rule!APN_isBlank(fv!item.createdBy_txt),
                      &amp;quot;N/A&amp;quot;,
                      if(
                        isusernametaken(fv!item.createdBy_txt),
                        if(
                          user(fv!item.createdBy_txt, &amp;quot;status&amp;quot;),
                          if(
                            not(isnull(fv!item.updatedByRole_txt)),
                            fv!item.updatedByRole_txt,
                            rule!CR_FN_getUserRole(inputUser_txt: fv!item.createdBy_txt)
                          ),
                          &amp;quot;Deactivated&amp;quot;
                        ),
                        &amp;quot;N/A&amp;quot;
                      )
                    ),
                    /*style: &amp;quot;NORMAL&amp;quot;*/
                  ),
                  a!richTextItem(
                    text: &amp;quot; | Description: &amp;quot;,
                    style: &amp;quot;STRONG&amp;quot;
                  ),
                  a!richTextItem(
                    text: if(
                      rule!APN_isBlank(fv!item.description_txt),
                      &amp;quot;No description provided.&amp;quot;,
                      join(
                        reject(
                          fn!isnull,
                          split(fv!item.description_txt, char(13))
                        ),
                        &amp;quot;, &amp;quot;
                      )
                    ),
                    /*style: &amp;quot;NORMAL&amp;quot;*/
                  )
                }
              )
            }
          )
        )
      )
    }
  )
)
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How Can I display data in one line and Labels are in one line ,Please help me with this code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/142073?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2024 05:46:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f9bd14d-52e8-4cd8-a939-22045000ddb6</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!startIndex: 1,
  local!batchSize: 6,
  local!id,
  local!firstName,
  local!contact,
  local!country,
  local!city,
  local!isActive: true,
  local!dbData: rule!UMS_Generic_getQryRecordData(
    recordType: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details&amp;#39;,
    fields: {
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{b35cd88d-8566-44ab-af99-51d52fb2111b}firstName&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0fe119e6-d63e-4fa5-a7f8-5ecda8f844ee}lastName&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.relationships.{9fea36ce-6c59-4c3d-b07c-8e9c5c134cf5}refTitle.fields.{e208725c-06d3-4a5c-85f3-5eb665c583df}title&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0c1d8c3f-dae9-40c6-9b5b-c5d27375bb3b}city&amp;#39;,
      &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;
    },
    filters: {
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{b35cd88d-8566-44ab-af99-51d52fb2111b}firstName&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!firstName,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!firstName),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;,
        operator: &amp;quot;=&amp;quot;,
        value: local!isActive,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!isActive),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!contact,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!contact),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!country,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!country),
          false,
          true
        )
      ),
      a!queryFilter(
        field: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0c1d8c3f-dae9-40c6-9b5b-c5d27375bb3b}city&amp;#39;,
        operator: &amp;quot;includes&amp;quot;,
        value: local!city,
        applyWhen: if(
          rule!UMS_GBL_isBlank(local!city),
          false,
          true
        )
      )
    },
    fetchTotalCount: true,
    pagingInfo: a!pagingInfo(
      startIndex: local!startIndex,
      batchSize: local!batchSize
    )
  ),
  local!totalRows: index(local!dbData, &amp;quot;totalCount&amp;quot;, 0),
  local!data: index(local!dbData, &amp;quot;data&amp;quot;, null),
  local!showEmail: 0,
  local!iscollapsed: true, 
  a!headerContentLayout(
    header:a!cardLayout(
      contents: a!sideBySideLayout(
        items: {
          a!sideBySideItem(
            item: a!richTextDisplayField(
              label: &amp;quot;&amp;quot;,
              labelPosition: &amp;quot;COLLAPSED&amp;quot;,
              value: a!richTextItem(
                text: &amp;quot;User Management System&amp;quot;,
                size: &amp;quot;MEDIUM_PLUS&amp;quot;,
                style: &amp;quot;STRONG&amp;quot;
              ),
              align: &amp;quot;CENTER&amp;quot;
            )
          ),
          a!sideBySideItem(
            item: a!recordActionField(
              actions: a!recordActionItem(
                action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{fa126bda-87c3-4ccd-bedc-7c87e66204c4}createUser&amp;#39;,
                identifier: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;
              ),
              style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
              display: &amp;quot;LABEL_AND_ICON&amp;quot;
            ),
            width: &amp;quot;MINIMIZE&amp;quot;
          ),
          a!sideBySideItem(
            item: a!recordActionField(
              actions: a!recordActionItem(
                action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{d7f75429-99eb-4495-b44c-f64e994746b8}createBulkUsers&amp;#39;,
                identifier: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;
              ),
              style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
              display: &amp;quot;LABEL_AND_ICON&amp;quot;
            ),
            width: &amp;quot;MINIMIZE&amp;quot;
          )
        },
        showWhen: a!isNullOrEmpty(local!id),
        marginAbove: &amp;quot;LESS&amp;quot;,
        stackWhen: {

        }
      ),
      style: &amp;quot;INFO&amp;quot;,
      showBorder:false,
      showShadow: true,
    ),
    contents: a!cardLayout(
      contents: {
        /* Header and  Action   */
        a!columnsLayout(
          columns: {
            a!columnLayout(
              contents: {
                a!boxLayout(
                  label: rule!UMS_Rule_getDynamicLabelName(
                    headerName: if(
                      local!isActive = true,
                      &amp;quot;List of Active Users&amp;quot;,
                      &amp;quot;List of In-active Users&amp;quot;
                    ),
                    map: {
                      a!map(key: &amp;quot;First Name&amp;quot;, value: local!firstName),
                      a!map(key: &amp;quot;Contact&amp;quot;, value: local!contact),
                      a!map(key: &amp;quot;City&amp;quot;, value: local!city),
                      a!map(key: &amp;quot;Country&amp;quot;, value: local!country)
                    }
                  ),
                  contents: {
                    a!sideBySideLayout(
                      items: {
                        a!sideBySideItem(
                          item: a!textField(
                            placeholder: &amp;quot;--- First Name ---&amp;quot;,
                            value: local!firstName,
                            saveInto: { local!firstName }
                          )
                        ),
                        a!sideBySideItem(
                          item: a!textField(
                            placeholder: &amp;quot;--- Contact No.---&amp;quot;,
                            value: local!contact,
                            saveInto: { local!contact },
                            align: &amp;quot;LEFT&amp;quot;
                          )
                        ),
                        a!sideBySideItem(
                          item: a!dropdownField(
                            choiceLabels: { &amp;quot;ENGLAND&amp;quot;, &amp;quot;INDIA&amp;quot;, &amp;quot;USA&amp;quot; },
                            choiceValues: { &amp;quot;ENG&amp;quot;, &amp;quot;IND&amp;quot;, &amp;quot;USA&amp;quot; },
                            placeholder: &amp;quot;--- Country ---&amp;quot;,
                            value: local!country,
                            saveInto: { local!country }
                          )
                        ),
                        a!sideBySideItem(
                          item: a!richTextDisplayField(
                            label: &amp;quot;  &amp;quot;,
                            labelPosition: &amp;quot;ABOVE&amp;quot;,
                            value: {
                              a!richTextIcon(
                                icon: &amp;quot;times-circle&amp;quot;,
                                caption: &amp;quot;Clear filters&amp;quot;,
                                link: a!dynamicLink(
                                  label: &amp;quot;Clear Filters&amp;quot;,
                                  saveInto: {
                                    a!save(local!firstName, null),
                                    a!save(local!contact, null),
                                    a!save(local!country, null),
                                    a!save(local!city, null)
                                  }
                                ),
                                linkStyle: &amp;quot;STANDALONE&amp;quot;,
                                color: &amp;quot;NEGATIVE&amp;quot;,
                                size: &amp;quot;MEDIUM_PLUS&amp;quot;
                              )
                            },
                            align: &amp;quot;RIGHT&amp;quot;
                          ),
                          width: &amp;quot;MINIMIZE&amp;quot;,
                          showWhen: or(
                            a!isNotNullOrEmpty(local!contact),
                            a!isNotNullOrEmpty(local!firstName),
                            a!isNotNullOrEmpty(local!country),
                            a!isNotNullOrEmpty(local!city)
                          )
                        ),
                        a!sideBySideItem(
                          item: a!buttonArrayLayout(
                            buttons: {
                              a!buttonWidget(
                                label: &amp;quot;In active&amp;quot;,
                                value: true,
                                saveInto: { a!save(local!isActive, save!value) },
                                submit: true,
                                style: &amp;quot;SOLID&amp;quot;,
                                color: &amp;quot;#db4925&amp;quot;,
                                showWhen: local!isActive = false
                              ),
                              a!buttonWidget(
                                label: &amp;quot;Active&amp;quot;,
                                value: false,
                                saveInto: { a!save(local!isActive, save!value) },
                                submit: true,
                                style: &amp;quot;SOLID&amp;quot;,
                                color: cons!UMS_TXT_SITE_BUTTONS_COLOR,
                                showWhen: local!isActive = true
                              )
                            },
                            marginAbove: &amp;quot;NONE&amp;quot;,
                            marginBelow: &amp;quot;NONE&amp;quot;
                          ),
                          width: &amp;quot;MINIMIZE&amp;quot;
                        ),
                        a!sideBySideItem(item: {})
                      },
                      showWhen: a!isNullOrEmpty(local!id)
                    ),
                    a!sectionLayout(
                      contents: {
                        a!columnsLayout(
                          columns: {
                            a!columnLayout(
                              contents: {
                                a!forEach(
                                  items: local!data,
                                  expression: {
                                    a!cardLayout(
                                      contents: {
                                        a!sideBySideLayout(
                                          items: {
                                            a!sideBySideItem(
                                              item: a!imageField(
                                                images: a!userImage(
                                                  fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{4e54243c-7635-4985-b356-62e10810c0c2}userName&amp;#39;]
                                                ),
                                                size: &amp;quot;ICON_PLUS&amp;quot;,
                                                style: &amp;quot;AVATAR&amp;quot;
                                              ),
                                              width: &amp;quot;MINIMIZE&amp;quot;
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextItem(
                                                    text: proper(
                                                      concat(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{b35cd88d-8566-44ab-af99-51d52fb2111b}firstName&amp;#39;],
                                                        &amp;quot; &amp;quot;,
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{0fe119e6-d63e-4fa5-a7f8-5ecda8f844ee}lastName&amp;#39;]
                                                      )
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR,
                                                    style: &amp;quot;STRONG&amp;quot;
                                                  ),
                                                  char(32),
                                                  a!richTextIcon(
                                                    icon: if(
                                                      fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;],
                                                      &amp;quot;check-circle&amp;quot;,
                                                      &amp;quot;times-circle&amp;quot;
                                                    ),
                                                    color: if(
                                                      fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;],
                                                      &amp;quot;POSITIVE&amp;quot;,
                                                      &amp;quot;NEGATIVE&amp;quot;
                                                    )
                                                  ),
                                                  char(10),
                                                  a!richTextItem(
                                                    text: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.relationships.{9fea36ce-6c59-4c3d-b07c-8e9c5c134cf5}refTitle.fields.{e208725c-06d3-4a5c-85f3-5eb665c583df}title&amp;#39;],
                                                    color: &amp;quot;SECONDARY&amp;quot;,
                                                    style: &amp;quot;EMPHASIS&amp;quot;
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextIcon(icon: &amp;quot;envelope&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(32),
                                                  a!richTextItem(text: &amp;quot;Email ID.&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(10),
                                                  a!richTextItem(
                                                    text: if(
                                                      a!isNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;]
                                                      ),
                                                      &amp;quot;N/A&amp;quot;,
                                                      if(
                                                        local!showEmail = fv!index,
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;],
                                                        concat(
                                                          left(
                                                            fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;],
                                                            5
                                                          ),
                                                          &amp;quot;***&amp;quot;
                                                        )
                                                      )
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR,
                                                    style: &amp;quot;EMPHASIS&amp;quot;
                                                  ),
                                                  char(32),
                                                  a!richTextIcon(
                                                    icon: &amp;quot;eye&amp;quot;,
                                                    link: a!dynamicLink(
                                                      saveInto: { a!save(local!showEmail, fv!index) }
                                                    ),
                                                    linkStyle: &amp;quot;STANDALONE&amp;quot;,
                                                    showWhen: and(
                                                      local!showEmail &amp;lt;&amp;gt; fv!index,
                                                      a!isNotNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;]
                                                      )
                                                    )
                                                  ),
                                                  a!richTextIcon(
                                                    icon: &amp;quot;eye-slash&amp;quot;,
                                                    link: a!dynamicLink(saveInto: { a!save(local!showEmail, 0) }),
                                                    linkStyle: &amp;quot;STANDALONE&amp;quot;,
                                                    showWhen: and(
                                                      local!showEmail = fv!index,
                                                      a!isNotNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{6ad75d4a-baad-46ca-b50f-8ef672e00eab}email&amp;#39;]
                                                      )
                                                    )
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextIcon(icon: &amp;quot;phone&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(32),
                                                  a!richTextItem(text: &amp;quot;Phone No.&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(10),
                                                  a!richTextItem(
                                                    text: if(
                                                      a!isNotNullOrEmpty(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;]
                                                      ),
                                                      fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{8aa5c11e-b2f6-4449-9fb2-5320829bbd12}contactNumber&amp;#39;],
                                                      &amp;quot;N/A&amp;quot;
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!richTextDisplayField(
                                                value: {
                                                  a!richTextItem(text: &amp;quot;Country&amp;quot;, color: &amp;quot;SECONDARY&amp;quot;),
                                                  char(10),
                                                  a!richTextImage(
                                                    image: a!documentImage(
                                                      document: rule!UMS_Flag_Icon(
                                                        flag: tostring(
                                                          fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;]
                                                        )
                                                      )
                                                    )
                                                  ),
                                                  char(32),
                                                  a!richTextItem(
                                                    text: upper(
                                                      left(
                                                        fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{1b594dfb-1633-48a1-8d49-ffa7645193a5}country&amp;#39;],
                                                        3
                                                      )
                                                    ),
                                                    color: cons!UMS_TXT_FIELD_VALUE_COLOR
                                                  )
                                                }
                                              )
                                            ),
                                            a!sideBySideItem(
                                              item: a!localVariables(
                                                local!userDetails: {
                                                  index(
                                                    rule!UMS_getUserDetailsById(
                                                      userId: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                    ),
                                                    &amp;quot;data&amp;quot;,
                                                    null
                                                  )
                                                },
                                                local!fields: remove(
                                                  a!keys(local!userDetails[1]),
                                                  { 9, 10, 11, 12, 13, 14, 15, 16, 23 }
                                                ),
                                                local!finalLength: length(
                                                  reject(
                                                    fn!isnull,
                                                    a!flatten(
                                                      a!forEach(
                                                        items: local!userDetails,
                                                        expression: a!localVariables(
                                                          local!item: fv!item,
                                                          a!forEach(
                                                            items: local!fields,
                                                            expression: if(
                                                              rule!UMS_GBL_isBlank(local!item[fv!item]),
                                                              fv!item,
                                                              null
                                                            )
                                                          )
                                                        )
                                                      )
                                                    )
                                                  )
                                                ),
                                                local!fullLength: length(local!fields),
                                                local!remainingLength: local!fullLength - local!finalLength,
                                                a!progressBarField(
                                                  label: &amp;quot;Profile Strength&amp;quot;,
                                                  percentage: (local!remainingLength / local!fullLength) * 100,
                                                  color: if(
                                                    local!remainingLength = 19,
                                                    &amp;quot;POSITIVE&amp;quot;,
                                                    if(
                                                      local!remainingLength &amp;lt; 10,
                                                      &amp;quot;NEGATIVE&amp;quot;,
                                                      &amp;quot;WARN&amp;quot;
                                                    )
                                                  ),
                                                  style: &amp;quot;THIN&amp;quot;
                                                )
                                              )
                                            ),
                                            a!sideBySideItem(item: {}),
                                            a!sideBySideItem(
                                              item: a!recordActionField(
                                                actions: a!recordActionItem(
                                                  action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{9c49781a-4cc9-4713-8c90-2c74f61b885c}updateUser&amp;#39;,
                                                  identifier: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                ),
                                                style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
                                                display: &amp;quot;ICON&amp;quot;,
                                                align: &amp;quot;END&amp;quot;,
                                                showWhen: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;] = true
                                              ),
                                              width: &amp;quot;MINIMIZE&amp;quot;
                                            ),
                                            a!sideBySideItem(
                                              item: if(
                                                fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{91c19193-454f-4af3-97f6-9916a1102284}isActive&amp;#39;] = true(),
                                                a!recordActionField(
                                                  actions: a!recordActionItem(
                                                    action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{19784b46-50d8-4323-9f01-f7cb7c5614be}deactivateUser&amp;#39;,
                                                    identifier: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                  ),
                                                  style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
                                                  display: &amp;quot;ICON&amp;quot;
                                                ),
                                                a!recordActionField(
                                                  actions: a!recordActionItem(
                                                    action: &amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.actions.{7c73aa57-2418-4776-877b-b5c62a857c39}reactivateUser&amp;#39;,
                                                    identifier: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;]
                                                  ),
                                                  style: &amp;quot;TOOLBAR_PRIMARY&amp;quot;,
                                                  display: &amp;quot;ICON&amp;quot;
                                                )
                                              ),
                                              width: &amp;quot;MINIMIZE&amp;quot;
                                            )
                                          }
                                        )
                                      },
                                      link: a!dynamicLink(
                                        value: fv!item[&amp;#39;recordType!{3c52c22d-0c16-4f4e-9b24-f1eb28cfbe03}UMS User Details.fields.{963012ef-703b-45ee-a2af-4d9c95ab489f}id&amp;#39;],
                                        saveInto: a!save(local!id, save!value)
                                      ),
                                      shape: &amp;quot;ROUNDED&amp;quot;,
                                      marginBelow: &amp;quot;STANDARD&amp;quot;,
                                      showBorder: false(),
                                      showShadow: true()
                                    )
                                  }
                                ),
                                rule!UMS_UI_Custom_Pagination(
                                  startIndex: local!startIndex,
                                  batchSize: local!batchSize,
                                  totalRows: local!totalRows,
                                  align: &amp;quot;RIGHT&amp;quot;
                                )
                              },
                              width: &amp;quot;AUTO&amp;quot;
                            )
                          },
                          marginBelow: &amp;quot;MORE&amp;quot;
                        )
                      },
                      showWhen: a!isNullOrEmpty(local!id),
                      marginBelow: &amp;quot;NONE&amp;quot;
                    ),

                  },
                  showWhen: a!isNullOrEmpty(local!id),
                  style: rule!UMS_D_colorCode(color: &amp;quot;Banner Color&amp;quot;),
                  shape: &amp;quot;ROUNDED&amp;quot;,
                  showBorder: false,
                  padding: &amp;quot;NONE&amp;quot;,


                )
              },
              width: if(
                local!iscollapsed = true,
                &amp;quot;AUTO&amp;quot;,
                &amp;quot;WIDE_PLUS&amp;quot;
              )
            ),
            a!columnLayout(
              contents: rule!UMS_UI_EventHistoryVersion(collapsed: local!iscollapsed),
              width: if(
                local!iscollapsed = true,
                &amp;quot;EXTRA_NARROW&amp;quot;,
                &amp;quot;MEDIUM_PLUS&amp;quot;
              ),
              showWhen: a!isNullOrEmpty(local!id)
            )
          },
          marginAbove: &amp;quot;NONE&amp;quot;,
          marginBelow: &amp;quot;NONE&amp;quot;,

        ),
        a!sectionLayout(
          contents: rule!UMS_UI_UserSummaryDashboard(userId: local!id),
          showWhen: a!isNotNullOrEmpty(local!id),
          marginAbove: &amp;quot;NONE&amp;quot;,
          marginBelow: &amp;quot;NONE&amp;quot;
        ),
        if(
          rule!UMS_rule_hasValue(local!id),
          null,
          rule!UMS_UI_Footer()
        )
      },
      showBorder: false,
      showShadow: true
    ),
    isHeaderFixed: true
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/142069?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2024 05:37:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75941c2e-a55c-4f69-b3e3-7eab9f7576f9</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;Can u please send sample snippet for this or for above mentioned code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141993?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 05:07:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99873569-1174-4ba0-a6e9-bfa7fcedb194</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1729659983825v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Like that by using cardLayout&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1729660032049v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141992?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 05:04:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:50747530-84f9-43b0-aeda-5760c50ba320</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1729659868417v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1729659830449v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;By using cardLayout.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141990?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 04:54:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8aed94be-b834-49f8-b0f6-c0b9bb6d9ca0</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;I think Customized grid is nothing but Grid Field right? IIf So we have already making use of GridField&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141988?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 04:40:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:64239620-9cf7-4a1c-b235-97dfcdcca8e9</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;You can use customize grid.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141976?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 14:54:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:84669b4b-9b8f-4354-8db3-ad2ea4590142</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;can we do some how by removing box Layout and grid Field ,using on click of dynamic link it has to show as side by side only?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141963?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 11:49:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43cafe0a-21ca-4a6d-a433-57fa35768b2d</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;No User doesn&amp;#39;t want that ,&lt;/p&gt;
&lt;p&gt;By Any chance can we convert this code to side By Side items?&lt;pre class="ui-code" data-mode="text"&gt;a!boxLayout(
          label: cons!CR_APP_LAB_AUDIT_DETAILS[1],
          isCollapsible: true(),
          isInitiallyCollapsed: true(),
          marginBelow: &amp;quot;STANDARD&amp;quot;,
          contents: {
            a!gridField(
              spacing: &amp;quot;DENSE&amp;quot;,
              height: &amp;quot;AUTO&amp;quot;,
              shadeAlternateRows: true(),
              data: local!data,
              pageSize: 10,
              initialSorts: a!sortInfo(field: &amp;quot;createdOn_dt&amp;quot;, ascending: false()),
              columns: {
                a!gridColumn(
                  /*label: cons!CR_APP_LAB_AUDIT_DETAILS[3],*/
                  value: rule!CR_APP_RT_displayAuditStatusIcon(rowStatus_txt: fv!row.rowStatus_txt),
                  width: &amp;quot;ICON&amp;quot;,
                  align: &amp;quot;START&amp;quot;
                ),
                a!gridColumn(
                  label: cons!CR_APP_LAB_AUDIT_DETAILS[2],
                  value: rule!CR_APP_DSC_mapAuditSectionNames(
                    sectionName_txt: index(fv!row, &amp;quot;sourceName_txt&amp;quot;, tostring(null))
                  ),
                  width: &amp;quot;AUTO&amp;quot;,
                  align: &amp;quot;START&amp;quot;
                ),
                a!gridColumn(
                  label: cons!CR_APP_LAB_AUDIT_DETAILS[4],
                  value: rule!CR_FN_nbfDateTimeFormat(input: fv!row.createdOn_dt),
                  width: &amp;quot;AUTO&amp;quot;,
                  align: &amp;quot;START&amp;quot;
                ),
                a!gridColumn(
                  label: cons!CR_APP_LAB_AUDIT_DETAILS[5],
                  value: rule!APN_FN_getDisplayName(
                    userId: index(fv!row, &amp;quot;createdBy_txt&amp;quot;, tostring(null))
                  ),
                  width: &amp;quot;AUTO&amp;quot;,
                  align: &amp;quot;START&amp;quot;
                ),
                a!gridColumn(
                  label: cons!CR_APP_LAB_AUDIT_DETAILS[6],
                  value: if(
                    rule!APN_isBlank(fv!row.createdBy_txt),
                    tostring(null),
                    if(
                      isusernametaken(fv!row.createdBy_txt, ),
                      if(
                        user(fv!row.createdBy_txt, &amp;quot;status&amp;quot;),
                        if(
                          not(isnull(fv!row.updatedByRole_txt)),
                          fv!row.updatedByRole_txt,
                          rule!CR_FN_getUserRole(inputUser_txt: fv!row.createdBy_txt)
                        ),
                        tostring(null) &amp;amp; &amp;quot;User deactivated&amp;quot;
                      ),
                      tostring(null)
                    )
                  ),
                  width: &amp;quot;AUTO&amp;quot;,
                  align: &amp;quot;START&amp;quot;
                ),
                a!gridColumn(
                  label: cons!CR_APP_LAB_AUDIT_DETAILS[7],
                  value: if(
                    rule!APN_isBlank(fv!row.description_txt),
                    null,
                    a!richTextDisplayField(
                      value: a!richTextBulletedList(
                        items: reject(
                          fn!isnull,
                          split(fv!row.description_txt, char(13))
                        )
                      )
                    )
                  ),
                  width: &amp;quot;AUTO&amp;quot;,
                  align: &amp;quot;START&amp;quot;
                )
              }
            )
          }
        )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;local!data: a!refreshVariable(&lt;br /&gt; value:rule!CR_APP_QE_getAppAuditBasedOnFilters(&lt;br /&gt; cif_int: ri!cif_int,&lt;br /&gt; rowId_int: index(&lt;br /&gt; ri!crAPPCollateralSelected_cdt,&lt;br /&gt; &amp;quot;id_int&amp;quot;,&lt;br /&gt; tointeger(null)&lt;br /&gt; ),&lt;br /&gt; requestId_int: ri!requestId_int,&lt;br /&gt; sectionName_txt: ri!sectionName_txt,&lt;br /&gt; pagingInfo: a!pagingInfo(1,-1)&lt;br /&gt; ).data,&lt;br /&gt; refreshAlways: true()&lt;br /&gt; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141937?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 06:33:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d67824dc-f2e2-4b8f-b6c0-1a2788901e8f</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;You can use two columns, keep the showWhen and adjust the width of the column. Maybe it will be helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141912?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 13:28:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72d33997-f81a-4f41-a432-0d77b38fca0d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Some things can not be done in a side-by-side layout.&amp;nbsp; This doesn&amp;#39;t have anything in particular to do with whether it&amp;#39;s shown via the click of a dynamic link or not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141909?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 12:50:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b7d2f6a6-603f-4e60-b454-a2aee4cbf8e4</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;yeah But User has to scroll to see the data If I use column Layout.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141908?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 12:19:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:05ed3c12-c2bb-420d-ada2-db284b0fee3b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK. Well ... did you consider to use a columns layout instead of that side-by-side?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141906?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 12:13:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b58d5d44-4418-4b89-b8d1-a9ac03df31dd</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;Hi Stefan , I have used showWhen ,Sorry Let me know if anything I have missed.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&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!sideBySideLayout(
      items: a!sideBySideItem(
        item: 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;If I use sideByside Item, getting this error -&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;Could not display interface. Please check definition and inputs.&lt;/strong&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;Interface Definition: Expression evaluation error at function a!sideBySideLayout [line 14]: A side by side layout has an invalid item. The item at index 1 contains a component that is not supported in a side by side layout. Received: BoxLayout.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: Dynamic Link</title><link>https://community.appian.com/thread/141905?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 12:05:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:88fbde56-2eb5-4493-91af-177ed9be53fd</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Use the showWhen parameter in the section layout.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>