Steps to do integration between NetSuite and Numerik: Create Integration Record in NetSuite Generate certificates using command: openssl req -new -x509 -newkey rsa:4096 -keyout private.pem -sigopt rsa_padding_mode:pss -sha256 -sigopt rsa_pss_saltlen:64 -out public.pem -nodes -days 730 Create OAUTH 2.0 CLIENT (M2M) in Netsuite and copy certificate ID Under Embedded Integrations, create new Integration App in Numerik In… Continue reading NetSuite – Numerik Integration
Tag: Numerik
Push Credit Memo data to numerik
SCENARIO: On creating credit memo in netsuite, if the subsidiary is Canada, the credit memo data is pushed to numerik Credit memo data should be neagtive If corresponding customer is not is numerik, the customer is also pushed to numerik /** * @NApiVersion 2.1 * @NScriptType UserEventScript */ /******************************************************************************* * Date : 19 July 2021… Continue reading Push Credit Memo data to numerik
Push Invoice data to numerik
Script summarizes on pushing the invoice data to numerik /** * @NApiVersion 2.1 * @NScriptType UserEventScript */ /****************************************************************************** * Date : 19 July 2021 * * Author: Jobin & Jismi IT Services LLP * Script Description : Pushing invoice datas to numerik * ****************************************************************************** * DEPLOYMENT :INVOICE * This script summarises on pushing invoice datas… Continue reading Push Invoice data to numerik
Push Item Fulfilment data to numerik
Pushing SO when deleting the item fulfillment /** * @NApiVersion 2.1 * @NScriptType UserEventScript */ /****************************************************************************** * Date : 19 July 2021 * * Author: Jobin & Jismi IT Services LLP * Script Description : Pushing SO when deleting the itemfulfillment * ****************************************************************************** * DEPLOYMENT : ITEMFULFILLMENT * This script summarises on pushing SO when… Continue reading Push Item Fulfilment data to numerik
Push Sales Order Data to Numerik
Solution The below script summarizes on sending sales order data to numerik if the status is in pending fulfilment /** * @NApiVersion 2.1 * @NScriptType UserEventScript */ /****************************************************************************** * Date : 19 July 2021 * * Author: Jobin & Jismi IT Services LLP * Script Description : Pushing sales data to numerik if So status… Continue reading Push Sales Order Data to Numerik
Numerik integration proposal
Netsuite-Numerik Integration
Sales Data