Cloudminus89.com

Running transform maps asynchronously

WEBschedule transformation. take a look at Asynchronous Import Set Transformer. Follow following steps for scedule load: 1. Activate "Asynchronous Import …

Actived: 8 days ago

URL: http://www.cloudminus89.com/2018/09/running-transform-maps-asynchronously.html

ServiceNow Health Scan: configure when a related list loads

WEBIf there are many related lists on a form or many records in the related lists, the form may load slowly. In Core UI, you can improve form response times by …

Category:  Health Go Health

ServiceNow Health Scan

WEBServiceNow Health Scan - resultant best practice suggestions (with some references) April 27, 2021. item ref. ServiceNow recommends that secure platform …

Category:  Health Go Health

Consuming a staging table endpoint & transform map using REST

WEBset up a basic authentication profile and configure the authentication profile to use as credentials (use a test user in the target instance with the REST role) below …

Category:  Health Go Health

Service Portal friendly onsubmit client script to

WEBThis script needs to be included in your Service Portal via the Theme. Go to Service Portal > Portals and select your portal. Then click the reference icon next to the …

Category:  Health Go Health

Transform maps: prevent an onafter script running if ignore=true

WEBonAfter scripts will run even if the row is ignored The following could be used in an onAfter transform script to pick up the fact that the row was elsewhere set to …

Category:  Health Go Health

Service Catalog: retrieve the catalog item sysid in a **server side

WEBScenario: I need to obtain the catalog item sys id in the client callable script include, used to build up a reference qualifier for a catalog variable requirement: this …

Category:  Health Go Health

Check if record has attachments

WEBthese seem to work! function onSubmit { alert ( g_form . getDisplayBox ( 'cost_center' ). value ); //--classic UI alert ( g_form . getDisplayValue ( 'cost_center

Category:  Health Go Health

ServiceNow: orphan cmdb_rel_ci records (and GlideRecord setLimit)

WEBCI relations records imported as XML from a different instance could have this issue, if the type doesn't exist on the target instance. The following script will correct …

Category:  Health Go Health

Modify the preview fields on reference field

WEBModify the preview fields on reference field - pull in class field ("i" icon)

Category:  Health Go Health

insert line break in gs.addInfoMessage

WEBthese seem to work! function onSubmit { alert ( g_form . getDisplayBox ( 'cost_center' ). value ); //--classic UI alert ( g_form . getDisplayValue ( 'cost_center

Category:  Health Go Health

getNextObjNumberPadded(); auto-numbering issues.

WEBAll things ServiceNow take a look at my channel: https://www.youtube.com/@cloudminus89

Category:  Health Go Health

ServiceNow record producer variables in a business rule

WEB//--new code, RDS Dec2018 g_scratchpad.rp_sysid=''; var producerVars_allVars = new GlideRecord('question_answer'); //var allVars = []; …

Category:  Health Go Health

Service Portal: add a carousel widget with fixed height

WEBService Portal: add a carousel widget with fixed height and embedded homepage search

Category:  Health Go Health

Azure AD User Provisioning and SSO

WEBThe typical Azure user provisioning flow is as follows: Azure AD sync service looks up assigned users in scope for provisioning in Azure AD. If new users have been …

Category:  Health Go Health

ServiceNow Table API: enable debugging for incoming REST …

WEBServiceNow Table API: enable debugging for incoming REST requests. You can find the logs for REST here after creating/enabling the glide.rest.debug property. …

Category:  Health Go Health

ServiceNow ACL role 'nobody' role

WEBServiceNow ACL role 'nobody' role - why can't you access it? and workaround. November 03, 2022. the answer is that this is a level higher than even …

Category:  Health Go Health

Service Portal widget: get current user in server script

WEBthese seem to work! function onSubmit { alert ( g_form . getDisplayBox ( 'cost_center' ). value ); //--classic UI alert ( g_form . getDisplayValue ( 'cost_center

Category:  Health Go Health

ServiceNow Workflows: Give a workflow a nudge from business rule

WEBThis 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 …

Category:  Health Go Health