Jeff Dodds
Jeff Dodds
The following code mocks a grid control: `XrmMockGenerator.initialise(); XrmMockGenerator.Control.createGrid("ContactGrid", true, "Contacts"); ` However if the function under test is purposed to hide/show that grid the test will fail with the...
Adding instrumentation key is a nice way to trace all the events in Azure AppInsights but hard-coding it defeats the purpose. When we deploy the App from DEV to QA...
Resolves issues with setNumberRange when used on a Currency field. fixes #9 The fix removes non-numeric characters prior to implicit conversion to number.
The setNumberRange function fails to validate correctly on currency fields. This is due to the implicit conversion, used when comparing the result of getValue from the Control to the min/max...