Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "xrm-ex", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Xrm-Ex is a TypeScript 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": [ |
@@ -68,3 +68,3 @@ # Xrm-Ex: Dynamics 365 Xrm Extensions | ||
fields.Firstname.Value = "Joe"; | ||
fields.Lastname.setVisible(false).setDisabled(false).setRequired(true); | ||
fields.Firstname.setVisible(false).setDisabled(false).setRequired(true); | ||
} | ||
@@ -71,0 +71,0 @@ ``` |
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
193739