A12 Overall 2023.06 Uprade Experience / Problems / Challenges

Hello,

There is a new A12 Overall Version available: https://geta12.com/release-2023-06/ Please upgrade to this version.

Please share with the others the experience with Upgrade. Epsecially if you notice any problems - sharing may help to solve it and may help the others as well.
Please do not hesitate to ask A12 TPS for support you with upgrade.

Thanks a lot,

Josef from TPS

Hi!

I just needed some time to navigate from the Migraion Notes (GetA12 Login) to the details needed to configure (for migration note 3.1.5 this would be GetA12 Login).

It would be nicer if the Migration notes would directly link to needed details :slight_smile:

Another note: I don’t think it is very clear what the difference between document_read and document_list is. Maybe the new rights could need an explanation on top. (But i am a dev not a modeller)

Cheers
Jana

Hi @jana-nimble-larch, thanks for feedback (the first feedback ever we received in this kind of thread…).

Link migration >> needed details. We think this is valid point, we will address this in A12 team.
Permission explanations - as well this we will address.

Thanks,
Josef

Hey :slight_smile:
I found here GetA12 Login that the iconName in the form model should be automatically migrated. But when I use the migration tool it tells me:

“error”: “/content/subHeaderBox/majorButtons/button/0/buttonStyling Property iconName is not expected to be here”,
“path”: “/content/subHeaderBox/majorButtons/button/0/buttonStyling”

so I changed “iconName”: “label” to

 "icon": {
                "name": "label"
              },

and every is working fine. but it is not automatically done in with the migration tool.

Best regards
Lara

Hey again :smiley:
so second of all we had a Section element in our form model and with the new A12 version it is now a CustomScreenElement like it is written here Redirecting…
But we now have the problem that the next element (in our case a ControlGrid)(look at the “Name*” in the pictures) is now stuck to the element above it.
Before A12 update:


After A12 update:

We fixed this by addind a new row to the element underneath wit an empty TextCell.
Is there a better way to do this?

Best regards
Lara