Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "xrm-ex", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Xrm-Ex is a JavaScript framework that simplifies the usage of Dynamics 365 Client API. It provides intuitive wrappers for formContext and Xrm Object, helping developers reduce the amount of code, increase maintainability, and decrease errors. Ideal for developers looking to leverage the power of Dynamics 365 Client API within the TypeScript ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -177,3 +177,3 @@ ![NPM](https://img.shields.io/npm/l/xrm-ex) | ||
```js | ||
XrmEx.Form.addOnSaveEventHandler([sample]); | ||
XrmEx.Form.addOnSave([sample]); | ||
``` | ||
@@ -197,3 +197,3 @@ The XrmEx approach is more concise and offers a clearer intent, especially when registering multiple functions. | ||
```js | ||
XrmEx.Form.addOnChangeEventHandler( | ||
XrmEx.Form.addOnChange( | ||
[fields.Firstname, fields.Lastname], | ||
@@ -200,0 +200,0 @@ [sample], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
281442