Hi Dojo,
Driver has context menu parameter for add/delete channels from table. That's only way how channel can be added or deleted from driver.
I know that we can do SetParameter() from automation script and it will trigger QA if value is changed but QAction that are triggered from context menu has additional contextData object.
Is it possible to change value and trigger that context menu parameter from automation script?
Hi Dario,
The best way to achieve what you are trying to do is to do it via InterAppCalls. This way both the automation script(s) and the context-menu can make use of the same InterAppCalls. Your context-menu QAction will then only contain the code responsible for converting contextMenuData into an InterAppCall.
How to implement contextMenu => Use the related NuGet: NuGet Gallery | Skyline.DataMiner.Utils.Table.ContextMenu 1.0.0.1
More info on InterAppCalls => InterApp classes | DataMiner Docs
regards,