Set workstnid in a "Web application" Menu Item URL
Posted: Mon Jun 24, 2019 8:51 am
Hello,
Users have a workstnid variable in their Atrium shortcut on their desktop.
Example : http://tintin:8090/profoundui/atrium?wo ... licateid=1
We need to get the value of this variable when we get the job name.
When we create a "Rich Display File Application" Menu Item in atrium, it's ok. The job name is the same as the workstnid variable.
But, when we create a "web application" Menu item in atrium, how can we put the workstnid in the url ?
When we do no set it :
/profoundui/auth/start?duplicateid=1&pgm=puigc/LANCEUR&p1=INTCLIADM&l1=10&p2=puigc&l2=10&p3=TEST&l3=10&p4=1&l4=1&p5=0000401070&l5=300
=> Job name = PUI
When we set it manually :
/profoundui/auth/start?workstnid =toto&duplicateid=1&pgm=puigc/LANCEUR&p1=INTCLIADM&l1=10&p2=puigc&l2=10&p3=TEST&l3=10&p4=1&l4=1&p5=0000401070&l5=300
=> Job name = toto
Is it possible to set it dynamically ?
Thanks a lot
Users have a workstnid variable in their Atrium shortcut on their desktop.
Example : http://tintin:8090/profoundui/atrium?wo ... licateid=1
We need to get the value of this variable when we get the job name.
When we create a "Rich Display File Application" Menu Item in atrium, it's ok. The job name is the same as the workstnid variable.
But, when we create a "web application" Menu item in atrium, how can we put the workstnid in the url ?
When we do no set it :
/profoundui/auth/start?duplicateid=1&pgm=puigc/LANCEUR&p1=INTCLIADM&l1=10&p2=puigc&l2=10&p3=TEST&l3=10&p4=1&l4=1&p5=0000401070&l5=300
=> Job name = PUI
When we set it manually :
/profoundui/auth/start?workstnid =toto&duplicateid=1&pgm=puigc/LANCEUR&p1=INTCLIADM&l1=10&p2=puigc&l2=10&p3=TEST&l3=10&p4=1&l4=1&p5=0000401070&l5=300
=> Job name = toto
Is it possible to set it dynamically ?
Thanks a lot