ServiceNow News
662 items
useful link:
<https://www.servicenow.com/community/developer-blog/decoding-encoded-queries/ba-p/2290638>
Encoded Query
markup
active=true^short_descriptionLIKEIssue^ORshort_descriptionL...
Reverse engineering ServiceNow encoded queries
ServiceNow Blog
·
8 months
www.cloudminus89.com
cache
ServiceNow Grant flow in application scope permission to create catalog tasks
if your flow is throwing an error:
_scope does not have create access to table sc\_task_
follow the steps outl...
ServiceNow Grant flow in application scope permission to create catalog tasks (error 'scope does not have create access to table sc_task')
ServiceNow Blog
·
10 months
www.cloudminus89.com
cache
See:
<https://support.servicenow.com/kb?id=kb%5Farticle%5Fview&sysparm%5Farticle=KB2053730>
UFT-8 special character issues with LDAP / Powershell...could it be a Xanadu bug?
ServiceNow Blog
·
10 months
www.cloudminus89.com
cache
How to edit Order Confirmation Widget for Service Portal
<https://support.servicenow.com/kb?id=kb%5Farticle%5Fview&sysparm%5Farticle=KB0723600>
Navigate to "Service Portal" > "Widgets" i...
How to edit Order Confirmation Widget for Service Portal
ServiceNow Blog
·
11 months
www.cloudminus89.com
cache
ServiceNow change where the 'checkout' button takes you for add to cart
this angular template _large\_shopping\_cart\_v2.html_/now/nav/ui/classic/params/target/sp\_ng\_template.do%3Fsys\_id%3...
ServiceNow change where the 'checkout' button takes you for add to cart
ServiceNow Blog
·
11 months
www.cloudminus89.com
cache
ServiceNow Create Clickable Link in Portal Page (Catalog Item)
To create a clickable link within a ServiceNow portal catalog item, use a "Rich Text Label" variable type, allowing you to embed ...
ServiceNow Create Clickable URL Link in Portal Page (Catalog Item) - internal link or external link?
ServiceNow Blog
·
11 months
www.cloudminus89.com
cache
Compare a script to prod without actually going on prod
If you know the update set, you can go to the script include> versions tab> right click the update set and select 'compare to current'
...
Compare a script to prod without actually going on prod
ServiceNow Blog
·
11 months
www.cloudminus89.com
cache
ServiceNow check that the date on a ticket is greater than today's date
var iTodaysDate = gs.now();
var sTodaysDateTimeZero = new GlideDateTime(iTodaysDate.toString());
var iTodaysDateTimeZ...
ServiceNow check that the date on a ticket is greater than today's date
ServiceNow Blog
·
12 months
www.cloudminus89.com
cache
Apparently OldValue is the value the field held on initial load, and not updated for each time the onChange client script runs (i.e. each time you change the selection).
see <https://www.serviceno...
Why is oldvalue not accessible in a catalog client script?
ServiceNow Blog
·
about 1 year
www.cloudminus89.com
cache
Set a Variable Default Value from a Sys Property
javascript:gs.getProperty('ad.environment');
Set a Variable Default Value from a Sys Property
ServiceNow Blog
·
about 1 year
www.cloudminus89.com
cache
var table\_html = '<table style="width: 90%; margin: 20px auto; border-collapse: collapse;">';
var rowIndex = 0;
// Add table headers with styles
table\_html += '<thead><tr style="background-co...
Write a HTML table as an additional comment to a RITM
ServiceNow Blog
·
about 1 year
www.cloudminus89.com
cache
Process an excel file attached to a fix script
main();
function main() {
var excelDataJSON = this.getData();
if (excelDataJSON == null) {
gs.info("No data in the excel file");
return...
ServiceNow Process an excel file attached to a fix script
ServiceNow Blog
·
about 1 year
www.cloudminus89.com
cache
ServiceNow UI Action to display messages with redirect URLs in the message
(see also [http://www.cloudminus89.com/2020/09/add-hyperlink-to-work-notes-activity.html ](http://www.cloudminus89.com/...
ServiceNow UI Action to display messages with redirect URLs in the message
ServiceNow Blog
·
about 1 year
www.cloudminus89.com
cache
ServiceNow AJAX Client Script Include not working for user with no roles
reproducible when impersonating that user
solution: include this snippet in the client callable script include
_isPubl...
ServiceNow AJAX Client Script Include not working for user with no roles
ServiceNow Blog
·
about 1 year
www.cloudminus89.com
cache
ServiceNow Execute Flow Action from Script
[![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMFN32C1H6JWrsTmnccWlD3xh5paf_7_XgGbCZKpW-XNX1GMi0N1VDxntyCvzLwYrF2-DQWTauQ43iPhrxCSVm1...
ServiceNow Execute Flow Action from Script
ServiceNow Blog
·
about 1 year
www.cloudminus89.com
cache
ServiceNow API permissions issue
issue when attempting to update/create a sys\_user record via API call into the instance:
: \[ InsufficientPermissionException \] \[ Possible suggestions \] ...
ServiceNow API permissions issue--InsufficientPermissionException--Insufficient privileges detected--External User Not Authorized
ServiceNow Blog
·
about 1 year
www.cloudminus89.com
cache
Application picker issue
ServiceNow Issues with Update Set Picker and Application Picker
if the application picker is not selectable:
It seems, either during the zboot, or the clone, the sand...
ServiceNow Issues with Update Set Picker and Application Picker
ServiceNow Blog
·
about 1 year
www.cloudminus89.com
cache