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