We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hi,This information is available. ServiceNow is, as Alessandro has detailed above, cloud based application, however for a breakdown of on-premise requirements, your ServiceNow Account Manager may be able to provide some of the following information i...
Hi Joan, Is there any way to have a custom app load in the same frame - i.e. Within the Service Portal "Container", as opposed to it redirecting to an entirely new window / page within the SN instance.Many thanks,Victor.
Thanks for this,Changed the script to use days by changing the method to getDayOfWeekUTC.var gdt = new GlideDateTime(); gs.print(gdt.getDayOfWeekUTC()) // output for Monday will be: *** Script: 1if (gdt.getDayOfWeekUTC() == 1 || gdt.getDayOfWeekUTC()...
Hi,Rather than using an annotation could you instead use "g_form.addInfoMessage" in an onLoad client script.This would display at the top of the screen.Something similar to the below would work:Name: Example Show messageType: OnLoadScript: (use e...