Page builder and Widget builder interfaces are no longer available on Axpert 11 and instead, Axpert cards are introduced to display them as widgets on the application main page. This article will explain the ways of retaining and maintaining the old dashboard pages that are built-in 10. x after migrating to Axpert 11.
- Using node app
- Add following web.config keys like in earlier versions pointing to the node app
- <add key="NodeAPI" value=" https://{ip}:{port}/api /" />
- <add key="HomeBuilderImagePath" value=" https://{ip}:{port}/images/userfiles /" />
- Add following web.config keys like in earlier versions pointing to the node app
- Using axpert web services (without node app)
- Enable Homepage as Cards = false in Global settings
- Enable this web.config key: <add key="homepagews" value="true"/>
- Set both homepage and dhomepage fields in axusers / axusergroups as shown in th attached image.
- If there were any images used on widgets, then copy the images to "webcode\{customfolder}\WidgetImages\"
The above settings will help run the same dashboard page(s) defined in 10. x as is. If any changes to be done, we can connect the 10.9 web instance to the same schema and modify the pages.