Dynamic values in Header and Footer in HTML Templates
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2022 03:45 AM
Hi Team,
I have a requirement for which I need to add dynamic values(EX. First name last name, GPN) to the header and footer for the HTML Templates. Can you help me with the code for this?
I am using this code to print the page number. Along with this I have to print the dynamic values.@page {
margin: 2.5cm 1.5cm 2.5cm 2.4cm;
@top-center {
content: "page" counter(page);
}
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2022 04:04 AM
Hi Prabneet,
This might give you an idea
Edit and create a dynamic custom footer for ServiceNow Service Portal
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***