Hey guys, have you received the below notification...
# suitecommerce
e
Hey guys, have you received the below notification? The fields names or records are not familiar to me and I'm not completely sure how they are related, for example WebSiteTab? Where are we suppose to look at this? For me the notification is vague. > Changes to Field Names in SiteCategory and Related Records > You’re receiving this notification because you use features in NetSuite that will be affected by changes to certain field names. These changes are part of our ongoing efforts to improve data consistency and future compatibility across NetSuite. > What’s Changing > > Effective with the NetSuite 2026.1 release, field names in the following records will be updated: > SiteCategory > KnowledgeBase > EmployeeDirectory > PublishedSavedSearch > WebSiteTab > These updates standardize names between different NetSuite interfaces, including REST, SuiteScript, and SuiteQL. The specific field name changes include: (see screenshot). > > These changes are intended to improve consistency and make it easier to work with NetSuite data and customizations moving forward. > > Complete the required actions before your account is upgraded to NetSuite 2026.1 to avoid any disruption to your Commerce website. > > Required Actions > > To ensure uninterrupted functionality of your website, complete the following steps before your account is upgraded to NetSuite 2026.1: > 1. Review your NetSuite customizations, scripts, and integrations to identify any use of the affected fields. > 2. Update any references to the old field names listed above to use the new field names. > 3. If you use SuiteQL or third-party integrations that access these records, verify they are updated accordingly. > > > If you require assistance or more information, please contact NetSuite Customer Support.
m
Most of these records are old sitebuilder records. So unless you are using sitebuilder, it probably doesn't affect your account. To make sure, search your code for references to those 5 records. I've linked relevant help articles for each, as you can check if a suiteapp or enabled feature is activated in the account as well. Note that you have to be referencing both the record and the specific fields noted to be affected. The presence of the records in your account alone does not mean you need to make updates. SiteCategory Sitebuilder feature KnowledgeBase - Enabled Feature EmployeeDirectory - SuiteApp PublishedSavedSearch - Sitebuilder feature WebSiteTab - Sitebuilder feature
thankyou 2
e
Thanks so much for this @Matt Gochee, I realized 4 of them were displayed from sitbuilder menu, only the knowledge base was not there, probably because you need to enable it. I was not aware that this record exist.