Skip to content

Cannot retrieve custom fields with api call. #57

@tfsmag

Description

@tfsmag

I've been driving myself crazy here. I can get the regular fields just fine. The code doesn't error out, so it does recognize the field name, but it comes back with nothing. Here's a sample of my code.

var contact = client.ContactService.Load(infusionsoftid, new string[] { "Email","Id","_CustomerNumber"},);

In this sample, Id and Email come back with values, but nothing for our custom field "_CustomerNumber". Is there something I'm missing or does this library simply not support custom fields?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions