- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2017 04:12 AM
Hi All ,
I have a requirement for inserting records in custom table whenever there is a a new record created in Incident[incident] table .
I have tried writing Async business rules for "update" and its working as expected . But the same business rule is not working when I Use "Async" and "Insert" .
Will Async Business rule not work for "Insert" operation ?
Regards,
Ankitha
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2017 09:54 PM
Hi All ,
The script was running first and then the SLA was getting in created in task_sla table.Tried adding gs.SLEEP and it is collecting insertion data now.
Regards,
Ankitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2017 09:54 PM
Hi All ,
The script was running first and then the SLA was getting in created in task_sla table.Tried adding gs.SLEEP and it is collecting insertion data now.
Regards,
Ankitha