I've been requested to modify Advanced Find filters and results programmatically probably five times in my Dynamics CRM career. There were different reasons like monitoring/audit...
How to set language based date format in Adx portal page. Custom date and time formats in a frontend are always a headache. Adx is trying to make our life better by giving us so...
What are Entity Form benefits? Adxstudio portal has managed forms and data driven configurations like Entity From, Entity List etc. Data driven configuration reflect crm forms, form tabs, views an...
I was playing with MS Dynamics Crm forms server side validation. The idea was to use a plugin for validation when a lot of calculation involved and JS is not an option. Actually this is a routine task. The point her...
Here is a note about an interesting project involving crm service impersonation. Client had an idea to allow users subscribe to the only views they need and unsubscribe from extra views freely. Only view owner can share it...
In this post I’m not going to compare modern MS Dynamics Crm portals but two main models which vendors use to create their products. First one we’re going to call “crm data driven” model and let’s name another one “crm loosely couplin...
While using "Custom Javascript" area in Web pages, Web Form Steps etc. I found it a little bit uncomfortable in use. The max length of 10 000 characters not always enough and if I add a c...
I had a need to refresh crm 2016 form right after initial save. Surprisingly all good old solution from my archive were not effective in crm 2016. Neither window.location.reload(), nor sdk’s refresh, nor trivial setTimeout. &quo...