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