You need to sign in to do that
Don't have an account?

Case Management For Internal Salesforce users
Is it ok to use Salesforce case management to support your own internal users. I notice that the contacts field must stay on the page even though it is not required but it seems to be driven from an external customer/contact perspective!
Has anyone set it up for there own user support and do you have any best practices and hard road experience that you would not mind sharing?
Has anyone set it up for there own user support and do you have any best practices and hard road experience that you would not mind sharing?
My mistake, missed to mention Visualforce page. Through UI we won't be able to remove contact name from page layout.
All Answers
Hi Tom,
Yes you can use it for your internal users. If you don't want contact field, then create a custom page layout for cases without conact field->assign it to a record type say 'Internal cases' and while creating cases for internal users choose this record type. Access on the record type can be handle with profiles.
I had started all that and tested using a queue and it all wored but I started second guess if it would be a good practice to use cases to support SF users. The contact field is required to be on the page as I tried to drag it off when editing the page layout and SF won't allow it along with some other fields.
Another strange issue is that the email never went out like it should unless set the page prosperity 'Case Assignment Checkbox' had the 'show on edit page' checked even though I had the 'select by default' also checked. To me this is not good because a use could uncheck it on the page and that would not allow the assignment to the queue to occur.
Anyone else experiencing this issue?
Hi Tom,
On standard case page layout we can not remove Contact Name field, i am suggesting you to create a custom page layout on case and there you can avoid this field.
My mistake, missed to mention Visualforce page. Through UI we won't be able to remove contact name from page layout.
Right now cases are assigned to me by the sales and marketing teams. I want to be able to comment on the case and have that comment email to the user that created the case or submitted the case to me.
I get this error - Error: No contact associated with this case.
Of course there is no contact associated with the case! The case is not attached to a contact?
Am I missing something here? Should i make a dummy corporate account with myself as the contact?
Nik- You can solve this in process builder.
Object- case comment Fires- only when record is created where casecomment not equal to " " Then Fire email alert. within the email alert merge the most recent case comment.
-Scott