We need to retrieve and display the service activities for a given week per resource. I created a custom entity “Resource Hours” and have a look up to service activities. In a section (grid), I display the “My Service Activities” in the screen. CRM displays all service activities by default. Is there a way for to us filter the view “My service Activities” by a dynamic date value.
We have a date field “new_week” and when a date is selected (7/4/2011), we want to filter the view based on the week of 4<sup>th</sup> of July. What will be a sample jscript. I could retrieve the fetch xml and pass a dynamic date value via Jscript using on-select event of attribute (new_week). Appreciate your help.