2.3.3.3 integration for NetSuite
The ONESOURCE Indirect Tax Integration for NetSuite 2.3.3.3 is a patch release containing 3 minor fixes.
Supported source system versions
- NetSuite OneWorld and ERP
- Built for NetSuite (BFN) validated
Technical changes
Issue: Customers are getting an INVALID_HIDE_IN_BUNDLE_PREFERENCE_SET_FOR_REFERENCED_LIBRARY_FILE" error when trying to complete transactions.
Customers encountered an "INVALID_HIDE_IN_BUNDLE_PREFERENCE_SET_FOR_REFERENCED_LIBRARY_FILE" error when completing transactions. The script referenced a file named "SuiteBundles/Bundle 245590/v2/Modules/IDT.ConfigurationReader.Module.js" with the
Hide in SuiteBundle
preference enabled. Since this preference is invalid for files referenced by a client script, customers resolved the issue by disabling the Hide in SuiteBundle
preference for the referenced file in the File Cabinet.To fix this issue, we’ve addressed the following points:
- The 'INVALID_HIDE_IN_BUNDLE_PREFERENCE_SET_FOR_REFERENCED_LIBRARY_FILE' error, which was preventing customers from completing transactions, has been resolved. We turned off theHide in SuiteBundlepreference for the referenced file 'SuiteBundles/Bundle 245590/v2/Modules/IDT.ConfigurationReader.Module.js' in the File Cabinet, as this preference is not valid for files referenced by a client script.
- We also fixed the IDT.ConfigurationReader.Module.js script.