how to get the data from sysevent table to my custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 08:21 PM
We want get data (insert/update records) from Event(sysevent) table to my custom table.
Created BR on table is 'sysevent' and after insert/update BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 12:52 AM
Hi @Suresh_32 ,
You can write a Async business rule, as there will be many records that will be created on the events table. I have attached sample example for reference.
Thankyou.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 01:50 AM
Hi @Ramesh_Naidu ,
Thank you for reply, updated my business rule but records are not inserted in my custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 02:02 AM
Hi @Suresh KSB ,
Have you tried running the same code from the background script? It might be a cross-scope issue.
Thankyou,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 03:41 AM
Hi Ramesh,
Yes Background script is working fine, how to resolve the cross-scope issue.