Service Catalog Task Client Script accessing item
I am trying to access the name of the Service Catalog Item in a sc_task client script. I seem to be able to get the sys_id of the item with the following ... var item = g_form.getReference('request_item').cat_item; ... if possible I would like to get...