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

BR on Task

after insert/update

 

find_real_file.png

Hi Vishal,

It seems the second BR is again triggering the first BR and hence creating a duplication since you are using current.update in a before business rule. Can you check the order in which the BR is running.

Regards,

Deepankar Mathur

Hi Vishal Jawalkar  ,
 
Please remove gr.update() and check again
Thanks,
Shakeel Shaik 🙂

Vishnu Prasad K
Giga Guru

Hi Vishal,

 

Use gs.getSession().isInteractive()

Even that is done. Still no result.