In the VTB (Freeform) board select a cardFrom the Card select Checklist > Create task > select IncidentIs there a way to get from the Dom the value of the Private task number on the Card for an onSubmit script for the Incident
I found this gave me the value I needed: at https://[instanceName].service-now.com/nav_to.do?uri=%2F$vtb.dotop.window.frames[0].frames.document.getElementsByClassName("vtb-card-details")[0].getElementsByClassName("modal-title")[0].innerText;at https:...
Hi Naveen,Did you ever get an answer to which table the return sys_id refers to?I want to temporarily create a 'sysauto_report' and SncTriggerSynchronizer.executeNow the record. After it is finished running the report I want the the 'sysauto_report' ...