Tips

The Tips section includes more information about the element including FAQs, endpoint limitations, and general tips.

Ground2Cloud

  • To successfully authenticate an instance with QuickBooks Enterprise, both the Ground2Cloud and QuickBooks connector services need to be running. You may need to actively restart your connector if your instance is not working. For more information on Ground2Cloud, see the Ground2Cloud documentation. *

  • When setting up polling, you may need to specify a time zone specific to the location of your server. The default time zone is UTC.

    Example polling configuration:

    {
        "payments": {
            "url": "/hubs/finance/payments?where=TimeModified >= '${dateTimeZone:America/Denver:yyyy-MM-dd'T'HH:mm:ss.SSS'Z'}'",
            "idField": "TxnID",
            "datesConfiguration": {
                "updatedDateField": "TimeModified",
                "updatedDateFormat": "yyyy-MM-dd'T'HH:mm:ssXXX",
                "createdDateField": "TimeCreated",
                "createdDateFormat": "yyyy-MM-dd'T'HH:mm:ssXXX"
            }
        }
    }
    
  • QuickBooks cannot search by customerref.name in invoices. For more information, reference the QuickBooks documentation.

  • QuickBooks Bulk does not support doing selects with specific column names in your CEQL. The best practice to achieve this functionality is to use transformations.