Business Rule not triggering on custom table?

Jared Wason
Tera Guru

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?

 

find_real_file.png

1 ACCEPTED SOLUTION

Jared Wason
Tera Guru

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!

View solution in original post

18 REPLIES 18

In Br, you have 3 tabs

When to run

Actions

Advanced.

find_real_file.png

Ah, there is nothing selected there.

Okay.

Is your Br running in global or any other application scope?

if application scope then gs.log will not work.

Jaspal Singh
Mega Patron
Mega Patron

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

Thanks Jaspal, I commented out everything except for a gs.info line at the top and it is not showing up either.