Hello everyone,
I have the following script that i have in place but it still needs one last part in order to be completed, the script goes into transaction YSNBIL, once it places the needed service orders and executes the transaction, i need to first do a quick validation inside the transaction, i need to check that all service orders displayed have yellow or green traffic light, if one service order has red traffic light, the script needs to stop, i have been able to work with traffic lights before inside a shell container without any problem, but when i check the contents of the this transaction i get nothing, i do the following line of code with VBS.
MsgBox session.findbyid("wnd[0]/usr/lbl[3,14]").text
i get nothing, that is the ID that i get from the scripting wizzard.
Any ideas what i can do to know if the traffic light is yellow, green or red in order for the script to continue?
Thanks in advance!