Link Application to Domain To link your application to your domain: In NetSuite, go to Commerce > Hosting > SSP Applications. Click View next to the correct application: Implementation Application Name SuiteCommerce SuiteCommerce SuiteCommerce MyAccount SuiteCommerce SuiteCommerce Advanced SuiteCommerce Advanced – Dev xxxx(where xxxx equals the SCA version being installed) 3. Click Link to Domain to link touch points to… Continue reading Link Commerce Applications to Domain
Author: Rosemol Francis
SuiteScript Saved Search Unlimited Results
Context You are trying to create a saved search in NetSuite and are worried about the result count going beyond the 4000 limit that searchObj.run().each() imposes. Wisdom Instead of running searchObj.run().each(), use the following: Be wary of governance and performance impact of running searches on 4000+ results
Allow specific customers to be freight free
1. Go to the Customer Record > Preferences subtab > Shipping Method. 2. Pick a Shipping Method that has $0 for Shipping Cost. 3. If you don’t have a Shipping Method that has no shipping cost, you can create one through navigating to Lists > Accounting > Shipping Items > New
Massively remove items from Commerce Categories
1. Create the saved search for the Items Navigate to List > Search > Saved Searches > New Select Items Make sure to populate Search Title and ID Under Criteria: Display Web Site = Yes And under Results put in: Display Web Site Commerce Category Name (So that you will see which category the item falls in to) Click Save 2. Download the saved search to be… Continue reading Massively remove items from Commerce Categories
SuiteScript2 Services for SCA
This document will describe the basics of using SuiteScript2 in your extensions for SCA. Ensure you select the “SuiteScript2” option when running “gulp extension: create”. While you can always add the file later if needed the easiest route is to let the gulp command create it for you. An SS2 service is called when the… Continue reading SuiteScript2 Services for SCA
Tips for SuiteScript Configuration and Code
Identify Performance Issues One indicator of a performance issue is when a script takes a long time to run but does not fail, resulting in web page latency. If you notice web page latency, a script is probably doing one or more of the following tasks: Performing a large number of record operations without going… Continue reading Tips for SuiteScript Configuration and Code
Create Commerce Categories
Continuation of Install Commerce Categories Migration Tools 3. Create Commerce Categories The Commerce Category Import tool lets you import the CSV file generated by the Site Category Export tool. The import tool uses data from the exported CSV file to create Commerce Categories. The Commerce Category Import tool performs the following actions: Creates a new… Continue reading Create Commerce Categories
Export Site Builder Categories
Continuation of Install Commerce Categories Migration Tools 2. Export Site Builder Categories The Site Category Export tool converts existing Site Builder Categories into a CSV file. Integration with SOAP web services is required to use this tool and you should ensure it is correctly configured prior to use. How to Export Site Builder Categories The… Continue reading Export Site Builder Categories
Import Commerce Categories from Site Builder to SuiteCommerce
Perform the following tasks to convert existing Site Builder Categories to Commerce Categories: Install Commerce Categories Migration Tools Export Site Builder Categories Create Commerce Categories Set Field Mapping 1. Install Commerce Categories Migration Tools To convert existing Site Builder Categories to Commerce Categories, perform the following actions: 1.Request Migration Tool Bundles If you cannot locate… Continue reading Import Commerce Categories from Site Builder to SuiteCommerce
Restoring content when updating SuiteCommerce landing page path
As of SuiteCommerce 2022.2, when updating the path of an unpublished landing page in the content management tool(SMT), all content disappears from the page. If you find yourself in this situation, restore the path to the previous iteration and save. Your content will be restored. If you wish to proceed with the updated path, first… Continue reading Restoring content when updating SuiteCommerce landing page path