Async Business Rule for Insert

Community Alums
Not applicable

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

1 ACCEPTED SOLUTION

Community Alums
Not applicable

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


View solution in original post

5 REPLIES 5

Community Alums
Not applicable

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