Why does not String.split() work in ServiceNow
I am an experienced Java Script developer who is new to Service Now . I need to replace '\n' with '\r' in the short_description field in the incident table . The line of the code , that does the job for me in the vanilla JavaScript is : someText = so...
