You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,13 +19,15 @@ QuickBooks updates are sparse: provide the record ID, its current `SyncToken`, a
19
19
20
20
Sandbox credentials call only Intuit's sandbox API and are suitable for disposable test data. Production credentials call the production API and affect the selected live company.
21
21
22
-
Reports and attachments are not exposed by this version of the block, so report date-range and attachment-size controls do not apply here.
22
+
Run Financial Report exposes verified financial statements, aging, balance, sales, and expense reports while preserving QuickBooks' native columns and nested rows. Advanced controls appear only where QuickBooks supports them. Use Read Master Data to discover customer, vendor, account, item, class, and department IDs for report filters. Intuit recommends report periods of six months or less for performance, though Sim does not forbid longer accounting periods.
23
+
24
+
Attachments are not exposed by this version of the block.
23
25
{/* MANUAL-CONTENT-END */}
24
26
25
27
26
28
## Usage Instructions
27
29
28
-
Connect one QuickBooks Online company to manage bounded master-data, sales, purchasing, receivables, payables, and general-accounting workflows.
30
+
Connect one QuickBooks Online company to manage bounded master-data, sales, purchasing, receivables, payables, general-accounting, and financial-reporting workflows.
29
31
30
32
31
33
@@ -67,13 +69,13 @@ Get information about the connected QuickBooks Online company
67
69
68
70
### `quickbooks_read_master_data`
69
71
70
-
List or read one account, customer, vendor, item, or employee
72
+
List or read one account, class, customer, department, employee, item, or vendor
71
73
72
74
#### Input
73
75
74
76
| Parameter | Type | Required | Description |
75
77
| --------- | ---- | -------- | ----------- |
76
-
|`recordType`| string | Yes | Master-data entity to read: account, customer, vendor, item, or employee|
78
+
|`recordType`| string | Yes | Master-data entity to read: account, class, customer, department, employee, item, or vendor|
77
79
|`readMode`| string | Yes | Whether to list records or read one record by ID |
78
80
|`recordId`| string | No | QuickBooks record ID, required for by-ID reads |
79
81
|`startPosition`| number | No | One-based position of the first list record to return |
@@ -91,12 +93,12 @@ List or read one account, customer, vendor, item, or employee
0 commit comments