NetSuite Technical Notes
Technical Notes for the NetSuite component.
Changelog
2.2.0 (December 11, 2020)
- Domain field in the credentials made required
- Upgrade sailor to 3.3.1
- Annual audit of the component code to check if it exposes sensitive data in the logs
- Annual dependencies vulnerabilities audit
2.1.1 (August 2, 2019)
- Modify Error Handling in component with custom ComponentException
2.1.0 (July 26, 2019)
- Add actions according to OIH standards:
- Lookup Objects
- Lookup Object By Id
- Delete Object By Id
- Upsert Object By Id
- Mark Actions as deprecated:
- Lookup Customer by External or Internal ID
- Lookup Invoice by External or Internal Id
- Update or Insert Vendor in NetSuite
- Update or Insert Customer in NetSuite
- Update or Insert Contact in NetSuite
- Update or Insert Invoice in NetSuite
- Update or Insert Sales Order in NetSuite
- Add Triggers according to OIH standards:
- Get New and Updated Objects Polling
- Mark Triggers as deprecated:
- Improve Custom fields serializers
- Improve JsonSchema generator (added enums for BasicSearch Type)