Dynamic and Static Content Pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 11:56 PM
what is the difference between Dynamic and Static Content Pages.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 12:15 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 12:43 AM
Dynamic Pages displays record based on condition or configuration you do.
Static pages have fixed content for each sessions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 12:47 AM
Pretty sure that's what I said.