Can anybody tell me as to how can i add two sections to my two column layout in

Can anybody tell me as to how can i add two sections to my two column layout in the record ?
Thanks in advance ....

OriginalPostID-78891

OriginalPostID-78891

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi Himanshu,
    you can use below rule,which is present in 'Appian Common Object 7.2'
    rule!APN_uiRecordDashboardTwoColumn(column1,column2)
    Returns a 2-column Record Dashboard. 'column1' and 'column2' are the arrays of Tempo components for the 1st and 2nd columns respectively
    so in your case column1 will be {section1} and column2 will be {section2}
Reply
  • 0
    Certified Lead Developer
    Hi Himanshu,
    you can use below rule,which is present in 'Appian Common Object 7.2'
    rule!APN_uiRecordDashboardTwoColumn(column1,column2)
    Returns a 2-column Record Dashboard. 'column1' and 'column2' are the arrays of Tempo components for the 1st and 2nd columns respectively
    so in your case column1 will be {section1} and column2 will be {section2}
Children
No Data