- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 11:47 AM
Hi,
I have a business rule that is set to run before an insert. I go to my custom table, click the 'new' button to add a record, i fill out the fields and click 'submit', but I am not seeing my business rule's log messages appear. Any idea why that might be?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 01:20 PM
It appears the primary issue was that the BR was in a sub domain and not global. Thank you all for your help and ideas though!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 12:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 12:19 PM
Ah, there is nothing selected there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 12:24 PM
Okay.
Is your Br running in global or any other application scope?
if application scope then gs.log will not work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 12:02 PM
Hi Jared,
Kindly comment/remove line 7. Since, it will never find match as sys_id is unique for each record. It will not execute the if loop & thus no error message will be shown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 12:19 PM
Thanks Jaspal, I commented out everything except for a gs.info line at the top and it is not showing up either.