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!
Password Reset
Hi there,
Does anyone know if it is possible to reset an employees password through SuiteScript or Web Services?
I have tried using Suitescript with the following code but no luck:-
var fields = new Array();
fields[0] = "password";
fields[1] = "password2";
var values = new Array();
values[0] = "password1";
values[1] = "password1";
nlapiSubmitField("employee", 519334, fields, values)