This is post 12 of 12 in the series “Reporting” Report in ServiceNow Create a Report Dashboard […]
This is post 11 of 12 in the series “Reporting” Report in ServiceNow Create a Report Dashboard […]
You can become an expert by investing a small amount of time in learning ServiceNow. view my […]
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 […]
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 […]