We can easily create basic JIRA filters in JQL(JIRA Query Language) for using in JIRA API requests.For this we have to navigate to “Filters >Advanced Issue Search” page in JIRA after logging in. Here we can see all the tasks the user has view access to. We can filter out the tasks based on criteria… Continue reading How to create JIRA task filters in JQL using JIRA
Category: NS Integration
All articles / code related to Netsuite integration
Setup connection between HubSpot & NetSuite
//info: VCPL-15 Initially, you have to create an account in Hubspot.Then, Install Netsuite from App Marketplace. Make sure that you enable Soap web services, REST web services, Token-based authentication, Server Suitescript in NS Enable features section. Install HubSpot Sync Bundle from Customization > SuiteBundler > Search & Install Bundles. Assign HubSpot Sync role from Lists > Employees > Employees > Search Role >… Continue reading Setup connection between HubSpot & NetSuite
Generate a PDF file for a transaction record in a suitelet.
Create an xml file of the printing template.Store it in file cabinet /** * @description function for rendering pdf file * @param {filePath} specify the file path for the xml file for pdf template(/suitescript/template/…/name.xml) * @param {recType} specify the record type (salesorder/estimate/invoice….) * @param {Id} internal Id of the record to be printed. */ function… Continue reading Generate a PDF file for a transaction record in a suitelet.
Create a connection with an FTP server
Solution We need a username, host key, password GUID, and URL of the FTP server to create a connection with Netsuite and FTP. Generate host key and Password GUID using this Suitelet below http://jobinandjismi.in/generating-passwordguid-and-hostkey-for-connecting-external-servers-via-suitelet/ See an example below
Proposal For Maze – Stock Feed Integration
This proposal covers the details of Maze – stock feed integration. This proposal also covers the engagement scope of Jobin and Jismi It Services LLP, as official implementation partner Of Oracle NetSuite. Proposal summary This proposal details how the integration between Maze-Stock Feed is handled and also the proposed plan of the integration. Requirement … Continue reading Proposal For Maze – Stock Feed Integration
Introduction to Postman
Postman is a standalone software testing API (Application Programming Interface) platform to build, test, design, modify, and document APIs. It is a simple Graphic User Interface for sending and viewing HTTP requests and responses. While using Postman, for testing purposes, one doesn’t need to write any HTTP client network code. Instead, we build test suites… Continue reading Introduction to Postman
NetSuite Analytics Warehouse
With NetSuite Analytics Warehouse, you can broaden the analyses of your NetSuite data beyond what is currently available in SuiteAnalytics Workbook. The Analytics Warehouse enables businesses to analyze historical data from multiple sources and determine how to improve their business. When enabled, you can begin transferring your data to the Analytics Warehouse. You can then… Continue reading NetSuite Analytics Warehouse
Proposal for Punchout2Go Integration
Description We’re in the process of getting setup with a punchout and EDI provider Punchout2Go, and need to set up an integration to receive order files into Netsuite and create a sales order. Solution Proposal summary This proposal describes the process of creating Sales orders in Netsuite by receiving order files from EDI Provider Punchout2Go… Continue reading Proposal for Punchout2Go Integration
Merging Accounts (COA)
Merging accounts enables you to combine all the information and transactions from one account into another. Important: Merging bank and credit card accounts automatically un-reconciles the reconciled transactions in the Merge From account. You must re-reconcile these transactions in the register of the Merge To account. You can merge one account into another if they… Continue reading Merging Accounts (COA)
CHALLENGES IN MASTER DATA IMPORTING
1. File size One of the most common CSV import errors is that the file is simply too large. That can be caused by too many fields or records in the file, too many columns, or too many rows. The import error can be caused by limits set by the program using the file or… Continue reading CHALLENGES IN MASTER DATA IMPORTING