ServiceNow News
792 items
_Role based multi-factor authentication_
We can Enforce Multi-factor authentication based on the roles assigned to the user. For example if a user has been assigned "admin", "security\_admin" or "...
ServiceNow Things to Know 35: Role-based Multi-factor Authentication
Import
·
over 2 years
www.servicenow.com
cache
Did you know you can configure the "Number of minutes to wait before collecting unread messages and sending an email to offline users"
This can be done by configuring the system property "collabor...
ServiceNow Things to Know 34: Minutes to wait before collecting unread messages and sending an email
Import
·
over 2 years
www.servicenow.com
cache
Did you know that ServiceNow offers many Dictionary Attributes to modify the behaviour of a table or a field?
To administer Dictionary Attributes for a Table or a field simply navigate to:
System...
Can you send notifications in ServiceNow without creating a notification record in the notification table?
that's right, with the "GlideEmailOutbound()" method, you can send email notifications d...
ServiceNow Things to Know 32: Send Notification without creating a Notification Record
Import
·
over 2 years
www.servicenow.com
cache
ServiceNow Things to Know 31: Undocumented: Table Extension APIs
Import
·
over 2 years
www.servicenow.com
ServiceNow Things to Know 30: Generate random alpha-numeric String with the specified Length
Import
·
over 2 years
www.servicenow.com
var r = new RESTMessage('TestIncidents', 'post');r.setStringParameter("description", jsonEncode(current.description + ''));
var responser = r.execute();
_If my content helped you in anyway, pleas...
ServiceNow Things to Know 29: Pass new line and special characters in REST API Body
Import
·
over 2 years
www.servicenow.com
cache
ServiceNow Things to Know 28: Audit Attachment Download and Deletion
Import
·
over 2 years
www.servicenow.com
ServiceNow Things to Know 27: When journal entry is created (work notes) multiple tables are updated
Import
·
over 2 years
www.servicenow.com
ServiceNow Things to Know 25:Search magnifying glass disabled when using OR condition in list filter
Import
·
over 2 years
www.servicenow.com
ServiceNow Things to Know 24: Undocumented API - GlideTimeAgo
Import
·
over 2 years
www.servicenow.com
ServiceNow Things to Know 22: Create a Catalog Item (Record Producer) using Catalog Builder
Import
·
over 2 years
www.servicenow.com
You can enable hierarchical list in a related list?
A hierarchical list allows a related list to have the option to show child records associated with the parent. This can be useful to see all rel...
ServiceNow Things to Know 21: You can enable Hierarchical list in a Related List
Import
·
over 2 years
www.servicenow.com
cache
Do you know we have some properties available in ServiceNow for logging the outbound request
glide.outbound\_http\_log.override
When this property is set to true, the property glide.outbound\_htt...
ServiceNow Things to Know 20: Outbound Web Service Logging Properties
Import
·
over 2 years
www.servicenow.com
cache
You can do the following GlideQuery for a simple aggregate count and this can be an alternative to getRowCount.
new GlideQuery.parse('incident','active=true^priority=3').count()
ServiceNow Things to Know 19: GlideQuery for a simple aggregate count as alternative to getRowCount
Import
·
over 2 years
www.servicenow.com
cache
Cross-Site Scripting (XSS) is a security vulnerability that can occur in web applications and allows an attacker to inject malicious code into a web page that is viewed by other users. This can res...
ServiceNow Things to Know 18: Stay Ahead of Threats with ServiceNow's XSS Prevention Property
Import
·
over 2 years
www.servicenow.com
cache