-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
35 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/* This is a generated file, please regenerate and do not modify */ | ||
|
||
import {EntityAttributeNames} from './Entity.enum'; | ||
import FormContext = Xrm.FormContext; | ||
|
||
export class EntityFormContext {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/* This is a generated file, please regenerate and do not modify */ | ||
|
||
import {EntityFormContext} from '../Entity.formContext'; | ||
import FormContext = Xrm.FormContext; | ||
import {EntityFormContext as AttributeFormContext} from '../Entity.formContext'; | ||
|
||
export class FormNameFormContext extends EntityFormContext {} | ||
export class FormNameFormContext extends AttributeFormContext {} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# Project information | ||
|
||
## CLI | ||
|
||
This project is generated by and uses the [@hso/d365-cli](https://github.com/hso-nn/d365-cli). | ||
|
||
* [Installation](https://github.com/hso-nn/d365-cli/wiki/Installation) | ||
* [Wiki](https://github.com/hso-nn/d365-cli/wiki) | ||
* [CLI Commands](https://github.com/hso-nn/d365-cli/wiki/CLICommands) | ||
* [Debugging](https://github.com/hso-nn/d365-cli/wiki/Debugging) | ||
|
||
The project package.json file contains a 'scripts' part as well for if you are familiar with npm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hso/d365-cli", | ||
"version": "5.5.2", | ||
"version": "5.5.3", | ||
"author": "HSO Innovation <[email protected]> (http://www.hso.com)", | ||
"description": "Dynamics 365 Command Line Interface for TypeScript projects for Dataverse", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters