Business Rule - Async on insert Gliderecord on related table sometimes returns undefined

Jonas VK
Tera Guru

Hi all,

I am running into an issue with a business rule that runs async insert.
When I run the business rule, it triggers a script include that does a glide record to items in the related list of that record. I have noticed that I sometimes get a return that it doesn't find an item in this related list.
Sometimes it works fine, but I need to get the data from that related list reliable.

 

Is there a way I could either delay the business rule by a short time (1 second is already plenty, since that is the delay sometimes between the 2).

Thanks in advance,
Jonas

5 REPLIES 5

Jonas VK
Tera Guru

I found out what my issue was, it was related to something else.