Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
db_query aborting after nsClient->search call
I have a PHP script on our Drupal site that references our Netsuite instance to read and write data. It uses login_info.php, directory_v2009.2.php, and a shell PHP file called netsuitesync.module that has been customized to write and sync data.
I am having a weird issue where part of my code has started erroring out as soon as it encounters any db_query command after it calls nsClient->search($customSearch), where $customSearch is a CustomRecordSearchBasic object. It's always worked fine, but we recently made some major changes to the custom records in question, adding many new records (we've gone from about 250 to nearly 1000) and adding many new fields.
0