/** * @NApiVersion 2.x * @NScriptType fiParserPlugin */ define([‘N/query’, ‘N/url’], function (query, url) { function parseData(context) { log.debug(“data parser”); var configuration = context.pluginConfiguration.getConfigurationFieldValue({ fieldName: “configuration_id” }); var… Continue reading Sample financial Institution Plugin
Month: May 2024
Update Fields on Current Record using a Custom Module Script and a User Event Script
The following sample is a custom module client script named clientDemo.js. This script updates fields on the current record. After you upload the clientDemo.js script file to a NetSuite account, it can be called by other scripts. /** * @NApiVersion 2.1 */ define([‘N/currentRecord’], currentRecord => { return ({ test_set_getValue:… Continue reading Update Fields on Current Record using a Custom Module Script and a User Event Script
Filter the Item sublist on your Sales Orders?
You want to limit the selection in your Items sublist on your Sales Orders. Since the item selection are way too many as seen below: Create the Saved Search: Navigate to Reports > Saved Searches > All Saved Searches > New On the New Saved Search page, click on Item On the Saved Item Search page, set the fields below: Search… Continue reading Filter the Item sublist on your Sales Orders?
Required permissions for user role in Salesforce
Each Salesforce user will only be able to access the Salesforce record types for which adequate permissions have been granted to the associated user role. Not having adequate role permissions could lead to unwanted errors when executing the data flows. Use the following steps to provide required permissions to a user in Salesforce: Login to… Continue reading Required permissions for user role in Salesforce
Steps to get access token using integration with OAuth 2.0(Authorization code grand)
Open the URL in the browser: https://{accountId}.app.netsuite.com/app/login/oauth2/authorize.nl?scope=restlets+rest_webservices&redirect_uri={redirect_uri}&response_type=code&client_id={client_id}&state=state_passthrough_parameter_value&access_type=offline Click on Continue. It will redirect to URL. Copy the value of URL parameter code. Use code to fetch refresh token Endpoint: https://{account_id}.suitetalk.api.netsuite.com/services/rest/auth/oauth2/v1/token Provide the code, redirect URI and grand_type on the request body. API call and fetch refresh token Use this refresh token to generate access token.… Continue reading Steps to get access token using integration with OAuth 2.0(Authorization code grand)
Salesforce-NetSuite IA (IO)
Problem: One thing I’ve wished wasn’t the case with the Integration Apps is all of the greyed-out options. In this case, I found a solution to my issue if I had access to the inbound/outbound filters, but I don’t in the IA because it is greyed out. The other issue, in this case, is the… Continue reading Salesforce-NetSuite IA (IO)
Show stock notifcation label based on particular location
The stock notification labels on the website are normally displayed based on the available quantities in all locations. We can simply show the stock labels based on a particular location. For that, we need to make only the required location available on the website. There is a checkbox named “MAKE INVENTORY AVAILABLE IN THE WEB… Continue reading Show stock notifcation label based on particular location
HOW TO: Generate NetSuite sales orders from Salesforce opportunities for only certain product families
To filter which opportunities generate sales orders: In Salesforce, open the Real Time Sync for the opportunity. Under the Related SObject Syncs section, search each SObject Sync for the OpportunityLineItem Open that OpportunityLineItem. In the Filter field, specify your filter. Here is an example for Product Group is not recurring
Using Javascript in Filter – Celigo
On the left pane, you can navigate to Scripts by way of “Resources -> Scripts”. Then on the Scripts page, you can create a new script, then choose insert function stub “filter”. When you have created and saved the filter, you can choose this filter script when you are defining filter using javascript option. Here… Continue reading Using Javascript in Filter – Celigo
Building Trust and Credibility in Cloud ERP Sales: Case Studies and Success Stories
Introduction In the competitive landscape of cloud ERP sales, building trust and credibility with potential clients is paramount. One of the most effective ways to achieve this is through showcasing case studies and success stories. Real-world examples of how cloud ERP solutions have transformed businesses can provide powerful evidence of their value and reliability. This… Continue reading Building Trust and Credibility in Cloud ERP Sales: Case Studies and Success Stories