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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Custom Lists with PHP
I'm probably doing something stupid, but I'm not smart enough to know it.
Here's the deal. Selling keychains with pre-printed names on them. The names are in a text file. There's a lot of them. I want to import them into a custom list and use the custom list as a matrix option.
You can't do an import on custom lists, so I'm writing a little PHP web services function to stick the names into the custom list. The custom list already exists (internal ID 40).
I get an error when I submit this:
[INDENT]PHP Fatal error: Uncaught SoapFault exception: [soapenv:Server.userException] org.xml.sax.SAXException: {urn:core_2010_1.platform.webservices.netsuite.com}Record is an abstract type and cannot be instantiated in /home/wrigleyville/webservices/webservices/2010/PHPtoolkit.php:1638
Here's the deal. Selling keychains with pre-printed names on them. The names are in a text file. There's a lot of them. I want to import them into a custom list and use the custom list as a matrix option.
You can't do an import on custom lists, so I'm writing a little PHP web services function to stick the names into the custom list. The custom list already exists (internal ID 40).
I get an error when I submit this:
[INDENT]PHP Fatal error: Uncaught SoapFault exception: [soapenv:Server.userException] org.xml.sax.SAXException: {urn:core_2010_1.platform.webservices.netsuite.com}Record is an abstract type and cannot be instantiated in /home/wrigleyville/webservices/webservices/2010/PHPtoolkit.php:1638
0