ServiceNow News
662 items
<h1 style="text-align: left;"> ServiceNow Service Catalog Cart API error Exception While Reading Request</h1><div><br /></div><div><br /></div><div>if you get this http status 500 error when a...
ServiceNow Service Catalog Cart API error Exception While Reading Request
ServiceNow Blog
·
about 2 years
www.cloudminus89.com
cache
<h1 style="text-align: left;"> ServiceNow Service Catalog Cart API error Invalid Quantity value</h1><p>if you get this http status 400 error when attempting the Service Catalog API POST operat...
ServiceNow Service Catalog Cart API error Invalid Quantity value
ServiceNow Blog
·
about 2 years
www.cloudminus89.com
cache
<h1 style="text-align: left;"> ServiceNow SAMPLE REST MESSAGE</h1><div style="text-align: left;"> <a href="https://docs.servicenow.com/bundle/vancouver-api-reference/page/integrate/inboun...
ServiceNow SAMPLE REST MESSAGE - GET (Service Request Table)
ServiceNow Blog
·
about 2 years
www.cloudminus89.com
cache
first elevate privileges to security\_admin, then the role should be available to select on the sys\_user you are editing
Haven't tested these all recently within global/local scopes, so feel free...
ServiceNow adding the security_admin role (Vancouver, security admin)
Import
·
about 2 years
www.cloudminus89.com
cache
var variables \= current.variables.getElements();
for (var i \= 0; i < variables.length; i++) {
var question \= variables\[i\].getQuestion();
varsArr.push(question.getName() + ":" \+ question.g...
ServiceNow Service Catalog Variables or Record Producer Variables in Client Script Using Scratchpad
Import
·
about 2 years
www.cloudminus89.com
cache
see
<https://docs.servicenow.com/bundle/vancouver-application-development/page/script/server-scripting/concept/c%5FScriptableServiceCatalogVariables.html>
Example to access variables of GlideRe...
ServiceNow RECORD PRODUCER / CATALOG ITEM VARIABLES in scripts - UPDATED VERSION
Import
·
about 2 years
www.cloudminus89.com
cache
see
<https://docs.servicenow.com/bundle/vancouver-platform-administration/page/build/platform-functions/concept/platform-support-functions.html:~:text=Function%20fields%20do%20not%20have,%2C%20rep...
ServiceNow Function Fields for Database Transformations and Calculations
Import
·
about 2 years
www.cloudminus89.com
cache
current.variables.<variable\_name>
for a record producer where you don't know the variable names this type of approach could work:
/\var producerVars\_allVars = new GlideRecord('question\_answer...
ServiceNow Get Variable Name in Business Rule (Record Producer or Service Request)
Import
·
over 2 years
www.cloudminus89.com
cache
I found this post useful:
1) Go to Maintain Items i,e the Catalog Item Table for your particular Catalog Item
2) Please pull these columns from the personalized gear
No Cart, No Order, No order...
ServiceNow Submit Button was not appearing on portal catalog item
Import
·
over 2 years
www.cloudminus89.com
cache
an interesting topic to dig into
see [global default fields](https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/build/applications/reference/r%5FGlobalDefaultFields.ht...
ServiceNow measuring the number of updates on a record - sys_mod_count
Import
·
over 2 years
www.cloudminus89.com
cache
Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an encoded query embedded in the GlideRecord , e.g. var grProf = new GlideRecord ( 'x\_cls\_c...
ServiceNow use Google Chrome Extension to show instance environment
Import
·
over 2 years
www.cloudminus89.com
cache
Sometimes if encountering an issue in background script or fix script, move the code into a script include defined within the application but accessible from all application scopes, and call the sc...
ServiceNow Error: Create operation from scope 'rhino.global' has been refused due to the table's cross-scope access policy
Import
·
over 2 years
www.cloudminus89.com
cache
This is an example of how to "nudge" a workflow to ensure a wait for condition is re-evaluated (e.g. scripted wait for with a GlideRecord)
as an alternative to broadcast event to workflow where yo...
ServiceNow Workflows: Give a workflow a nudge from business rule
Import
·
over 2 years
www.cloudminus89.com
cache
(classic workflow)
this can be achieved by using an Generate activities block, in this screenshot example the 2nd task will remain pending until the first task is closed
[![](https://blogger.goog...
See the following ServiceNow Knowledge Articles:
Reviewed and maintained resource page for most common, high-impacting Performance issues on ServiceNow instances. Performance Troubleshooting KB051...