While not strictly necessary, it is recommended to setup a thumbnails folder in NetSuite. This lets you generate an image preview for a file in NetSuite.
To successfully upload thumbnails to NetSuite, you need the following:
- OAuth
clientId
andclientSecret
(aka consumer key and consumer secret) - A
scriptId
- A
folderId
- A variable to assign the
fileId
to
Steps involved in setting up NetSuite:
- Setup OAuth - gives you permissions to upload files +
clientId
andclientSecret
- Setup restlet for uploading thumbnails (SuiteApi) - gives you the
scriptId
- Setup an upload folder - gives you the
folderId
With the copied URL in the previous step, and the folderId
and scriptId
in hand, it's time to setup the datasource in SharpSync.
In SharpSync add a new data source > NetSuite.
There are 2 configuration sections for each Data Source
- Authentication
- Configuration
Check out Authentication + Configuration for instructions.