Add a flag "Mark as inconsistent" to comments in a SharePoint blog
I am sorry if this has been asked before, but a google search of stackoverflow did not find anything suitable.
We are going to pilot blogs in our organization, and as part of our compliance, we require that every comment posted on a blog has an associated link so that users will flag the comment as inappropriate.
My thinking is that this link might just change the status of the comment from approved to pending and perhaps send an email to the approvers to go and check it out.
By default, we need comments that do not need prior approval.
Can anyone explain the different ways to achieve this? Is there a way to achieve this using SharePoint settings (i.e. no code)?
a source to share
I think you only want to approve / reject when users have flagged / reported this comment.
can be done with a sharepoint designer without code or coding
you have to define a workflow that if the creator is the same as the modifier is automatically approved and when someone edits or marks as blob ... changes that item status to suspended and the workflow does not start. because this condition is not true. and modifier and creator of different people
a source to share