Business Rule - Async on insert Gliderecord on related table sometimes returns undefined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2023 05:31 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2023 05:47 AM
I found out what my issue was, it was related to something else.