Hi Team,
I am trying to appeal the abusive for current comment. I have tried the following code.
var currentcomment=core_v2_comments.Get(context_v2_automationTrigger.Arguments.CommentId);
core_v2_abuseAppeal.Create(currentcomment.CommentId, currentcomment.CommentTypeId);
core_v2_abuseAppeal.Create is not creating the abusive comment.
Please help on this. Provide some sample for this.