Looking for location of content templates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2014 10:59 AM
I was looking at the content of a cms block I noticed the line below
<g:inline template="welcome_content.xml"/>
that seemed to be pulling it's content from an xml file. Where could I possibly find this file to edit?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2014 10:19 AM
Try the formatter module. Some XML files show up in there some don't (e.g. The XML for the activity formatter does not show up)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2014 11:42 AM
unfortunately no luck there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2014 01:36 AM
Hi,
if you are looking for the text in Login page, you will find it in System UI -> Welcome Page Content.
The section your are looking for has the following name:
Welcome to ${gs.getProperty('glide.product.name', 'ServiceNow')}
Then you will be able to modify the text as you want. It's not a strictly XML file but I think it will answer your question.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2014 07:26 AM
If your main goal is to replace "ServiceNow" with your own custom text you could simply modify the system property 'glide.product.name'.
If it doesn''t exist just created it with a type of String and give it your own value.