NetSuite Limitations
- When querying using joins, you must cite specific columns. For example, this query is
not supported:
select * from CUSTOMER_M - Simultaneous connections to NetSuite are not supported because NetSuite allows only a single sign in for one account.
- You can only write Standard and Custom records.
- For both
UPDATEandUPSERTqueries, anUPSERToperation is performed. - In the Write to DB stage, the maximum batch size permitted for an
insertoperation is 200 and the maximum batch size for anupdateoperation is 100.