You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi All!
Does anyone know of a way to assign a job name to a context variable?
I have some components that catch errors and send emails to users but I would like to drop them into a large number of jobs I have but dont want to change the job name in the email text for each one manually.
can i do a tjavarow with the assignment:
context.job_name = input_row.job_name
??
Thanks for any help!
Offline
Hi
There is a global variable jobName populated the job name. You can use it directly, for example:
context.job_name=jobName;
Best regards
Shong
Offline
Works perfectly!
Thanks Shong!!
Offline
Pages: 1