logo

NJP

News Jace Pro

ServiceNow intelligence for people who need to know what changed.

News, acquisitions, companies, people, events, and public filings in one searchable place. No vendor press-release fog.

The latest

What’s moving right now

Showing stories connected to Ruen Smith. View profile Clear
NJP
Import · over 5 years ago

ServiceNow: Service Portal - changing breadcrumbs

https://support.servicenow.com/kb?id=kb\_article\_view&sysparm\_article=KB0719179 format: // Breadcrumbs var bc \= \[{label: 'My Stuff', url: '?id=myStuff'}\]; // This would be the pagename, myStuff is an example if ($scope.data.tableLabel) bc\[bc.length...

Import · over 5 years ago

Hide a section on a form

g\_form.setSectionDisplay('<section>', false); Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an encoded query embedde...

Details →
Import · over 5 years ago

Assignment rules

https://docs.servicenow.com/bundle/quebec-platform-administration/page/administer/task-table/task/t\_AssignmentModuleRule.html Haven't tested these all recently within global/...

Details →
Import · over 5 years ago

script actions

https://docs.servicenow.com/bundle/quebec-platform-administration/page/administer/platform-events/reference/r\_ScriptActions.html Haven't tested these all recently within glob...

Details →
Import · over 5 years ago

gs.debug

https://developer.servicenow.com/dev.do!/guides/orlando/now-platform/tpb-guide/debugging\_best\_practices Haven't tested these all recently within global/local scopes, so feel...

Details →
Import · over 5 years ago

Form Field Display Messages

function onSubmit() { g\_form.clearMessages(); var aFields \= \["variable\_1","variable\_2"\]; var aErrors \= \[\]; var iCount \= 0; var oErrorMessage \= {}; var iLength \= aF...

Details →