Hi, is it possible to use the sftp module in plugin implementation (electronic invoicing -> custom sending method)?
Followed the instructions from (SuiteScript 2.0 API Reference) and set the plugin id (restrictToScriptIds) for getting the passwordGUID, but when trying to init the connection I’m getting the error -> {"type":"error.SuiteScriptError","name":"AN_ERROR_OCCURRED_WHILE_DECRYPT_PASSWORDGUID","message":"An error occurred while decrypting a credential.”}. Just wondering if there are some restrictions regarding plugin implementation when using the sftp module? Sftp is working fine when testing with suitelets or scheduled scripts.