Worknotes getting update twice

Tarasingh26
Tera Expert

Hi All,

 

I have requirement to set work notes of related list entry numbers when record is inserted. I created before insert business rule which is working fine sets value of count and worknotes. But when I made first update to record worknotes comes twice and after first update if I made any update work notes comes one time as usual worknotes comes. Please help to resolve this issue why worknotes comes twice when first update is made to record.

Attached is screenshot of issue.

Regards,

Tara Singh

9 REPLIES 9

raj chavan
Tera Guru

make sure you are using current.update() in your Br 

If this suggestion helped ,Mark it as helpful 

Kindly mark it correct and helpful if it is applicable.

Thanks,

Raj

correction - make sure you are not using current.update()

Kindly mark it correct and helpful if it is applicable.

Thanks,

Raj

I have not used current.update()

@raj chavan Thanks for reply. Can we use current.update() in before BR?  I am not sure.