Hi Dojo!
I'm having problems to initiate an script (it doesn't start at all) when using drag and drop and I'm passing an element to the target.
It's only ocurring when "NoConfirmation" option is set, if I didn't configure this option in Visio it starts normally with the confirmation box.
I also notice that script starts normally if no C# code is present in the automation script.
Shape1:
Element=2640/24
Shape2:
Execute=Script:ConnectApp|Unit_Destination=2640/25;Unit_Source=||||CloseWhenFinished,NoConfirmation
DropTarget=True
Automation script has c# code with:
using Skyline.DataMiner.Automation;
using Skyline.DataMiner.Utils.InteractiveAutomationScript;
using System;
using Skyline.DataMiner.Net.Messages;
using System.Collections.Generic;
using System.Linq;
var SourceDummy = engine.GetDummy("Unit_Source");
...
Some help will be appreciated!
Thanks!