Skip to content

Commit 9d5cfb4

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Add supported QuickBooks tables
1 parent bce2a92 commit 9d5cfb4

1 file changed

Lines changed: 125 additions & 1 deletion

File tree

articles/data-factory/connector-quickbooks.md

Lines changed: 125 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,129 @@ Here's an example:
190190
}
191191
```
192192

193+
The connector version 2.0 support the following QuickBooks tables:
194+
195+
- Account
196+
- Attachable
197+
- Attachable_AttachableRef
198+
- Attachable_AttachableRef_CustomField
199+
- Bill
200+
- BillPayment_Line
201+
- BillPayment_Line_LinkedTxn
202+
- Bill_Account_Based_Expense_Line
203+
- Bill_Item_Based_Expense_Line
204+
- Bill_LinkedTxn
205+
- Bill_Payment
206+
- Bill_TxnTaxDetail_TaxLine
207+
- Budget
208+
- Budget_Detail
209+
- Class
210+
- CompanyCurrency_CustomField
211+
- CompanyInfo_NameValue
212+
- Company_Currency
213+
- Company_Info
214+
- CreditCardPayment
215+
- CreditMemo_CustomField
216+
- CreditMemo_Description_Line
217+
- CreditMemo_Discount_Line
218+
- CreditMemo_Group_Individual_Item_Line
219+
- CreditMemo_Group_Item_Line
220+
- CreditMemo_Sales_Item_Line
221+
- CreditMemo_Subtotal_Line
222+
- CreditMemo_TxnTaxDetail_TaxLine
223+
- Credit_Memo
224+
- Customer
225+
- CustomerType
226+
- Department
227+
- Deposit
228+
- Deposit_CustomField
229+
- Deposit_Line
230+
- Deposit_Line_CustomField
231+
- Deposit_Linked_Transaction_Detail
232+
- Deposit_Linked_Transaction_Line
233+
- Deposit_TxnTaxDetail_TaxLine
234+
- Employee
235+
- Estimate
236+
- Estimate_CustomField
237+
- Estimate_Description_Line
238+
- Estimate_Discount_Line
239+
- Estimate_Group_Individual_Item_Line
240+
- Estimate_Group_Item_Line
241+
- Estimate_LinkedTxn
242+
- Estimate_Sales_Item_Line
243+
- Estimate_Subtotal_Line
244+
- Estimate_TxnTaxDetail_TaxLine
245+
- Invoice
246+
- Invoice_CustomField
247+
- Invoice_Description_Line
248+
- Invoice_Discount_Line
249+
- Invoice_Group_Individual_Item_Line
250+
- Invoice_Group_Item_Line
251+
- Invoice_LinkedTxn
252+
- Invoice_Sales_Item_Line
253+
- Invoice_Subtotal_Line
254+
- Invoice_TxnTaxDetail_TaxLine
255+
- Item
256+
- JournalCode_CustomField
257+
- JournalEntry_Description_Line
258+
- JournalEntry_Line
259+
- JournalEntry_TxnTaxDetail_TaxLine
260+
- Journal_Code
261+
- Journal_Entry
262+
- Payment
263+
- Payment_Line
264+
- Payment_Line_LinkedTxn
265+
- Payment_Method
266+
- Preferences
267+
- Preferences_SalesFormsPrefs_CustomField
268+
- Preferences_OtherPrefs_NameValue
269+
- Preferences_VendorAndPurchasesPrefs_POCustomField
270+
- Purchase
271+
- Purchase_Account_Based_Expense_Line
272+
- Purchase_Item_Based_Expense_Line
273+
- Purchase_TxnTaxDetail_TaxLine
274+
- Purchase_Order
275+
- PurchaseOrder_CustomField
276+
- PurchaseOrder_Account_Based_Expense_Line
277+
- PurchaseOrder_Item_Based_Expense_Line
278+
- PurchaseOrder_LinkedTxn
279+
- PurchaseOrder_TxnTaxDetail_TaxLine
280+
- RecurringTransaction
281+
- RecurringTransactionLines
282+
- RefundReceipt_CustomField
283+
- RefundReceipt_Description_Line
284+
- RefundReceipt_Discount_Line
285+
- RefundReceipt_Group_Individual_Item_Line
286+
- RefundReceipt_Group_Item_Line
287+
- RefundReceipt_Sales_Item_Line
288+
- RefundReceipt_Subtotal_Line
289+
- RefundReceipt_TxnTaxDetail_TaxLine
290+
- Refund_Receipt
291+
- ReimburseCharge
292+
- ReimburseCharge_Line
293+
- SalesReceipt_CustomField
294+
- SalesReceipt_Description_Line
295+
- SalesReceipt_Discount_Line
296+
- SalesReceipt_Group_Individual_Item_Line
297+
- SalesReceipt_Group_Item_Line
298+
- SalesReceipt_Sales_Item_Line
299+
- SalesReceipt_Subtotal_Line
300+
- SalesReceipt_TxnTaxDetail_TaxLine
301+
- Sales_Receipt
302+
- TaxClassification
303+
- TaxCode_PurchaseTaxRateList_TaxRateDetail
304+
- TaxCode_SalesTaxRateList_TaxRateDetail
305+
- Tax_Agency
306+
- Tax_Code
307+
- Tax_Rate
308+
- Term
309+
- Time_Activity
310+
- Transfer
311+
- Vendor
312+
- VendorCredit_Account_Based_Expense_Line
313+
- VendorCredit_Item_Based_Expense_Line
314+
- Vendor_Credit
315+
193316
## Copy activity properties
194317

195318
For a full list of sections and properties available for defining activities, see [Pipelines and activities in Azure Data Factory and Azure Synapse Analytics](concepts-pipelines-activities.md). This section provides a list of properties that the QuickBooks source supports.
@@ -267,7 +390,7 @@ The following table summarizes information about the versions of the QuickBooks
267390
| Version | Release stage | Change log |
268391
| :----------- | :------- |:------- |
269392
| 1.0 | Removed | Not applicable. |
270-
| 2.0 | General availability |QuickBooks native query is supported, with limitations. `GROUP BY` clauses, `JOIN` clauses, and aggregate functions (`Avg`, `Max`, `Sum`) aren't supported. For more information, see [Query operations and syntax](https://developer.intuit.com/app/developer/qbo/docs/learn/explore-the-quickbooks-online-api/data-queries) on the Intuit Developer site. <br><br>The SQL-92 query is not supported. <br><br>The `useEncryptedEndpoints` property is not supported. |
393+
| 2.0 | General availability |QuickBooks native query is supported, with limitations. `GROUP BY` clauses, `JOIN` clauses, and aggregate functions (`Avg`, `Max`, `Sum`) aren't supported. For more information, see [Query operations and syntax](https://developer.intuit.com/app/developer/qbo/docs/learn/explore-the-quickbooks-online-api/data-queries) on the Intuit Developer site. <br><br>The SQL-92 query is not supported. <br><br>The `useEncryptedEndpoints` property is not supported. <br><br>Support specific Quickbooks tables. For the supported table list, go to [Dataset properties](#dataset-properties). |
271394

272395
### Upgrade the Quickbooks connector from version 1.0 to version 2.0
273396

@@ -278,6 +401,7 @@ The following table summarizes information about the versions of the QuickBooks
278401
1. On the **Edit linked service** pane, select **2.0** for the version. For more information, see the [linked service properties for version 2.0](#version-20) earlier in this article.
279402

280403
1. If you use a SQL query in the copy activity source or the lookup activity that refers to the version 1.0 linked service, you need to convert it to the QuickBooks native query. Learn more about the native query from [Copy activity properties](#copy-activity-properties) earlier in this article and from [Query operations and syntax](https://developer.intuit.com/app/developer/qbo/docs/learn/explore-the-quickbooks-online-api/data-queries) on the Intuit Developer site.
404+
1. Note that version 2.0 supports specific Quickbooks tables. For the supported table list, go to [Dataset properties](#dataset-properties).
281405

282406
## Related content
283407

0 commit comments

Comments
 (0)