We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

get Transaction information from Script?

Andrii
Kilo Guru

How to I get Users' Transaction infor from Business Rule or other server script?

6 REPLIES 6

Yep, I did something similar:


...


if (gs.action.getGlideURI().toString().indexOf('incident_list') >= 0)


...


awesome!!


-Anurag