I am querying the QuickBooks customer data table to a repeating group (RG). When a record in the RG is selected it sends the cell/row’s contents to a group with inputs for editing. When I map the inputs to the attributes from the query there are a number of fields that are not showing (see below).
The query below from QB Online includes a number of items that do not appear to be part of the query in the plugin. The items include the Billing Address, Shipping Address, First Name, Notes, Given Name, Family Name, Company Name, etc.
{
“QueryResponse”: {
“Customer”: [
{
“Taxable”: false,
“BillAddr”: {
“Id”: “4”,
“Line1”: “1855 E. Southern Ave. #110”,
“City”: “Mesa”,
“Country”: “USA”,
“CountrySubDivisionCode”: “AZ”,
“PostalCode”: “85204”
},
“ShipAddr”: {
“Id”: “4”,
“Line1”: “1855 E. Southern Ave. #110”,
“City”: “Mesa”,
“Country”: “USA”,
“CountrySubDivisionCode”: “AZ”,
“PostalCode”: “85204”
},
“Notes”: “This is for something.”,
“Job”: false,
“BillWithParent”: false,
“Balance”: 0,
“BalanceWithJobs”: 0,
“CurrencyRef”: {
“value”: “USD”,
“name”: “United States Dollar”
},
“PreferredDeliveryMethod”: “None”,
“domain”: “QBO”,
“sparse”: false,
“Id”: “1”,
“SyncToken”: “9”,
“MetaData”: {
“CreateTime”: “2018-11-23T23:38:06-08:00”,
“LastUpdatedTime”: “2018-11-25T03:27:59-08:00”
},
“GivenName”: “Erik”,
“FamilyName”: “Crawford”,
“FullyQualifiedName”: “Ultra Pure Systems, L.L.C.”,
“CompanyName”: “Ultra Pure Systems, L.L.C.”,
“DisplayName”: “Ultra Pure Systems, L.L.C.”,
“PrintOnCheckName”: “Ultra Pure Systems, L.L.C.”,
“Active”: true,
“Mobile”: {
“FreeFormNumber”: “(480) 239-7243”
},
“PrimaryEmailAddr”: {
“Address”: “erik@c3systems.com”
}
}
],
“startPosition”: 1,
“maxResults”: 1
},
“time”: “2018-11-26T22:42:26.776-08:00”
}