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.

Link back to a Change record using CHG# instead of sys id?

emir_e_eminovic
Giga Contributor

Did anyone figure out a way to link back to a CHG record using the CHG number instead of the SYS_ID?

change_request.do?sys_id=b33165e76f9a15005ad5ad72be3ee47b

change_request.do?number=CHG1000 does not load the intended page.

Anyone?

1 ACCEPTED SOLUTION

Steve McCarty
Mega Guru

Have you tried:



change_request.do?sysparm_query=number=CHG1000



?



- Steve


View solution in original post

5 REPLIES 5

I searched the wiki for this and couldn't find it, thank you very much!