cancel
Showing results for 
Search instead for 
Did you mean: 

/CPMB/CLEAR_COMMENTS

Former Member
0 Kudos

I mapped this into my process chain and realized that this deletes the comments all together. I would like to delete the history using a task in my process chain. How can I do that?

Thanks

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186338
Active Contributor
0 Kudos

Hi Ravi,

Look on:

TASK(/CPMB/CLEAR_COMMENTS,SELECTION,%SELECTION%)

You have to provide SELECTION scope to delete history...

Vadim

anil_agrawal
Active Participant
0 Kudos

Hi Ravi,

I mapped this into my process chain and realized that this deletes the comments all together. I would like to delete the history using a task in my process chain.Are you try to use two process chain at a same time or you add some task in to clear comment process chain?Kindly add some details for easily understanding.



Anil

Former Member
0 Kudos

Anil,

We are using this task in the main process chain.

1) clear comments

2) copy comments

There is a Environment level configuration parameter CLR_COMMENTS_HISTORY. If you set  this to '1', then it will delete only the history and not the latest comments.

Thanks
Ravi