Forum Discussion
Germán Torres
Jul 25, 2018Copper Contributor
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!
- Ian BrucknerIron Contributor
did you look in the "custom fields" up above in your screenshot yet?
- Karam MohammedCopper Contributor
Germán Torres were you able to read the task custom fields?