Resolved! Hi. I need to put Correlation ID of the Incident as TCSCE {incident number} while incident gets created. Please check script. It is not working
I have written below script in Before Insert BR to Populate Correlation ID as TCSCE:{Number}. But number is not getting populated. screenshot below. var abc = new GlideRecord("incident");abc.initialize();abc.correlation_id = "TCSCE:" + "{" + abc.n...