SOAP decoding (used in our V1-2 DocumentNOW methods) can strip out \r
and \n
characters. If you are having difficulty with passing of template parameters to apply fixed text to a document, escape \r
with &13;
and \n
with &10;
Pass Template Parameters with Newline Characters.
Last updated 2017-04-27 15:11:32 UTC