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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Is possible to Generate GUID at runtime without using form ?
Hello,
I need to use GUID generation in MapReduceScript scheduled to tranfer file on SFTP server.
So i need to use this function ==> var connection = sftp.createConnection({
username : "test",
passwordGuid : "test",
url : sftUrl,
port : 22,
directory : "/",
hostKey : hostKey
});
but i have this error : AN_ERROR_OCCURRED_WHILE_DECRYPT_PASSWORDGUID
I have try to use a GUID password generate in suitelet script but it's not work.
How can i generate a GUID in runtime execution without use form in suitelet script ?
Best Regards.
Mathieu.
Tagged:
0