Issue with Netsuite Get Snap
Hi, I am trying to get customer Details from Netsuite using Netsuite Get snap, but the snap is routing documents to both Error and output views, is there any issue with the snap or Am I doing anything wrong, Previously it used to work correctly, started facing this issue from today. Input to Netsuite Get : Error View: output View:6.9KViews0likes11CommentsUsing NetSuite Snap to fetch all the records from NetSuite
I am trying to get all the records for given object for e.g. vendors from NetSuite and store that information in MySQL DB. I tried to use NetSuite Get Snap but it requires use to pass the internal id and type of the object which we are trying to get and store in the MySQL DB in the first place. How can get all the records of different objects from NetSuite? in NetSuite update, we have dropdown for Object from where we can select different type of objects. Why don’t we have same dropdown in NetSuite Get Snap to get all the records for that objects?6.8KViews0likes7CommentsDoes NS Search Snap call getList action internally?
Hello, Hope you are doing good. We are using NS Search, NS Update, NS Get, and NS Upsert Snaps in most of our integrations. We would like to know if any one of the above snaps uses getList action? When we verify the logs we are always seeing an extra connection or connections were made to NS with the action as “getList” even though we are not explicitly using the NS GetList Snap. Can someone help me here on why there are extra connections are being made to NS? Below is the screenshot for reference We are mostly seeing this extra connectivity along with the Search action. Let me know if you need more information. Thanks in advance3.8KViews0likes8CommentsNetSuite Attach Operation
We are building a pipeline where we create a vendor record in NetSuite using NetSuite Create Snap. We also have some attachments related to vendor that we would like to attach to the vendor when it is created in NetSuite using NetSuite Snaps. Based on NetSuite Doucment, we have attach method that we can use to attach file to vendor record. We can upload a file in NetSuite File Cabinet using NetSuite Create Snap and selecting File record. But I do not see this attach option in NetSuite Snap anywhere. How do I send the attachment details in NetSuite while creating a record? Or how do I link the attachment to record once it is uploaded in File Cabinet using available NetSuite Snaps?3.7KViews0likes4CommentsMove Salesforce Opportunity to NetSuite Sales Order
Created by @dshen This pipeline pattern will take a closed Salesforce opportunity and create a Sales Order in NetSuite, and then update Salesforce with the NetSuite ID. Configuration The pipeline will take a closed Salesforce opportunity ID as the pipeline parameter. The pipeline will assume the Salesforce product and NetSuite item has been synchronized, and the NetSuite item internal ID is stored in each Salesforce product. The pipeline will create a new NetSuite customer if the Salesforce Opportunity Account is not already created. The pipeline will create the NetSuite Sales Order based on the approved Opportunity Quote. Each Salesforce Quote Line Item will create a NetSuite SalesOrder Line Item. Sources: Salesforce Opportunity, Account, Quote, Quote Line Items Targets: NetSuite Customer, Sales Order Snaps used: Salesforce SOQL, NetSuite Create, Salesforce Update, Mapper, Router, Join, Group By Fields, JSON Splitter Downloads SFDC Opportunity to NS SalesOrder.slp (36.8 KB)3.4KViews0likes0CommentsRead data from Salesforce, transform the data, then load it into NetSuite and Reltio
Created by @sreddi This pipeline pattern reads data from Salesforce, transforms the data, and loads data into multiple targets like NetSuite and Reltio. Configuration Users can adjust which endpoints to upload the data into by replacing the NetSuite and Reltio Snaps with the preferred application. Salesforce Read Mapper Snap NetSuite Create Reltio Create Sources: Salesforce Opportunity Targets: NetSuite - Salesorder, Reltio - entities Snaps used: Salesforce Read, Mapper, NetSuite Create, Copy, JSON Formatter, File Writer, Reltio Create Downloads Reading Data from Salesforce and write into NetSuite and Reltio Snaps.slp (12.5 KB)3.2KViews0likes0CommentsDoes NS Search Snap takes the date paramter as the criteria along with the saved search id?
Hello, We have a requirement for which we need to get the data using the NS Saved search. We have the savedSearchScriptId with us and we are passing this id to the NS Search Snap. We have enabled body fields, advanced fields and etc. The NS Search Snap is working as expected and producing the output as expected. Say for example, we have got 348 records when we run the NS Search pipeline. But out of there 348 reocrds we need only the records that are modified recently. So is there any way that I can pass the date parameter along with the search id to the NS Search snap so that the Snap takes the date and search id as the input parameters and produces the output that is matching the date parameter? This is kind of having a WHERE condition on the saved search. Help is appreciated. Thanks in advance2.8KViews0likes3CommentsNetSuite Case to ServiceNow Incident
Created by @tlui This pipeline looks for NetSuite Cases in past 24 hours and brings them to ServiceNow. The pipeline attempts to bring the email of the NetSuite user but if none is found, it is defaulted for ServiceNow. Customers may want to use the NetSuite Contact to ServiceNow User pattern in conjunction with this to ensure ServiceNow Users exist for a corresponding NetSuite Contact. Configuration This pattern was created using NetSuite WSDL: 2018, Release 1 and ServiceNow London Version. The NetSuite query range may be configured. The head within the pipeline may be configured or removed to allow for a larger number of records through once the pattern is fully tested. Sources: NetSuite Issue Targets: ServiceNow Incident Snaps used: NetSuite Search, Mapper, JSON Splitter, Head, Copy, NetSuite Get, Join, ServiceNow Insert Downloads NetSuite Case to ServiceNow Incident.slp (19.1 KB)2.8KViews0likes0Comments