Resolved! How to remove the text in short description and i have try with str.replace("text",""); it doesn't work
i have try below code but not working try to help to remove the text ( "Mohan :Mohan :") in the incident Table var gr = new GlideRecord("incident");gr.query(); gs.print("number : "+gr.number);var sd = gr.getValue("short_description");// g...
