Hello!
After reading through the persons.go and person_fields.go files, am I right in thinking that this library does not currently support custom fields for a Person object?
As in, if I create a PersonField for a Person object through the api, say arbitrary_field there isn't a way to then use the client to update a Person with information like arbitrary_field = foobarbaz?
Hello!
After reading through the persons.go and person_fields.go files, am I right in thinking that this library does not currently support custom fields for a Person object?
As in, if I create a PersonField for a Person object through the api, say
arbitrary_fieldthere isn't a way to then use the client to update a Person with information likearbitrary_field = foobarbaz?