JSJared Staggersinsuitesimplicity.hashnode.dev·Aug 31, 2024 · 2 min readHow to Setup a NetSuite Bank Feed with YodleeI do not recommend using NetSuite's default connector Yodlee as it breaks often. You can view additional options here. Navigate to 'Setup > Accounting > Financial Institution > List' to see a list of existing financial institutions. Check 'Show Ina...00
JSJared Staggersinsuitesimplicity.hashnode.dev·May 28, 2024 · 10 min readCeligo Integrator.io Study Guide | Level 1: Platform FundamentalsThis study guide is compiled directly from Celigo's integrator.io level 1 training course and contains all the necessary information for passing the first exam. Definitions: Flow: moving data from one point to another. A flow has at least two endpo...00
JSJared Staggersinsuitesimplicity.hashnode.dev·Oct 17, 2023 · 1 min readValidating UPCs with SuiteScript in NetSuiteNetSuite's out-of-the-box UPC field (id 'upcode') is a free text field that allows up to 999 characters. For my use case, I only want the UPC field to be blank or contain 12 digits on inventory items and assembly items. This can probably be achieved ...00
JSJared Staggersinsuitesimplicity.hashnode.dev·Sep 7, 2023 · 1 min readMass Delete Records in NetSuiteIntroduction Everyone makes mistakes sometimes, even in NetSuite. Here's how to clean up a big mistake if you create too many records or transactions. Process 1. Enable 'Setup' > 'Company' > 'Enable Features' > 'Company Subtab' > 'Data Management' > ...00
JSJared Staggersinsuitesimplicity.hashnode.dev·Aug 30, 2023 · 1 min readQuickly Split Large CSV into Multiple Files for NetSuite ImportIntroduction NetSuite's CSV import feature is extremely powerful for creating records in bulk. However, there is a 10,000 line-item limit per CSV. This limitation can be overcome by separating larger CSVs into smaller files and running them individua...00