This is post 11 of 12 in the series “Reporting” Report in ServiceNow Create a Report Dashboard […]
This is post 10 of 12 in the series “Reporting” Report in ServiceNow Create a Report Dashboard […]
How can we show assessment or survey in a popup view in our custom code for any […]
getControl(), clearOptions() and removeOption() not running on Catalog Tasks or Requested Items Use form.removeOption instead of g_form.removeOption […]
This is post 9 of 12 in the series “Reporting” Report in ServiceNow Create a Report Dashboard […]
This blog will discuss different types of script needs in Record Producer If you want to redirect the user after submitting the record producer from native view: producer.redirect = "catalog_home.do?sysparm_view=catalog_default"; If you want to redirect the user to portal: producer.portal_redirect = "sp?id=sc_home"; If you want to set some fields value : current.short_description = "Please reboot " + producer.cmdb_ci.getDisplayValue(); Put some work notes: current.work_notes = producer.variables.field_1 + '\n' + producer.variable.field2;
ServiceNow Catalog Variables Table holder Variables are not stored sc_req_item table they are stored in a different […]
This is post 1 of 2 in the series “API Automation” How to create Telegram API for […]
Generate Survey From Script If you want to generate a survey and assign a user from any […]
#integration #servicenowtraining #integration Day14 – Datastream & Pagination – IntegrationHub In this video, I will discuss what […]