Post

2 followers Follow
0
Avatar

How to update Tasktype in a task via c# api

Tasktype field getting updated incorrectly in a task that is created using CreateAndRetrieve method using the c# api. 

Can we update the  tasktype field of a task which is of fieldtype Picklist using Clarizen c# api. 

santhosh yalamuri Answered

Please sign in to leave a comment.

3 comments

0
Avatar

Hi Santhosh,

Sure you can. The field value should be of type EntityId with a TypeName of TaskType and the Value should be the desired task type (e.g. 'Design').

If you use the REST API it would be something like '/TaskType/Design'.

Now I didn't understand what you meant be 'updated incorrectly'  and what is the C# API (SOAP/Web services or REST?), but I hope my answer is good enough. If you need more clarification, please add a comment to this post.

Hope this helps,

Ophir

 

Ophir Kenig 0 votes
Comment actions Permalink
0
Avatar

Hello Ophir,

Thanks for the reply, we were able to update the tasktype based on the solution provided.  

Regards,

Santhu

santhosh yalamuri 0 votes
Comment actions Permalink