XrmPortalJS
XrmPortalJS copied to clipboard
A JavaScript library for Microsoft CRM Portals
Adding List Control to the library
`getValue` method works perfectly, but for be `setVisible` fails for text fields and works for Radion type fields. My workaround is to use $(FIELD_NAME).parents().eq(2).toggle(X) selector to do it! Fantastic product...
Added support for Read Web API operations - retrieveRecord and retrieveMultipleRecords functions. Added error callback parameters for Web API functions
Hi @dynamicscode , Hope you are doing fine. Wanted to ask is there any timeline to merge webapi branch and the main one?
Hi, Apologies, as I am very new to Github and javascript. Currently working on a power portal where I would like to show/hide fields based on check boxes (ye/no). If...
Hi There, Can't seem to get this working for a web form, is there any limitations with regards to web forms vs entity forms? Thanks, James
Recognise support for default required message when using a custom required function
Refactored the portal control system by converting legacy function constructors into ES6 classes with a clear inheritance hierarchy—BaseControl and GenericControl now serve as the foundation for all specialized controls (Lookup,...
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...