Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Using records from pa_scores_l1 to calculate further scores

Andrew Bettcher
Kilo Sage

I gather initial scores using scripted indicators which are placed on the pa_scores_l1 table. I want to then use another scripted indicator that queries these scores so I can make further calculations.

The reason I am using scripted indicators is because I need to have score weightings which will be adjustable by relevant users once live.

It seems that I am not able to query the scores table in the usual way.

Anyone done anything like this before?

1 REPLY 1

Bert_c1
Kilo Patron

Why can't you use a GlideRecord script. Provided it is executed by a user with 'pa_admin', 'pa_data_collector', or 'pa_power_user' role?