Currently, you can do various things with the C# code reference. Getting an parameter from an element etc.
What I'm missing for the apps that are available, Ticketing, Jobs etc. to also have methods provided(Create Job, Edit Job, Delete Job, Create JobDomain), (Create Ticket, Create TicketDomain) etc..
Internally we have solutions for this, but perhaps such methods as above could general be available for customers and supported through the official DataMiner help.
Hi Kevin,
You can make use of the helper classes to achieve this. An example of a helper class can be found in topic Unable to use the ResourceManagerHelper
In your case you need to add following namespaces in the C# code:
- JobManagerHelper: Skyline.DataMiner.Net.Jobs
- TicketingGatewayHelper: Skyline.DataMiner.Net.Ticketing