- 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:26 PM
If everything is as you say...there really isn't a normal reason this issue is occurring..but...
At this point I'd recommend 2 things:
1) Clear your instance cache by typing: cache.do and press enter in left-hand navigation
if that does work...
2) Please logout, login, try again and if not, delete the BR and recreate as something must be glitched...
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 12:49 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 01:28 PM
Hello,
Alright, which sort of follows in line with my initial question around the scope of this and asking about Global (granted it's not an app scope, but was hoping this would ring a bell and have you check other settings only knew you of). We didn't know what your environment had setup...so yeah...I figured it was going to be something unique that only you'd really know unless we literally exhausted every single speculation we had.
Please go through this thread and mark any reply as Helpful, if it was.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 11:50 AM
Hi
Few things to check
1. Check if you are creating record in u_assignment_lookup
2. Check underr when to run, before insert is selected
3. If it is in a scoped application, try using gs.info instead of gs.log. gs.log does not work.
4. Check the actions tab and see if anything is set there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 11:55 AM
The record is showing up in u_assignment_lookup table. Insert is selected. What do you mean by the actions tab? I'm not familiar with that. Also adding gs.info did not work either.