The CreatorCon Call for Content is officially open! Get started here.

Comments duplication

Vishal Jawalka1
Tera Expert

I have a business rule that copies additional comments from Req to task and I have another business rule that copies additional comments from task to request, respectively.

Whenever the I am entering comments on Tasks it duplicates as if the other business rule is running and copying the comments thus duplicating it.

 

How to stop this duplication.

 

Please help.

1 ACCEPTED SOLUTION

Vishnu Prasad K
Giga Guru

Hi Vishal,

 

Use gs.getSession().isInteractive()

View solution in original post

11 REPLIES 11

AnirudhKumar
Mega Sage

Use setWorkFlow(false) in both the BRs

I tried that.. it dint work

dmathur09
Kilo Sage

Hi Vishal,

Can you share the details of your business rule?

Regards,

Deepankar

Vishal Jawalka1
Tera Expert

BR on request

After Insert/update

find_real_file.png