Skip to content

CRMScript Fetcher v1.2.0

Latest
Compare
Choose a tag to compare
@ehs5 ehs5 released this 23 Feb 13:12
· 5 commits to master since this release

CRMScript Fetcher is a GUI tool that can download CRMScripts and other data from your SuperOffice installations, and create the data as files within a folder structure on your local PC.

v1.2.0 update:

Features:

  • Now also fetches Screens, ScreenChoosers, Scheduled tasks and Tables.
  • Accompanying .json file with metadata is now included for scripts and triggers, plus for the other new entities.
  • New "Fetch options" button now allows you to disable fetching any of the entities.

Bug fixes:

  • Fixed a bug where scripts in the root folder wouldn't be created.
  • Previously Windows would sometimes disallow creating/deleting/moving folders causing the fetch to fail. This is now handled with better retry handling.

Code improvements:

  • Refactored utilising type hints more, plus several scripts and classes have been separated.