ServiceNow News
792 items
In most cases, it is recommended that report creators and editors use the new Report Designer when working with reports. In newer releases of the ServiceNow product the original Report Builder User...
18. How to Activate/Deactivate the Original Report Builder User Interface?
Import
ยท
about 2 years
medium.com
cache
Autocomplete suggestions in reference fields using a STARTSWITH search by default. Using an asterisk (\) before your search term turns it into a CONTAINS search.
You can use double asterisks (\\) ...
16. Increase the number of records shown in reference fields/variables
Import
ยท
about 2 years
medium.com
cache
By doing this you can see this knowledge article in the pinned articles section of related search results in the classic view and in the agent assist of workspace for the relevant tickets which mat...
ServiceNow Things to Know 129: Pin the Knowledge Article in the agent assist of Workspace
Import
ยท
over 2 years
www.servicenow.com
cache
getMembersOfGroup: function(groupID) {
var ids = \[\];
if (!groupID)
return ids;
var gr = new GlideRecord('sys\_user\_grmember');
gr.addQuery('group', groupID);
gr.addNotNullQuery('user...
ServiceNow Things to Know 125: Approval activity is being bypassed in Flow designer
Import
ยท
over 2 years
www.servicenow.com
cache
Hello Everyone,
Sometimes you have a reference to a base table, but you REALLY need ServiceNow to pick up on the attributes of an extended table instead.
Let's say for example you had a field whi...
ServiceNow Things to Know 124: fieldFromExtendedTable
Import
ยท
over 2 years
www.servicenow.com
cache
Hello Everyone,
There is an additional method available in the GlideAggregate class in the Washington DC release. It groups results by year for day-of-week trends. These trends are created using t...
ServiceNow Things to Know 122: new method in GlideAggregate
Import
ยท
over 2 years
www.servicenow.com
cache
ServiceNow Things to Know 119: glide.ui.list.allow_extended_fields property
Import
ยท
over 2 years
www.servicenow.com
Suite Certification โ Healthcare and Life Sciences Management Professional
Import
ยท
over 2 years
medium.com
Hello Everyone,
When doing mutual authentication web service integration, by default, the โcom.glide.communications.trustmanager\_trust\_allโ property is set to false. The Now platform only trusts...
ServiceNow Things to Know 118: com.glide.communications.trustmanager_trust_all property
Import
ยท
over 2 years
www.servicenow.com
cache
Suite Certification โ HAM with Telecommunications Network Inventory Professional
Import
ยท
over 2 years
medium.com
Hello Everyone,
Want to unlock an empty URL type field by default?
Global level:
Set this system property to true : glide.ui.unlock\_empty\_url
At form level:
Then use the below client script
...
Hello Everyone,
Did you know you could make a string field a hyperlink in list view? In the list view by default only the first field and reference fields appear as hyperlinks but using the \[code...
ServiceNow Things to Know 115: string field a hyperlink in list view
Import
ยท
over 2 years
www.servicenow.com
cache