Creating Commission Reports based on Items and Salespersons from Invoice records
Tag: custom module
SCA versions & custom module
versions:Denali and Mont BlancKilimanjaro (2017.2) version of SuiteCommerce AdvancedAconcaguaElbrus only see javasript2018.22019.1 theme updation2019.2 upto this we can create custom module2020.1 from this create extension2020.22021.12021.2 Create a Custom Module In the ‘module’ folder create a ‘customization’ folder create a folder for ‘addresscustom@jj’ and then ‘templates’ folder copy the ‘address_details.tpl’ and ‘ns_package.json’ from ‘Suitecommerce’ -> Address@2.4.3… Continue reading SCA versions & custom module
Convert CSV file into the JSON format
Using the Papa Parse javascript library we can easily convert CSV files into Netsuite. How to use papa parse in Netsuite goto the papa parse website (https://www.papaparse.com/). download the minified js file by clicking the downlad button. 4. Extract the downloaded zip file and add the “papaparse.min.js” file in suitescript folder of the NetSuite file… Continue reading Convert CSV file into the JSON format
Registration Page using Custom module
Jira Code: GD-16 Created a new registration page in SCA Website with url https://sandbox.goodearthdist.com/crossfit using a custom module. To add a custom module: Create a custom module directory within your custom directory with the format of ModuleName@version. Create the sub-directories within the module.We need JavaScript, Sass, SuiteScript, and Templates sub-directories. Create the necessary files for your… Continue reading Registration Page using Custom module
Custom Module as Extension
It creates a search for files from NetSuite and displays it in the web site.
Browse by Game as an Extension (Custom Module)
The browse by game section displays a list of games which are fetched from NetSuite.