Developing a Custom GL Lines plug-in implementation

Developing a Custom GL Lines plug-in implementation

Custom GL Lines plug-in implementations in Netsuite are used to modify the GL entries for transactions. Following are the basic steps that need to be followed to develop plug-in implementation of the Custom GL Lines plug- in:

Enable Features : First, we need to enable  Custom GL Lines Plug-in and Server Suitescript features. To do this,

Setup > Company > Enable Features under Suitecloud tab enable Server SuiteScript, Custom GL Lines features by clicking on … Read the rest


Comparing Applied To Transaction and Applying Transaction In Netsuite Saved Search

Applied to Transaction and Applying Transaction are the two fields that often confuses Netsuite users while creating Transaction saved searches, yet very handy when we need to find related Transactions. Applied to Transaction fields are used to find the originated records of the current transaction whereas Applying Transactions are derived transactions from the current transaction.

For example, If you take Sales Order as the current transaction,Opportunity can be an Applied Transaction and Item Fulfillment can … Read the rest


Celigo Presave hook with Example

Hooks means its a custom code that can be used in  different stages during the execution of  flow (exports,imports), to modify the processing data.

Export stage consists of 2 hook types:

1.    Presave 

2.    Presend

PRESAVE

The presave hook works after the export completes and  before the data  is taken from the destination application.

This hook is  mainly used to format,filter,perform logics etc on the data coming from export before the data moves … Read the rest


CONNECTING WITH POPULAR SOFTWARES USING CELIGO

HubSpot

System Overview : HubSpot is a CRM platform designed to help companies market better.

HubSpot helps to make proper interactions with customers.

With Hubspot we can assign tasks to our employees and we can conduct email campaigns.

HubSpot helps to track workflows that will help to generate quality leads.

Set up a token-based Celigo-HubSpot connection:

  • From the Resources menu, select Connections. Then, click + Create connection
  • Select Hubspot From Application list.
  • Name the connection
Read the rest

NetSuite CSV Import

Basics

CSV import is the most commonly used method for transferring small to medium-sized data sets from other applications into NetSuite. The CSV import process saves time and prevents errors, by submitting data in a CSV (comma-separated value) file. This data can add or update many records at one time, avoiding the need for manual data entry.

Important Things to take care while preparing csv file for data import

  1. Always take the export file of
Read the rest

NetSuite supporting business throughout the course of this pandemic

While everyone across the world continues to navigate the uncertainty of COVID-19, Oracle NetSuite is committed to supporting your business throughout the course of this pandemic and to provide continuity of service at all times. In the time of pandemic there are certain technologies which are helping people and organizations running their business seamlessly without any barrier and restrictions.

In this difficult time we realize that the potential of best technology. In this blog I … Read the rest


In User Event Script passing a variable as a function parameter to a referenced Client Script.

Problem Statement

In this tutorial of netsuite training from your netsuite solution provider we are showing two scripts interaction with each other. There was a Customer working in the sales order customization, wants to pass a value from their User Event script to a referenced Client Script so that it can be used for further processing within the Client Script. The Client Script will be triggered by a button that was created by the User … Read the rest


N/Runtime Module in NetSuite

In this tutorial of netsuite solution provider we are telling about the N/Runtime module of SuiteScript 2.0 and its usage. Firstly Load the runtime module when you want to view runtime settings for the script, the session, or the user. You can also use this module to set a session key and to see whether a particular feature is enabled in your account.

Feel free to reach out netsuite solution provider, for  netsuite implementationRead the rest


Join using SuiteScript 2.0 and ‘N/search’ Module

N/search

Load the search module to create and run on-demand or saved searches and analyse and iterate through the search results. You can use this module to do the following:

  • Search for a single record using keywords
  • Create and save searches
  • Load and run previously saved searches
  • Search for duplicate records
  • Return a set of records that match filter criteria you define

Use Case

Suppose we have a situation where User wants to load and … Read the rest


Rest Web Services in NetSuite!!

Yes you read it right this time as your  netsuite solution provider  we want to give insights of future plan of netsuite’s new  technical turnaround. We already know many of us who are experienced in NetSuite Implementation and Netsuite integration were waiting for the REST.

As per the warning provided by oracle netsuite that REST Web Services is a beta feature. The contents of this feature are preliminary and may be changed or discontinued … Read the rest