Inline Templates

swamy_in
Kilo Explorer

Where are the inline templates generally found? I find statements like "<g:inline template="abcd.xml" />" in UI Pages.

8 REPLIES 8

manikorada
ServiceNow Employee
ServiceNow Employee

If you find an inline template tag and it has .xml extension to it. Then the xml file is in source code of Service Now which customers don't have access.


salemsap
Tera Expert

I hope, you can find it in UI Macros/UI Pages.


Kalaiarasan Pus
Giga Sage

I dont think 'abcd.xml' would be internal service now file (They can't have such naive naming standard). You would be able to find that in ui macro/ui page.



More about this


http://wiki.servicenow.com/index.php?title=Extensions_to_Jelly_Syntax#.3Cg:insert.3E_Versus_.3Cg:inl...


Thanks for the link.


1) The name abcd.xml was just an example to mean 'any' xml file.


2) While the wiki does briefly mention the syntax and the purpose, i was not able to find much about the location of the xml file as such - may be i am missing something there.