Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

can't see javascript to debug in business rules

hikerclimber
Giga Guru

Hi,

 

I don't see Javascript in debugger tool when dealing with business rules. Is this because Javascript runs server side? So I have to use the log to debug?

 

Thanks,

Aniket

3 ACCEPTED SOLUTIONS

GlideFather
Tera Patron

Hi @hikerclimber,

 

some business rules are code-less, if the Advanced field is unchecked, it can set message and field values without script.

 

Perhaps this is the situation. Can you share what happened? Any screenshot or steps to replicate.

 

BR being server side is not the problem.

_____
Answers generated by GlideFather. Check for accuracy.

View solution in original post

Oh k. I just have a gs.info in the advanced tab so that is probably why. I will try adding some meaning functions to see if I can debug. 

View solution in original post

I got it working. I was forgetting to put the breakpoints in the debugger. 

View solution in original post

6 REPLIES 6

here is the image of the advanced tab:

hikerclimber_0-1771527444759.png

heres the image of the when to run tab:

hikerclimber_1-1771527487113.png

do I need to specify a condition in the advanced tab?

 

Thanks,

Aniket

I got it working. I was forgetting to put the breakpoints in the debugger.