Here we are trying to export the customers from Netsuite to Shopify by using Celigo Integrator.io platform. Description First Login to the Celigo Integrator.io Platform and create a integration by clicking the “Create Integration” in the top right and name the integration. It will open a new screen as below when we click save &… Continue reading Sync Customers from Netsuite to Shopify
Month: January 2022
Define all Intercompany preferences
Scenario Unable to define all the intercompany preferences since it’s not available after enabling the Automated Intercompany Management feature. Solution If you enable Intercompany Framework feature along with Automated Intercompany Management feature, the Intercompany Preferences page adds four more subtabs which is required in defining the intercompany preferences. Whereas, when you use only the Automated Intercompany… Continue reading Define all Intercompany preferences
Registration Form Customizing in Site Builder
You can use custom entity fields in your website to collect additional information from your customers during registration. When shoppers register, the information they enter shows up in the customer record created in NetSuite. Solution : Go to Customization > Lists, Records, & Fields > Entity Fields > New. In the Label field, enter a name for the custom… Continue reading Registration Form Customizing in Site Builder
Create Lead Record on registration from website.
Jira code:EN-864 Create a lead record in netsuite after registration from website. Created a new page “International” using extension. After submitting the form, the lead record will be created in Netsuite with entered data and category as Dealer. Entry ponit file: view file: Router.js model.js Suitescript: Model file: Service contoller template sass
Th Client is facing an issue in the fulfillment page
The Cross subsidiary feature enabled in the account client is facing an issue in the fulfillment page “Not applicable cross subsidiary rule ship item’’. The error due to While creating the shipping item in the NetSuite account there is an option to specify the subsidiary. Select the required subsidiary from the list. So getting an… Continue reading Th Client is facing an issue in the fulfillment page
Inventory Available in all Locations
Creation of LocationSetup > Company > Locations > New Check Make inventory available Save
Displaying Commerce category custom field data on Website
In normal cases, we can get the custom field data of the commerce category from the configuration record but sometimes it will not work. But we can load record from NetSuite using suit e-commerce and get value from there and display it on website
Check An email is existing in netsuite at the time of registration
We have to check whether an email is existing in netsuite , when a user register in website at the time of registration.For that a suitelet is using.The return value from suitelet is using to check whether the email is existing or not. suitelet: suitescript model file:
Svelte stores
Svelte stores are a great tool to handle your app state when components need to talk to each other without passing props around too much. You must first import writable from svelte/store: and create a store variable using the writable() function, passing the default value as the first argument: This can be put into a separate file which you can… Continue reading Svelte stores
KPI Customization
JIRA: PCIC-744 Scenario: Client wants to see the additional column( $$ changes) on the standard KPI of dashboard. Solution: We are unable to add a $$increase column to the dashboard’s KPI. So We have to create new saved search for the similar to the KPI and should have to set up the custom search portlet… Continue reading KPI Customization