If you want to archive and back up the files in your NetSuite File Cabinet to Google Drive, you can easily achieve this with a custom-built archiving application. In this article, I’ll outline the steps that you can take to build your own application written in your preferred programming language. If you’d rather skip the […]
Jira and file attachments Jira allows you to upload file attachments and link them to an issue. In addition, you can also copy and paste file attachments into the description field and into comments. These become attachments in the issue but you also get a preview of the attachment inside the description or comment. This […]
A service account is a special kind of Google account used by an app, rather than a person, to authenticate and access Google APIs. If you want to build a server-side integration with no UI and where there is no user auth process, you can use a service account. To create a service account, follow […]
To connect to the Jira API, you need to use an API token. Follow this process to create these tokens. Log into your Jira account by going to you homepage which will be something like this: https://XXXXXX.atlassian.net/ . Go to https://id.atlassian.com/manage-profile/security/api-tokens . Click ‘Create API token’. A dialog will appear. Type in a label for […]
Follow these instructions to enable the Google Drive API so that you can access Google Drive resources from your code. Go to: https://console.cloud.google.com/ Choose your project. If the APIs & services page isn’t already open, open the console left side menu and select APIs & services. Select Enabled APIs and services Click ‘+ Enable APIs […]
Why Connect PayPal to NetSuite? If you are operating in the e-commerce space, having all your systems integrated and speaking to one another is crucial for your overall productivity, operational efficiency, and improved customer experience. If you are a business that uses NetSuite; that is involved in e-commerce, digital goods, or subscription services; and you […]
SuiteTalk, NetSuite’s web services integration platform, comprises two key components: the older SuiteTalk SOAP Web Services Platform and the newer SuiteTalk REST Web Services API. These components provide developers with the necessary tools to integrate NetSuite seamlessly with external systems and applications, enabling businesses to streamline processes, automate workflows, and enhance collaboration. SuiteTalk SOAP Web […]
In today’s increasingly digital business operations, companies deploy an array of applications to manage different aspects of their operations – CRMs for customer relationships, e-commerce platforms for online sales, billing systems for charging customers, and typically an ERP (Enterprise Resource Planning) system to serve as the master database for all this business and financial data. […]