You will be already aware that CRM 2013 support the tablet environment as well. From a developer point of view we need to take care that the code which we are using will also work for the tablet environment. This is because the CRM for tablets does not allow any functions that can block the execution of the scripts. Normal javascript functions like alert, confirm and prompts will not work as we expect in tablets. They will simply throw errors. Continue reading “CRM Support for tablets”
Month: April 2015
Best Practices in CRM Form Programming
Form programming is an unavoidable feature when we are building a user interactive CRM solution. Any feature will be user friendly when it performs better. To make sure our forms are more user friendly and are performing better make sure we follow some of the recommended best practices. Continue reading “Best Practices in CRM Form Programming”
Business Rules in CRM
Since CRM 2013, we can apply our business logic in CRM without writing even a single line of JavaScript code or developing plugins. This feature called business rules provide a simple interface to implement and maintain fast changing, commonly used business rules. Continue reading “Business Rules in CRM”