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!
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.