Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Best Practices Discussion
- :
- Custom "Customer support report" for 'Initial resp...
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Custom "Customer support report" for 'Initial response time'
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-20-2008 08:09 AM
Hi.
Does anyone perhaps know of a way to create a custom report that will display the initial response time of all cases.
The problem is that initial response time can be triggered by a call event or email reply, and so far i have been unable to create a report that will give me an accurate response time from the time the case was created until a call event or email reply time was logged.
I have create a report that will show all email responses and then had it exported to Excel and ran a macro but this has also not been very consistant and did not include any events that has taken place.
Any information would be greatly appreciated.
Johann
Re: Custom "Customer support report" for 'Initial response time'
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-20-2008 02:59 PM
With APEX, you could add some code so that when either the "Send an Email" or "Log a Call" buttons were selected, it would initialize a "First Response" custom field on the Case object with the current date/time. Your "Time to Respond" metric is the diff between "First_Reponse__c" and "CreatedDate".
JP Seabury
My Blog: http://forcemonkey.blogspot.com
Twitter: http://twitter.com/jpseabury
My Blog: http://forcemonkey.blogspot.com
Twitter: http://twitter.com/jpseabury
Re: Custom "Customer support report" for 'Initial response time'
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-23-2008 09:27 AM
Thanks you for that information.
I have not really worked with the APEX code yet but will certainly give it a go.
The solution I understand and makes sense.
I guess you would just have to add another variable to mark the initial response as completed, so that the initial time will not be overwritten when the buttons are selected right after each other.
Cheers
Re: Custom "Customer support report" for 'Initial response time'
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-19-2008 04:32 PM
I am new, can i get a more detailed explanation?

