Archives by Tag 'forms'
Set a default email template for new emails on cases.
In response to Peter Bergman’s post on the CRM forums, I traversed Microsoft’s code. I determined that the ApplyTemplate loads a specific page, and on that page, the ok button sets the information on the calling page. I melded the ApplyTemplate and ok methods together to create LoadTemplate provided below. With the right parameters, it will set the default template.
Click to continue reading
Click Here To View Post With Syntax Highlighting
Hide Fields or Tabs by Role with Javascript
Do you need to hide fields or tabs based on security roles. Here is an easy way to add the functionality to your CRM, use my code example.
Click to continue reading
Click Here To View Post With Syntax Highlighting