Jace Benson
Giga Sage

Ever have some code you just can't find?  Well I made an app to make it easy to search for the code.  Really its just exposing the Studio Search to many more tables.  But I thought I'd post about it here.
Link to share:

https://developer.servicenow.com/app.do#!/share/contents/7596230_code_share_for_sp?v=2.4&t=PRODUCT_D...

Don't want to look at the share and just try it out, Open Studio, Import from Source, paste in https://github.com/jacebenson/servicenow-codesearch.git no user or pass needed

Easily accessible to users with admin role only.

Created a /code sp site with just the one page.  URL to search if you dont want to wait for the load /code?q=term

Also since you may not trust everyone, the code is open on github and accepting pull requests: https://github.com/jacebenson/servicenow-codesearch/tree/docs  [Code is on "master" branch]

find_real_file.png

7 Comments
jarodm
Mega Guru

Thanks again for this contribution! @jace++

Jace Benson
Giga Sage

Glad to do it.

Inactive_Us2366
Tera Contributor

Thanks Jace

Jace Benson
Giga Sage

If you have anything to add feel free to make a Pull Request

Phil Swann
Tera Guru

I have been meaning to do something similar, but thought I should search first ! Thanks Jace!! 

 

Edit: looks like the links are broken ?

Jace Benson
Giga Sage

Share seems to not like the link if you're not logged in.

 

Personally I'd just install via git.

https://github.com/jacebenson/servicenow-code

Phil Swann
Tera Guru

I tried GIT and it wasn't happy with me either but seems to work now... nice job, thank you