-
Is there a way using SuiteScript to check whether a plugin is enabled?
Hi all, Is there a way using SuiteScript to check whether a plugin is enabled or not from Customization>Plugins>Manage Plugins?
-
How to resolve the Custom Process Import Failed via WMS?
Hi, I've been working on a customisation to the SCM mobile application which is working in our client's sandbox account. It's an update to the singleOrder_salesOrder_Picking process. I now need to get this process up and running in the production account. The export appears to work fine and produces a appConfig.js file.…
-
External Checkout - Payment Method
When we try to create a new Payment Method. Accounting > Accounting Lists > New Choose Payment Method We only have three options available under "TYPE" Offline Payment Card Payment Card Token The trouble is we require "External Checkout". There seems to be something stopping this on our account but we are unable to…
-
How to save/store a CSV email attachment in the File Cabinet using Email Capture Plugin
Below is the code but it still does not work. Any help or pointers would be appreciated.. Trying to detach email csv attachment and store it in a folder in the File Cabinet. Once that is accomplished we can use the CSVImport function to upload into NS. function createAndSaveFile(file,fileName,fileContents){ var fileObj =…