Worknotes getting update twice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 04:56 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 05:03 AM
make sure you are using current.update() in your Br
If this suggestion helped ,Mark it as helpful
Thanks,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 05:04 AM
correction - make sure you are not using current.update()
Thanks,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 05:07 AM
I have not used current.update()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 05:05 AM
@raj chavan Thanks for reply. Can we use current.update() in before BR? I am not sure.