Solution Cloud Storage API reference: Cloud Storage JSON API overview | Google Cloud Create Bucket to insert an object (file) : Buckets: insert | Cloud Storage | Google Cloud Buckets can also be created through cloud console UI: Create buckets | Cloud Storage | Google Cloud The files can be transferred through objects : Objects:… Continue reading Google Cloud Storage API Reference
Author: Hari Krishnan
Create a Cash Refund In Big Commerce from NetSuite through API
Solution Below code shows creating a cash refund in Big Commerce if the related order exists in Big Commerce Related KBs of Big Commerce Integration: https://jobinandjismi.in/get-customers-from-big-commerce-through-api/https://jobinandjismi.in/update-item-base-price-netsuite-to-big-commerce/
Update Item Base Price NetSuite to Big Commerce
Below code defines if the base price is updated for an item in NetSuite, the same will get updated in Big Commerce. Script: User event Below functions defines to sent get requests to big commerce
Get Customers from Big Commerce through API
Below Code is defined to get the customers from Big Commerce and create them in NetSuite if not exists Script: Map-Reduce
Work Order Picking List PDF Solution
We will add a custom button ‘WO Picking List’ to generate the WO Picking List on the work order record. The Header field data will be fetched from the body fields and the table data will be of the item table of the work order record. Deliverables Create a custom ‘WO Picking List’ button on… Continue reading Work Order Picking List PDF Solution
Adding Address Values to record using Dynamic mode
Solution Sample code shows adding address values to a customer record
Macro Functions to Sorting values, Copy Values from one sheet to another
Solution Here ‘Input’ refers to main sheet and the values from ‘Input’ is copied to ‘Output’. sorting2 – macro function to sort Shoppee_Run() – A new sheet is created on running macros, copy values from one another, erase the new sheet on every ‘Run’ of macros. Also it creates as a csv file.
Proposal for Integrating NetSuite and Google Cloud Storage
Proposal Summary This proposal covers the the integration of Netsuite and Google Cloud Storage to send the report data from Netsuite to Google Cloud Storage. Requirements Client needs to fetch the NetSuite report data and sent it to the Google Cloud Storage. Solution The standard NetSuite report has limitations on customizations. So, we will create… Continue reading Proposal for Integrating NetSuite and Google Cloud Storage
Netsuite Integration with Google Drive
Solution Google Drives can be integrated into NetSuite using their API. Overview Configure your Google Cloud project and app: During development, you register your app in the Google Cloud console, defining authorization scopes and access credentials to authenticate your app with an API key, end user credential, or service account credential. Authenticate your app for… Continue reading Netsuite Integration with Google Drive
Purchase Order Acknowledgement through a link in the email
Solution A Netsuite Email template using HTML. This is being send as email body on PO. When link is clicked, suitelet is called to perform the action. Suitelet Code