Skip to content

Fields of type "address" are not supported #8

@urig

Description

@urig

Steps to reproduce:

  1. Given a QB App with a Table that has a Field of type "address",
  2. Login to QB and connect to the App like so:
    var client = Intuit.QuickBase.Client.QuickBase.Login("username", "password", "domain");
    var app = client.Connect("app_id");

Expected behavior:

The variable app should contain a valid instance of IQApplication.

Actual behavior:

ArgumentException is thrown from Intuit.QuickBase.Client.QTable.LoadColumns() (line 305)

Root cause:

The exception is thrown when line 305 hits a field where columnNode.GetAttribute("field_type", String.Empty) is "address". The enum FieldType has no corresponding value so the exception is thrown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions