How to assign the incident number in opened Task workspace using asp.net
Content
Hi,
I would like to assign the incident number in task workspace which need to be done through Addin[Asp.net code]. kindly let us know how to acheive this code as we couldnt find the incident properties in ITask object.
Version
service cloud May 2016Code Snippet
IRecordContext recContext = _globalContext.AutomationContext.CreateWorkspaceRecord(WorkspaceRecordType.Task); ITask objTask = _rc.GetWorkspaceRecord(WorkspaceRecordType.Task) as ITask;
0