After Query Business Rule (sys_audit)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2018 03:22 PM
I'm trying to create a Business Rule that fires after query of sys_audit, when the new value field of the record contains a URL. For some reason though, the Business Rule never fires, even though I'm definitely meeting the conditions. Can anyone think of any reason why it wouldn't work?
I've tried just setting the script to nothing but a gs.log and the message never appears in the log.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2018 04:43 PM
"Before Business Rules execute their logic before a database operation occurs."
So if the operation is a QUERY, then there is no data until the operation occurs.
I assumed AFTER QUERY means that the recordset is aquired, but the Business Rule code is executed before the recordset is handed back to whatever requested it.