Skip to content

Releases: hso-nn/d365-cli

Fiddler Rule Editor command

24 Jun 09:43
Compare
Choose a tag to compare

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'

09 Jun 15:12
Compare
Choose a tag to compare

WebApi.executeUnboundAction should always be a 'POST'.

Lazy loading tools/crm.json in NodeApi

19 May 08:44
Compare
Choose a tag to compare

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

12 May 13:13
Compare
Choose a tag to compare

Extracting translations improved by updating Regex.

Dependencies fix

12 May 09:19
Compare
Choose a tag to compare

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

22 Apr 09:54
Compare
Choose a tag to compare

The Model generation will generate Picklist enums and types.

Boolean type

16 Apr 14:21
Compare
Choose a tag to compare

Boolean was written as '0 | 1', but should be 'boolean'.

Model generation

16 Apr 14:02
Compare
Choose a tag to compare

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

10 Apr 09:56
Compare
Choose a tag to compare

Translation was using a hardcoded path, which is changed by using the project crm.json settings.

Dependencyxml fixes

08 Apr 08:12
Compare
Choose a tag to compare

Deploy failed when javascript file had no dependencies yet resulting in null exeption.