Sail interface V17.1 and below

I have SAIL interfaces v16.2.  We recently upgraded to v17.2 and I noticed that the code for the v16.2 interfaces were not converted to v17.2 code.  Is there a way to convert the v16.2 code to v17.2 code without having to redo them from scratch or having to edit each section?  I want to take advantage of the Column functionality that is offered in v17.2, however the code is not backwards compatible.  I get an error when trying to update the v16.2 interface code.  See image for details on the error.

  Discussion posts and replies are publicly visible

Parents Reply
  • This is expected. To add a a!columnsLayout() to a form, you must change the a!formLayout_17r1() to a!formLayout(). It's a relatively cumbersome process for large apps, but changes only need to be made to forms to which you want to add multiple columns / utilize newer functionality. Additionally, if you change the a!formLayout_17r1() to a!formLayout(), other sections using the old _17r1 code will still be compatible with the new a!formLayout component.
Children