Share all details related to your problem, including any error messages you may have received.
Hello Community,
I need to get the launcher of a LiveReport however when i use context.getUserName() it works just when i click on the save and preview mode button but when i click on save and execute i get a null value does anyone know how to solve this?
Hello @Emanuele,
Thanks for your reply, i didn’t do any upgrade i’m using the 8.1 version
when i log the context.getUserName() variable i get Scheduler instead of the name of the identity that is logged in when i click on the save and execute button
Hello @vinnysail,
I need the launcher inside of my QueryScript in the taskdefinition but the args.get(“launcher”) is not working for me.
I get this error Attempt to resolve method: get() on undefined variable or class name: args
I saved the value of the launcher using context like in the second page of this articlewith context.setProperty(“launcher”,value); and it worked thanks a lot!