case comments Archives - My Blog My WordPress Blog Mon, 21 Jan 2019 13:05:19 +0000 en-US hourly 1 How To Case Comments in Case Object Without The Public Checkbox in Salesforce? https://new.infofiscus.in/blog/how-to-case-comments-in-case-object-without-the-public-checkbox-in-salesforce/ Mon, 21 Jan 2019 13:05:19 +0000 http://www.infometryinc.com/?p=149 Problem Description:

Salesforce users/customers have an issue with Case Comments(Internal comments) as it shows up for all users.

Challenges to User/Developer:

A workaround is to create a custom object which replicates the behavior of the standard Case Comments object.

The post How To Case Comments in Case Object Without The Public Checkbox in Salesforce? appeared first on My Blog.

]]>

Problem Description

Salesforce users/customers have an issue with Case Comments(Internal comments) as it shows up for all users.

Challenges to User/Developer:

Case Comments in Case Object Without The Public Checkbox in Salesforce A workaround is to create a custom object which replicates the behavior of the standard Case Comments object.

Solution :


I think it would extremely beneficial to have the ability to customize the Case Comment object. I’d like to add fields to the object so I can track time spent investigating an issue each time a comment is added by a Support Engineer on my team. I’d also like to track where he or she obtained the posted information. In conjunction with this, I’d like the option of editing page layouts for Case Comments (so I could, for example, make certain fields required). I’d also like the ability to trigger workflow when a Case Comment is created, and possibly edit Case fields as a Workflow action.

Technical Solution :

The Case Comment related object can be replicated by creating a custom object with similar fields and adding that object to the related list of the case object.

Salesforce - creating a custom objectInternal Comments

Advantage :

The fields in the custom Case Comments object can be added/changed/updated as per the user’s wish. The same cannot be done with the standard Case Comment object.

Issues :

None

Conclusion :

Using this method, the public checkbox can be hidden.

The post How To Case Comments in Case Object Without The Public Checkbox in Salesforce? appeared first on My Blog.

]]>