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. […]
Import mapping defines how your source data relates to your import destination record data. During mapping, lookup in the field mapping settings is used to retrieve additional data from the same destination system. In field-to-field mapping, you can add lookups from the settings. But, when you are using HTTP Request Body to map your data, […]
Microsoft Sql Server : Its a relational database management system developed by Microsoft.It is a software product with the primary functions of storing and retrieving data as requested by other software applications. Export Data From Microsoft Sql Server A new window will pop up. Import Data to Microsoft Sql Server OR A new window appears. One to […]
Filtering in Celigo flows is of two types. To add filters on a flow step The symbol with the arrow exiting shows the output filter and the arrow entering shows the input filter Now you can see the page where you can add your filter conditions This page contains 3 parts: Note: The output section […]
Netsuite’s Invoice Groups feature enables grouping of invoices for customers. This feature allows for the creation of several Invoice Groups per customer. Applying payments to an Invoice Group is made easier by this functionality. All of the invoices in an Invoice Group are affected when a payment is applied to that group of invoices. Netsuite […]
Custom address forms can be used to support address format localization for international customers, and unique business requirements for all customers. A standard address form is provided for all accounts and assigned by default to all countries. Account administrators and other users with the Custom Address Form permission can create as many customized versions of […]
In simple terms, FTP is a communication protocol that enables users to share files between systems. We can do this in Netsuite using Suitescript. Following is a sample code that can be used to upload file from Netsuite to the FTP server, var fileObj = file.load({id: 271}); var FTPurl = ‘test.rebex.net’; var FTPusername = ‘demo’; […]
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 […]