Migrating dashboard pages from 10.x to Axpert 11

Migrating dashboard pages from 10.x to Axpert 11

Page builder and Widget builder interfaces are no longer available in Axpert 11 and instead Axpert cards are introduced to display them as widgets in 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.
  1. Using node app
    1. Add following web.config keys like in earlier versions pointing to the node app
      1.     <add key="NodeAPI" value="https://{ip}:{port}/api/" />
      2.     <add key="HomeBuilderImagePath" value="https://{ip}:{port}/images/userfiles/" />
  2. Using axpert web services (without node app)
    1. Enable Homepage as Cards = false in Global settings
    2. Enable this web.config key: <add key="homepagews" value="true"/>
    3. Set both homepage and dhomepage fields in axusers / axusergroups as shown below.
    4. If there were any images used on widgets, then copy the images to "webcode\{customfolder}\WidgetImages\"
The above settings will help running the same dashboard page(s) defined in 10.x as is. If any changes to be done, we can connect 10.9 web instance to the same schema and modify the pages.
    • Related Articles

    • 10.x Releases

      10.8 Axpert_32Bit.rar (03 July 2024) | Axpert_64Bit.rar(3 July 2024) 10.7 Axpert_32Bit.rar (DEC 26) | Axpert_64Bit.rar (DEC 26) 10.5 Axpert_32Bit.rar(6-DEC-2023) | Axpert_64Bit.rar(6-DEC-2023) 10.1 Axpert_32Bit.rar(SEP27) | Axpert_64Bit.rar(SEP27) ...
    • Axpert Licensing

      10.x  (9.8 - 10.8) Following are different type of license editions available to use for Axpert versions between 9.8 to 10.8. Evaluation Edition– Allows users to develop and use an app. The app will allow entry of only 500 records in any form in the ...
    • 9.x Release

      9.7 Release Axpert_9.7.exe_32Bit(3-Nov-2022) | Axpert_9.7.exe_64Bit(3-Nov-2022) ADR_32Bit.exe(12-MAY-2023) | ADR_64Bit.exe(12-MAY-2023) ADE_32Bit.exe(12-MAY-2023) | ADE_64Bit.exe(12-MAY-2023) AXE_32Bit.exe(15-Jul-2024) | AXE_64Bit.exe(15-Jul-2024) ...
    • Axpert Generic APIs

      This document is intended for users who want to consume the restful services provided by Axpert for projects that uses the Axpert as back end. Axpert provides the below services. Login GetIView SaveData. Reference document: AxpertGenericAPI
    • Error Unable to connect Redis server, when clear In-Memory DB in 11.2.1 Axpert Web

      If you experience the below issue when you clear In-Memory DB. It may be due to redis connection not available in axpert configuration. In web config.file, EnableAxpertConfiguration value as "true" For axpert Configuration setting, in web url change ...