Saved search to list journal entry records in which department of account has changed by a specific user Transaction Search Under criteria, enter the following filters and description Type – Journal Line System Notes: Set by – <user_name>, if required Line System Notes: Type – Change Line System Notes: Field – Department Account: Select the… Continue reading Saved search – journal entry records
Month: May 2023
Update Inventory Detail in SuiteScript
Update an Inventory Detail subrecord on an existing transaction through SuiteScript. When updating the Inventory Detail using client scripts, the method setCurrentSublistSubrecord throws the error: “NOT_SUPPORTED_ON_CURRENT_SUBRECORD”. Setting Subrecord values is currently not supported in client scripts since the subrecord object in this context is only available in view-mode. The solution is to update the Inventory… Continue reading Update Inventory Detail in SuiteScript
Proposal For Custom Import Option in NetSuite for Expenses from Pleo Connector
Proposal summary This proposal describes the solution and estimated effort for completing the customization. Requirement Pleo is an expense management app, and they want to do a custom import of records registered in the app into NS. We need to read a .xlsx file containing any information to be loaded in NetSuite and save it… Continue reading Proposal For Custom Import Option in NetSuite for Expenses from Pleo Connector
to retrieve address from address subrecord
This example access the oldrecord and selects a line on the address sublist. It retrieves a value from the sublist line that is not part of the subrecord. It also retrieves the address subrecord and reads one of the subrecord’s fields. const oldRec = scriptContext.oldRecord; let subrecold = oldRec.getSublistSubrecord({ … Continue reading to retrieve address from address subrecord
Search for map reduce script from multiple record
here the data fetched from the base record INVOICE and CUSTOMER record. search created should be data to be fetched in map stage
Performance Testing Tools
Apache JMeter: JMeter is a popular open-source performance testing tool that can be used to test the performance of web applications, FTP servers, and databases. It provides a GUI-based interface for creating and running performance tests, and supports a wide range of testing scenarios. LoadRunner: LoadRunner is a commercial performance testing tool from Micro Focus. It provides a… Continue reading Performance Testing Tools
Script for creating the suitelet page from sales order and setting the value from suitelet page to Sales Order.
URL Parameters for Displaying Shopping Pages
Applies to – Site Builder The following parameters are supported on URL, /s.nl. All the parameters listed below can display on web store, cart and checkout pages. For more information about constructing a URL, see Required Web Site URL Parameters. Note that the internal ID for any record in NetSuite displays in the address bar of your… Continue reading URL Parameters for Displaying Shopping Pages
Custom Content Types SMT (Kilimanjaro Version)
With the Kilimanjaro release of SuiteCommerce Advanced, users can create Custom Content Types.To implement this feature, you create a custom module within your application source code. This is similar to any customization you implement in SCA. You must also set up the CCT in NetSuite and implement it into your SCA site using Site Management… Continue reading Custom Content Types SMT (Kilimanjaro Version)
Solve TypeError: arr.WriteUint16BE is not a function while setting up local for kilimanjaro sca version.
Description :After NPM install , While running kilimajaro version locally, error noticed as given below.TypeError: out.writeUint32LE is not a functionSolution:After fetching Goto node_modules/gulp-ttf2woff folderRun this command on the terminal: npm install ttf2woff@2.0.2Then go to: node_modules/gulp-ttf2eotRun this command: npm install ttf2eot@2.0.0