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.

CSS Include "CSS file URL" field— where do I go to the file that is stored there so that I may edit?

tdQ1w7xO6k
Giga Contributor

The `url` field for a CSS Include record has a link in it, and if I just click on it, I'm taken to a read-only page with CSS on it. I want to edit it, however. How do I do this?

3 REPLIES 3

Weird
Mega Sage

As far as I know you can't modify the OOB ones.
You'd have to make your own or override the values elsewhere.

tdQ1w7xO6k
Giga Contributor

If I make my own for Source: URL, where do I make it?

Or you can just create it directly I suppose.
CSS include supports source and URL. Source allows you to use a sp_css record.
So you could just replace the include with your custom one that's pointing to a custom sp_css record.