Releases: hso-nn/d365-cli
Fiddler Rule Editor command
Run following command to get the two lines you need for Fiddler AutoResponder:
hso-d365 showFiddlerRule
See Advanced Progamming for more details.
WebApi.executeUnboundAction always 'POST'
WebApi.executeUnboundAction should always be a 'POST'.
Lazy loading tools/crm.json in NodeApi
Static method in NodeApi.ts loaded tools/crm.json, which is not there yet when creating a project.
Creating a project should work again.
Translation extraction
Extracting translations improved by updating Regex.
Dependencies fix
Packages 'express' and 'open' have to be dependencies and not devDependencies.
The CLI commands 'deploy' and 'generate Model [name]' will not give exceptions anymore.
Model generation includes picklist enums
The Model generation will generate Picklist enums and types.
Boolean type
Boolean was written as '0 | 1', but should be 'boolean'.
Model generation
It is now possible to generate Model files. Before you had to write the [name].model.ts files yourself, but now it can be done for you. See Generate Model command.
The documentation looks briefly, but after Deploy this is the most powerful tool of the CLI as we speak.
Translation fix
Translation was using a hardcoded path, which is changed by using the project crm.json settings.
Dependencyxml fixes
Deploy failed when javascript file had no dependencies yet resulting in null exeption.