Skip to main content

Questions tagged [comments]

2 votes
0 answers
340 views

We are long time Zendesk Users and are working to migrate to Service Cloud. In Zendesk there are basically 2 types of Ticket Notes/Comments Public Reply - shared with Customer Internal Note - shared ...
Jeff Callahan's user avatar
0 votes
2 answers
9k views

The lightning aura component comment syntax common to HTML <!-- comment --> generates a comment also in the generated HTML. There is a way to insert comments in the source code of the .cmp ...
gvgramazio's user avatar
0 votes
0 answers
119 views

When a community user adds a comment to a closed case after 10 days of closure, i want it to create a new case record.Once an agent has closed a case, sometime the users take a while and then come ...
Theo's user avatar
  • 1
0 votes
0 answers
1k views

So I am working on building out a support portal community and I have issues trying to figure out how I want to do case comments. I want our users to see our post that is visible to all and be able to ...
Gunner1714's user avatar
0 votes
1 answer
2k views

I'm a point and click admin with little Apex experience in need of some assitance. I am attempting to Comment out and Apex Class in my Organization, however when attempting to update the Trigger in ...
jdstanczak's user avatar
0 votes
1 answer
3k views

I need to make Approval rejection comments mandatory, to do that i am using a trigger suggsted by Mr. Christopher , that was working fine if the user does not given the comments, but the issue is ...
prasad nagamalli's user avatar
1 vote
1 answer
5k views

I have a field update that runs in an Approval Process as an action of Approving one of the steps. When that field update runs, the after-update triggers are invoked. How can I get the value of the ...
Kirill Yunussov's user avatar
6 votes
1 answer
33k views

I am working on a existing VF code and added a comment like this, it appears on the page. // Bla Bla Bla I changed the comment to this, but receive the below error. <! Bla Bla Bla> "The ...
Samuel Jackson's user avatar
1 vote
1 answer
4k views

I was testing case comments, and noticed that every time a case comment is created, the customer gets an email notification about the comment. When the customer replies to that email (comment ...
Kaji Lama's user avatar
21 votes
5 answers
20k views

In a Lightning Component, I have the following markup which I have to comment in and out for testing purpose <force:inputField value="{!v.account.Name}" class="form-control uiInput--input input" /&...
Uwe Heim's user avatar
  • 28.6k