Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Advance Notice: Upcoming Changes to Supported APIs for Checking Custom Password Fields
This notice applies to you if one or more of your scripts use the SuiteScript 1.0 nlapiEncrypt(s, algorithm, key) API, or the SuiteScript 2.x record.getValue(options) or currentRecord.getValue(options)methods, to check the values of custom password fields. As of NetSuite 2021.2, this usage of nlapiEncrypt will no longer be supported and this usage of record.getValue and currentRecord.getValue will no longer be recommended.
NetSuite 2021.1 will introduce the following new APIs that you should use instead to check custom password field values:
- SuiteScript 1.0: nlapiCheckPasswordField(type, id, value, field, sublist, line) API
- SuiteScript 2.x: checkPasswordField(options) method in the N/crypto Module
Regards,
@Robert Nedelkow-Oracle | NetSuite Support Community Administrator
In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is specifically designed to offer them information and guidance and help them make the most out of their NetSuite journey. Click here for more details.