07-25-2018 08:42 AM
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!
07-25-2018 10:07 AM
did you look in the "custom fields" up above in your screenshot yet?
03-21-2019 10:05 AM
@Germán Torres were you able to read the task custom fields?