Exception running rule: BeanShell script error: bsh.ParseException: Parse error at line 71, column 4. Encountered: <EOF> BSF info: AD Disable Trigger rule at line: 0 column: columnNo

Hi All,

I was working on one customization rule. I complete with the code development. But getting below error
Exception running rule: BeanShell script error: bsh.ParseException: Parse error at line 71, column 4. Encountered: BSF info: AD Disable Trigger rule at line: 0 column: columnNo

At the line of 71 just a closing bracket. Please help me to debug the code. I have attached
Code_debug.txt (2.5 KB)
same code

Thanks,
Shubham Gutte

Hello @GutteStolt

As per the error, it says that closing braces are missing at line number 71. Please add the closing braces at the end of the code and try again.

Thanks,
Santhosh B

1 Like

Hello Santhosh,

it got resolve. Thanks

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.