Hi Folks.
I have inherited some code which programmatically creates jobs and adds notifications. The code was written using VC API v6.x.x but having upgraded to VC API v7.x.x it will no longer compile. I realise that the way VC handles notifications has changed but I cannot find anywhere explaining how to do this programmatically.
The original code is shown below -
This line now fails - server.Notifications.Add(nc);
I cannot work out how to create a TaskNotificationClass which seems to have replaced the NotificationClass.
All help greatly appreciated!!
Regards.
John
Edited by moderator
10 years ago
|
Reason: Not specified