Feeds:
Posts
Comments

Archive for the ‘CRM 4.0’ Category

Update Rollup 6 for Microsoft Dynamics CRM 4.0 (KB 970148) Microsoft has released Update Rollup 6 for Microsoft Dynamics CRM 4.0. The update includes bug fixes and performance enhancements packaged together for easy deployment. Update Rollup 6 is available for all languages that are supported by Microsoft Dynamics CRM 4.0. For more information about this [...]

Read Full Post »

The following code snippet can be used to get the access history of a MS Dynamics CRM 4.0 Report.   SELECT  C.Name       ‘Report_GUID’ ,CASE  WHEN   ((PATINDEX(‘%CRM_FormatDate=%’, E.Parameters)- (PATINDEX(‘%CRM_FullName=%’, E.Parameters) + 14 )) > 0) THEN   SUBSTRING(E.Parameters,(PATINDEX(‘%CRM_FullName=%’, E.Parameters)+13),               (PATINDEX(‘%CRM_FormatDate=%’, E.Parameters)- (PATINDEX(‘%CRM_FullName=%’, E.Parameters) + 14 )))          END    ‘UserName’ ,E.TimeStart ,E.TimeEnd    ,E.Status   FROM [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.