Goto : Setup> marketing > online customer form Add the title and also the template. Add all the fields that is needed to be displayed in the template in the netsuite and save To add the template to netsuite, goto documents> templates>marketing templates. Create an online form template. Add the html file
Author: Nitsa Mathews
Workflow-Order confirmation email for 3 domains
A workflow is needed to email at the order confirmation based on the domain. ie, different templates should be used for different domains. customization>workflow>workflows. Create a state and also add when to be triggered , event types context etc For the state add actions On each actions set the conditions. As we have to check… Continue reading Workflow-Order confirmation email for 3 domains
A Payment processing profile that can be used in USA, New Zealand and Australia
There are many Payment Processing Profiles that can be used in NetSuite and support your mentioned countries: USA, Australia, and New Zealand. For example: Cybersource Payment platform and fraud management | Cybersource Merchant e-Solutions MerchantE Adyen Adyen | The platform to help your business grow Worldpay Payment Processing | Worldpay from FIS There may be… Continue reading A Payment processing profile that can be used in USA, New Zealand and Australia
Custom SSP (Impact changes error due to custom ssp)
We had created a custom ssp for the Suite commerece standard and when we tried to activate the theme and extensions, it was showing impact changes error {“type”:”error.SuiteScriptError”,”name”:”8727″,”message”:”This record cannot be deleted because it has dependent records.”,”stack”:[“createError(N/error)”],”cause”:{“message”:”This record cannot be deleted because it has dependent records.”,”stack”:[“createError(N/error)”,”(/SuiteBundles/Bundle 390093/ExtensionMechanism.Server/Services/FileApiSS2.js:246)”,”E(/SuiteBundles/Bundle 390093/third_parties/underscore.js:6)”,”deleteFiles(/SuiteBundles/Bundle 390093/ExtensionMechanism.Server/Services/FileApiSS2.js:244)”,”moveFiles(/SuiteBundles/Bundle 390093/ExtensionMechanism.Server/Services/FileApiSS2.js:253)”,”reduce(/SuiteBundles/Bundle 390093/ExtensionMechanism.Server/JobToProcess/ImpactChangesMapReduce.js:450)”],”name”:”8727″},”id”:””,”notifyOff”:false,”userFacing”:true} SuiteCommerce Standard are the… Continue reading Custom SSP (Impact changes error due to custom ssp)
Setup initial Fieldset using script
We can setup the initial field set using script. Steps: 1.Copy the below script and change the site id of the particular website. var siteID = 99999 // change to the site id you want to use, has_product_reviews = true, has_store_pickup = false , siteRecord = nlapiLoadRecord(‘website’, siteID); siteRecord.selectNewLineItem(‘fieldset’);siteRecord.setCurrentLineItemValue(‘fieldset’, ‘fieldsetname’, ‘Search’);siteRecord.setCurrentLineItemValue(‘fieldset’, ‘fieldsetid’, ‘search’);siteRecord.setCurrentLineItemValue(‘fieldset’, ‘fieldsetrecordtype’, ‘ITEM’);var… Continue reading Setup initial Fieldset using script
Items not displayed in the webstore before logging in
This issue can occur, if the display in webstore is not checked for the item record. The next possible reason is , if the subsidiary given in the item record and website record are not same. The other reason can be because of the Personalized catalog view. If this setup is done, there may be… Continue reading Items not displayed in the webstore before logging in
Price not shown in website
This issue can be due to the personalized catalog views. We can customize the catalog view according to the customer.This will totally depend on how we customize it. Commerce > Marketing > Customer Segments Manager