Forum Discussion

Germán Torres's avatar
Germán Torres
Copper Contributor
Jul 25, 2018

Reading a Task Custom Field using CSOM

Hi there

 

I've added a custom field in my Task entity, which I need to read using CSOM in order to develop an integration. 

 

I get the Task object using context.Assignment.Task, but this Task does not include any custom field in its FieldValues property, so I haven't been able to read the value of this custom field yet.

 

I'm attaching what my task has in its FieldValues property.

 

Has anyone struggled with this before?

 

Thanks!

 

Resources