Adding Carriage Return to Description Field inside of a script
Hi,
I am trying to write custom descriptions as part of a script and I wanted to know how to insert a carriage return so I can format the Description. Here is a sample of the base Description, I would like to expand on it and add additional text complete with Carriage Returns. Will a /r inserted into the text work in this instance?
description = "Please prepare laptop for " + requestObj.get("udf_fields").get("udf_sline_19") + " Hire Date " + requestObj.get("udf_fields").get("udf_sline_6601") + " Please edit and assign asset tag";
New to ADSelfService Plus?