Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

ATF - Problem in reading a scoped table

Shan C
Giga Guru

Hello all - I am trying to read the table sn_hr_le_activity which is in Human Resources: Lifecycle Events (LE), and getting this error:

Evaluator.evaluateString() problem: java.lang.SecurityException: onerror undefined, maybe missing global qualifier: 	com.glide.script.PackageParent.get(PackageParent.java:77)

 

I have 2 tests and one reusable test:

Test1 (only 1 step)           -> WORKING

- Reusable Test (RT1)

Test2 (more steps)           -> NOT WORKING, Getting above error.

- Impersonating as User1

- Do some form filling and submit

- Reusable Test (RT1)

 

Reusable Test - RT1

- Impersonating as User2

- Run a Server-Side script (only this step stays in LE application, all other steps in Global)

 

Above are my scenarios. I had this Server-Side script step in Global as well but got the issue:

Source descriptor is empty while recording access for table
then moved to the LE application and it's good.
Appreciate any inputs.
0 REPLIES 0