cancel
Showing results for 
Search instead for 
Did you mean: 

Escape characters

rafael
Champ in-the-making
Champ in-the-making
I need to know how to escape the accent character, in the following search javascript code including in workflow process.

var dest = companyhome.childByNamePath("XXX/Aprobación");

            for (var i = 0; i  < bpm_package.children.length; i++)
            {
               bpm_package.children.move(dest);
            }

Depends on encoding? If so it is configurable?

thanks for your help
1 REPLY 1

luca
Star Contributor
Star Contributor
Hi rafael,
I have a similar issue, did you find a solution?