Dear community,
I try to set a writable parameter with an "execute" shape-data field in Visio. On the left side you see the actual set parameter on the element, on the right side is the textbox shape to define the new password.
The shape-date field "execute" on the SET button is defined as the follow: Set|ElementID|ParameterID:DisplayKey|[var:Password]|NoConfirmation
The session variable "Password" and filled from a textbox shape with the shape-data filed "SetVar"
Setting a new password with the textbox shape works as expected. Now I have the following problem: in some cases, it is necessary to set no password, because of no encryption for a upcoming transmission. But if I try to set no password with an empty textbox, I receive a Dataminer Cube confirmation message:
To set the empty password I must click on the green check and then "Ok".
How can I set the empty password with any confirmation popups?
Thanks for your feedback and inspiration on my topic!
Daniel
Hi Daniel,
Am I right in assuming you are using the connector 'Haivision Media Gateway'? If so, you might want to use the 'exception' value that is implemented. If you pass along '-1', it should show 'N/A' on this parameter. You can do this by typing the '-1' or by having an extra shape (e.g. with the setvar directly in the shape data).
Hope this might help!
Kind Regards,
Jarno
Hi Jarno,
thanks for your answer! You’re right, it is for our Haivision Media Gateway Driver.
Now I tried to type in the ‘-1’ in the textbox or directly using the SetVar in the shape data with ‘Password:-1’, but nothing will happen.
May be there is another way for this challenge?
Kind Regards, Daniel