What problem does it solve?
This Skill migrates a SuiteAnalytics Dataset from one NetSuite account to another using SDF, including the workbook-required validation workaround and customer filter adjustments needed for the dataset to return data in production.
Core Features & Use Cases
- SDF bootstrap & interactive auth setup for moving datasets between sandbox and production with expect-driven OAuth prompts.
- Dataset + translation collection import to preserve the column-label translation dependencies required by the dataset.
- Workbook-required deploy strategy using a placeholder workbook imported from the source account, then safely sed-swap references to avoid brittle hand-authored workbook XML.
- Customer-ID filter swap to prevent silent “zero rows” failures in production when datasets include per-customer entity filters.
- Post-deploy REST registration to create and link the dataset to SuiteApp using customrecord_orderful_pkg_data_src for correct 856 generation.
- Operational guardrails that help you recover from misleading “file upload error” deploy failures and verify what actually landed.
Quick Start
Tell me to migrate the dataset from sandbox to prod by SDF and register it for customer <target-customer-id>.