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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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