Author: Mike
-
Animated/Gradient Welcome Text on Service Portal
Add the following CSS to the widget instance of “Homepage Search”
-
OOTB GlideModal Examples
Useful for client scripts/client-side UI actions. Look to use these before creating new UI pages. instanceName.service-now.com/sys_ui_page_list.do?sysparm_query=nameSTARTSWITHglide&sysparm_view= glide_alert_standard glide_ask_standard glide_confirm glide_confirm_basic glide_confirm_standard glide_info glide_prompt glide_warn
-
Add Attachment from RITM to Approval Record
Here is a Business Rule to add attachments to approval records before the approvals are generated Business RuleTable Approval [sysapproval_approver]AdvancedBefore Insert
-
Daily Email Summary for Active Tickets Assigned to Users
ServiceNow Daily Email Summary for Active Tickets Assigned to Users
-
Helpful ServiceNow Shortcuts
In filter navigator:
-
Show Time Zone with hyperlink in Annotation
Example of how you can display a user’s time zone in an annotation message, with a link for them to update their time zone. This is useful to display next to date fields to remind users of which time zone their profile is set to.
-
Add CSS to Quick Links widget
Here is a little CSS to add some pop to the quick links widget. Just apply CSS to the widget instance. The best thing is all this is done without any customizations to the widget code. This code removes the title for a cleaner look, and adds a hover effect for when you hover over…
-
Create Custom PDF
Sample UI Action
