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.
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.
SuiteQL error : Record 'companyaddressbook' was not found.
I'm using this SQL query
select ab.internalid as address_book_id, ab.label address_book_label, a.addrtext as address_text
from companyaddressbook ab
join entityaddress a on a.nkey = ab.addressbookaddress
where ab.entity = {cust_id}
order by ab.defaultshipping desc, ab.label
which was working fine previously. But after the new release 2026.1, it is not working and getting below error,
Search error occurred: Record 'companyaddressbook' was not found.
0