Description in New Request auto formats on Add Request
Hi,
Can you advise how to turn off the Auto Format in the Description Field?
When you paste in some script, say some SQL Code, it looks OK and the format and lay out is the same as where you Cut it from.
Once you have clicked the Add Request button the Content of the Description has been reformated and lines of text can have moved around.
See Example:
Cut this{
Hi
could the following SQL please be run against the live DB:
UPDATE case_detail
SET
hcd_display = 1
where hcd_case_id IN (########)
declare @ret_code int
exec case_ea_inform ########, @ret_code output
}
Ended like this{
Hi
could the following SQL please be run against the live DB:
exec case_ea_inform ########, @ret_code output
UPDATE case_detail
SET
hcd_display = 1
where hcd_case_id IN (########)
declare @ret_code int
}
New to ADSelfService Plus?