Skip to content

Upgrading

When upgrading to a new version and using the desktop client always perform the following

  1. Add the latest limepkg-dynamic-checklist to your solution.
  2. Rerun the latest lip-package to get the new required localizations.
  3. Replace AO_DynamicChecklist.bas in your VBA.
  4. Replace the addon_dynamic_checklist folder in your apps catalog.
  5. Compile and Save VBA.
  6. Publish Actionpads

Upgrading to 4.0.0 or later

This version introduced technical version control of checklist templates. This means that existing checklist templates will be migrated to the first version of version handling. This is to be able to add and change the Checklist builder more drasticly going forward. Ensure to test and verify your templates after upgrading.

This version also includes breaking changes in structural in modules/packages in the checklist. Meaning if you have modified or used this in some sort of customization (rare and not recommended) things might break. So if you know that these functions have been modified, please adjust your code:

  • Separate limepkg_dynamic_checklist.checklist_helper to sub modules
  • Separate limepkg_dynamic_checklist.checklist_template to sub modules
  • Delete unused functions/endpoints

Upgrading to 3.2.0

Fix - Can configure history type of forced notes:

You can now in Lime admin select what history type that should be used when creating force notes in the checklist. Default is comment

Fix - Access config is now done in Lime admin for both web and desktop:

If you have set userGroups in the desktop app that will override what's in Lime admin. So to enable this you must set the wanted groups in lime admin and then remove the userGroups property in the config of the desktop app

Upgrading to 2.1.0

Fix - template property id is now a picker instead of text input:

The template property id is now a picker so it needs a search view and generated search index to work. Make sure that all configured Template Properties serach views and search indexes.

Feature - readonly mode on desktop checklist:

The desktop client now supports readonly mode so that a checklist could be readonly when helpdesk is closed for example. See example here

Upgrading to 2.0.0

This is the first version that includes the web client checklist. If you want to use it, make sure to configure it

This new major version have a lot of structural changes, this could affect existing checklists. Make sure to test them and make sure that they work. Some unwanted things/crashes could occur if not double checked.