We are looking to add the tasks created in the Service Incident screen to push into Outlook.
I looked at the code used on the ‘Task List’ form however the call to Outlook wasn’t recognised:
Dim WithEvents oOutlookTask As OutlookTaskImportClass = New OutlookTaskImportClass
It seems to be linked to the Namespace in the form scripts, in ‘Task List’ it is Mongoose.FormScripts, in ‘Incidents’ it is SyteLine.FormScripts where the call to Outlook does not exist. Is that correct & how would I get around this, or am I missing something else?