We are in process of migrating to Lawson v10 from v9. We are already on IPA 10.1.0.41.200. I am trying to run a flow on our new version 11.0.1.33 to execute a webrun to submit a batch report. On our old version the username is just the user name, however on this new version of Lawson v10, the username is INFORBCusername. When trying to use the new username format in the webrun, it does not like the "" symbol. I was able to use javascript to get this to work for the Lawson transaction node, but it is not working for the webrun.
Javascript: vUserName = "INFORBC" + 'x5c' + "mrue"
What can I use for the webrun since vUserName variable is not working? it just changes the variable to INFORBC%5Cmrue and the job does not submit.
Thanks,
Michelle Rue