We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Dynamic and Static Content Pages

shidhartha1
Kilo Contributor

what is the difference between Dynamic and Static Content Pages.

3 REPLIES 3

Ian Kirby1
Giga Expert

Static content pages display the same content each time. They are fixed HTML pages.


Dynamic content pages display data based on a record lookup, or other means of gaining dynamic data such as a web service. The content displayed is different, based on the data returned from the lookup.



A dynamic content block in ServiceNow is a Jelly content page, like a UI Page, that can retrieve data and display it.


Dynamic Pages displays record based on condition or configuration you do.



Static pages have fixed content for each sessions.


Pretty sure that's what I said.