Hi ,
I want to execute an Automation Script from a Visual Overview Shape using the option of "FullScreen" but it's not worked even if I selected it using edit mode , Any Solution ?
Hi Ahmed, any chance that you could share the Shape Data content that you did add in the Visio shape? That will allow us to check if the syntax would be fully correct.
Additionally, more information can be found on following link DataMiner Help
I also tried it locally which did seem to be working, and used following value for the Execute shape data field
Script:ScriptName||Info=ParameterInfo|||FullScreen
Hello Leander and Toon ,
The Shaped Data Visual Component Data :
Script:Set Frquency For GatesAir|dummy1=Flexiva||||Asynchronous,CloseWhenFinished,ForceLock,FullScreen,Lock,NoConfirmation,NoSetCheck,NoWait
But it’s not executed in Full Screen Mode , Can you help please ?
I tried that on a local machine and did seem to be working. The syntax looks ok, not sure if something is failing with the executing of the script, causing it never to show up.
Would it be possible to check the information events to see if any errors would be reported when executing the script?
Secondly, would it be possible to check without passing the dummy already, so that it would still ask for one? That should also already be in a fullscreen mode. So, without the dummy value, that would be following value:
Script:Set Frquency For GatesAir|dummy1=||||Asynchronous,CloseWhenFinished,ForceLock,FullScreen,Lock,NoConfirmation,NoSetCheck,NoWait
Thank you , it’s working now .
If I recall correctly, the fullscreen also only applies to the script execution itself, not the “preparation” window where you enter the parameters, options, dummies, etc. before executing.