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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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