Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Community site version 25.3

Certified Senior Developer

Form Layour and section layout components are getting updated to version 17 and getting warning message while saving the interface in new community edition site 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Form Layour and section layout components are getting updated to version 17

    I'm unclear what has happened in the version history of the interface in question, but somehow the Form Layout in your screenshot is the (very) old version (appian 17.1 or older, as implied by the "_17r1" suffix), and the "titleBar" parameter for a!formLayout() is very new - as in within the last version (25.3) more or less, so will not work with the old version.

    Also, a!formLayout() in versions that old didn't have the "contents" parameter we know now - back then only 2 columns were ever possible, and the parameters used were "firstColumnContents" and "secondColumnContents".  This applies to SectionLayout as well.  And no nesting of forms or sections was possible that would cause more than 2 total columns to exist - and sections were not nestable within other sections whatsoever.  It was a ... difficult time.

Reply
  • 0
    Certified Lead Developer
    Form Layour and section layout components are getting updated to version 17

    I'm unclear what has happened in the version history of the interface in question, but somehow the Form Layout in your screenshot is the (very) old version (appian 17.1 or older, as implied by the "_17r1" suffix), and the "titleBar" parameter for a!formLayout() is very new - as in within the last version (25.3) more or less, so will not work with the old version.

    Also, a!formLayout() in versions that old didn't have the "contents" parameter we know now - back then only 2 columns were ever possible, and the parameters used were "firstColumnContents" and "secondColumnContents".  This applies to SectionLayout as well.  And no nesting of forms or sections was possible that would cause more than 2 total columns to exist - and sections were not nestable within other sections whatsoever.  It was a ... difficult time.

Children