ServiceNow Catalog Variables Table holder Variables are not stored sc_req_item table they are stored in a different […]
The table” sc_item_option_mtom” is store all variables. You can access any variable by using gr.variables.<variable_name>. Note: gr […]
We can order a catalog item from a script. Before that, we need to design the catalog […]
Drag parallel workflow and write the below code to launch multiple workflows from the script. The workflow […]
Order Catalog Item and tag to existing Request. It will attach to the existing Request and generate […]