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.
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