Hello I have the same issue
I am using Firefox Ajax TruClient, I want to fill out a sing-in form with parameters, one for username other for password.
i want to use the password parameter as an encrypted string.
Usually in normal Vugen you use Lr_eval_string(lr_decrypt("{parameter}"));
In the value field of the passwordbox I tried LR.decrypt(LR.getParam("parameter")) but it does not work, i get an error
ERROR:
Type ******** in Password passwordbox ** failed - an argument is invalide: 'Value': javascript exception 'API_ERROR_INVALID_ARGUMENTS_RUNTIME: LR.getParam("password") APIError: Not Implemented' during evaluation
Thanks
Sergio