Skip to content

Commit

Permalink
Merge pull request #34 from hotgluexyz/feature/accSubsidiary
Browse files Browse the repository at this point in the history
added SubsidiaryList
  • Loading branch information
hsyyid committed Sep 7, 2022
2 parents 0164ea4 + 406acb0 commit cabd409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tap_netsuite/netsuite/schemas/object_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
{"displayName": "Name", "name": "acctName", "type": "string"},
{"displayName": "Description", "name": "description", "type": "string"},
{"displayName": "CurrencyRef", "name": "currency", "type": "string"},
{"displayName": "Id", "name": "internalId", "type": "string"}
{"displayName": "Id", "name": "internalId", "type": "string"},
{"displayName": "SubsidiaryList", "name": "subsidiaryList", "type": "string"}
],
"Vendors": [
{"displayName": "Active", "name": "isInactive", "type": "boolean"},
Expand Down

0 comments on commit cabd409

Please sign in to comment.