You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to assign the incident number in opened Task workspace using asp.net

Received Response
7
Views
4
Comments
edited Jun 8, 2022 12:05PM in General Technical Discussions 4 comments

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 2016

Code Snippet

              IRecordContext recContext = _globalContext.AutomationContext.CreateWorkspaceRecord(WorkspaceRecordType.Task);
                    ITask objTask = _rc.GetWorkspaceRecord(WorkspaceRecordType.Task) as ITask;
  
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!