For some user experience issues, sometimes you may want to hide the + button on a subgrid. This is how to proceed: If not already done, download JQuery and add it to your webresources then add the following HTML code as a webresource in the form containing your subgrid. <script src="/webresources/new_Jquery.js"></script> <script> $( document … Continue reading Hide subgrid add button (+)
CRM 2015 SDK: How to recognize user’s form factor and client
When you're working on multi-device projects in Dynamics CRM, sometimes you need to know the form factor that the user is currently using in order to execute or note some UI actions using Javascript. Dynamics CRM 2015 makes it easier and suggests using the context object with getFormFactor() method that returns an integer between 0 and … Continue reading CRM 2015 SDK: How to recognize user’s form factor and client
CRM 2015: Yes you can clear a field with Business Rules
If you have experienced Business Rules in Dynamics CRM 2013 you probably had to build a BR where a field must be cleared. Well that was not possible and we used to either make a two lines script or create another hidden field which is always empty and match the field you want to clear … Continue reading CRM 2015: Yes you can clear a field with Business Rules
