I’ve built a NetSuite customization that enables the “syncing” of records to a Tulip Table based on NetSuite side events through the Table API.
Despite the fact that it does take some SuiteScript knowledge to set up, the thing that makes this customization useful is that you don’t need to do any additional coding after the fact to continue to introduce new fields from the NetSuite records.
When you need to add fields to the Tulip Table, you can do it entirely from the Tulip Table.
Very interesting! I’m curious about how you utilize the description for the integration Is it as straight forward as use the api to grab all the columns, and have the description contain the field to map to?
That’s the gist of it! There are some other considerations we’ve handled regarding data types and search vs record context field ids.
We’ve had this running for several years now in multiple accounts and had the opportunities to work out most of the “gotchas” that always come with NetSuite customization