Method Community

 

JobType table

Last post 06-06-2016 3:09 PM by milos. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 06-06-2016 2:17 PM

    • milos
    • Not Ranked
    • Joined on 06-01-2016
    • Posts 5

    JobType table

    Hi everyone,

    I am new with method.me api and I have one question. I want to use JobType table. I see on admin panel the table has 10 fileds and that is ok for me. But when I sent request MethodAPIFieldListV2 I got that is available only several fields. 

    Can I set all fields to be available for api?

    Thanks

  • 06-06-2016 2:38 PM In reply to

    Re: JobType table

    Hi milos,

    The only fields that I can see are missing from the API are EditSequence and TimeCreated. EditSequence is only useful with regard to the sync with QB so that leaves us with TimeCreated. Is there a reason you need to access this field via the API or is there another field you're unable to see as well?

    --Audisho

    Audisho Sada
    Product Manager
    Method:CRM
    a.sada@method.me
    Toll Free: 1.888.925.6238
    Local & Overseas: 416.847.0400
    Fax: 416.640.6027
  • 06-06-2016 2:45 PM In reply to

    • milos
    • Not Ranked
    • Joined on 06-01-2016
    • Posts 5

    Re: JobType table

     got this

    stdClass Object
    (
    [MethodAPIFieldListV2Result] => <?xml version="1.0" encoding="windows-1252" ?><MethodAPI response = "Success" ><MethodIntegration Table='JobType'>
    <Record>
    <SupportsAdd>true</SupportsAdd>
    <SupportsEdit>true</SupportsEdit>
    <IsRequired>false</IsRequired>
    <FieldName>IsActive</FieldName>
    <MaxSize>0</MaxSize>
    <DataType>YesNo</DataType>
    </Record>
    <Record>
    <SupportsAdd>false</SupportsAdd>
    <SupportsEdit>true</SupportsEdit>
    <IsRequired>false</IsRequired>
    <FieldName>ListID</FieldName>
    <MaxSize>100</MaxSize>
    <DataType>Text</DataType>
    </Record>
    <Record>
    <SupportsAdd>false</SupportsAdd>
    <SupportsEdit>false</SupportsEdit>
    <IsRequired>false</IsRequired>
    <FieldName>RecordID</FieldName>
    <MaxSize>0</MaxSize>
    <DataType>Integer</DataType>
    </Record>
    <Record>
    <SupportsAdd>false</SupportsAdd>
    <SupportsEdit>true</SupportsEdit>
    <IsRequired>false</IsRequired>
    <FieldName>Sublevel</FieldName>
    <MaxSize>0</MaxSize>
    <DataType>Integer</DataType>
    </Record>
    <Record>
    <SupportsAdd>false</SupportsAdd>
    <SupportsEdit>true</SupportsEdit>
    <IsRequired>false</IsRequired>
    <FieldName>TimeModifiedAccounting</FieldName>
    <MaxSize>0</MaxSize>
    <DataType>DateTime</DataType>
    </Record>
    </MethodIntegration></MethodAPI>
    )


    I have to tell U that I use trial version. Maybe if I use trial version I can't see all fields?

  • 06-06-2016 3:06 PM In reply to

    Re: JobType table

    Answer

    Hi milos,

    It looks like you're using Method for QuickBooks Online. In this case, I don't believe that the JobType table is currently in-use. If you're planning on building a custom workflow, I'd recommend that you instead create your own custom table for this.

    It's always a possibility that Intuit will implement this table in the future for QBO. It's best practice to avoid using these currently not-in-use tables for custom data, as this could cause problems with the sync should the table ever be implemented in the future. I hope this helps.

    --Audisho

    Audisho Sada
    Product Manager
    Method:CRM
    a.sada@method.me
    Toll Free: 1.888.925.6238
    Local & Overseas: 416.847.0400
    Fax: 416.640.6027
  • 06-06-2016 3:09 PM In reply to

    • milos
    • Not Ranked
    • Joined on 06-01-2016
    • Posts 5

    Re: JobType table

    Thanks for support. I understand now.

Page 1 of 1 (5 items)