Archive for September, 2009
QueueItem RSS – An Example Of CRM RSS
The Notification Accelerator on Codeplex does not offer a queueitem RSS feed. I’m not sure why, but here is a simple solution to display an RSS feed. It defaults to the current user’s queues, but if the q=blah is specified in address then all queueitems in any queue with blah in it will be displayed.
Click to continue reading
Click Here To View Post With Syntax Highlighting
Get Current User’s Business Unit for Hiding Fields
In my previous post about hiding fields and tabs using roles, I outlined how use roles to hide fields, etc. Here is a modification of the method to hide sections by business unit.
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
Questions and Answers
We really want people to ask us questions. We post the things we think people will find interesting, but now you have the chance to ask us a question and we will do our best to answer it, whether that means developing a solution or finding you the necessary resources.
Click Here To View Post With Syntax Highlighting
Auto-Update Duration/End Time JScript
Sometimes you need to be able to have preset values, and have the duration auto-update. In this example, I will make the actual durations auto-update when one of the fields is changed. If the duration is changed, then the end date will be changed.
Click to continue reading
Click Here To View Post With Syntax Highlighting