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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
Unable to access CustomRecordType through REST API
I am trying to access CustomRecordType through REST API and keep getting a "Record type 'customRecordType' does not exist" message.
API Call:
I've also tried to use SuiteQL doing this with similar results:
URL: https://$accountID.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql
"q": "SELECT * FROM customrecordType"
{"detail":"Invalid search query. Detailed| unprocessed description follows. Search error occurred: Record 'customrecordType' was not found.","o:errorQueryParam":"q","o:errorCode":"INVALID_PARAMETER"}
How do I get records in the customRecordType table?
Thanks.
0