PR #12 includes the following breaking changes:
- Removes
actualwork
field fromprojecttask
record. This field has been deprecated by NetSuite.
PR #11 includes the following breaking changes:
- Re-introduces
quantity
,rateamount
, andvoided
columns tostg_netsuite__transaction_lines
model. If these have been added as pass through they will need to be removed from the pass through variable.
PR #11 includes the following feature updates:
- Incorporates
isinventoryaffecting
andaccountinglinetype
to thestg_netsuite__transaction_lines
model as a feature via thenetsuite__inventory_management_enabled
variable. - Incorporates
bins
andinventoryassignment
staging models as a feature via thenetsuite__advanced_inventory_management_enabled
variable.
PR #10 includes the following breaking changes:
- Removes
quantity
andrate
columns fromstg_netsuite__transaction_lines
model. This allows these columns to be added as pass through.
PR #9 includes the following breaking changes:
- Changes the default identifier for the budgets table from
budget
tobudgets
.
PR #8 includes the following feature updates:
- Incorporates customer categories as a feature via the
netsuite__using_customer_categories
variable.
Refer to the relevant release notes on the Github repository for specific details for the previous releases. Thank you!
PR #7 includes the following breaking changes:
- Remove columns from staging models that are feature dependent in NetSuite. These columns can be re-added via the pass through columns.
Refer to the relevant release notes on the Github repository for specific details for the previous releases. Thank you!