Benchmarking is a process of comparing the performance, quality, or other attributes of a product, service, or system against established standards or industry best practices. In the context of technology and AI, benchmarking is commonly used to evaluate and measure the performance of hardware, software, algorithms, or systems. It helps in assessing how well a… Continue reading Benchmarking
Month: September 2023
Resolve Commerce Category error with same URL facets in SuiteCommerce Advanced
This will occur if a commerce category URL fragment contains the word or phrase that is defined in either the URL Component for facets list or defined in the SuiteCommerce Configuration record. A page not found will be displayed when displaying the commerce category. This effect would be the same vice-versa.Example:1. Create custom “Color” item… Continue reading Resolve Commerce Category error with same URL facets in SuiteCommerce Advanced
How to set default billing while creating a lead record
While creating a lead record we need to set address as default shipping. For updating the default shipping or billing we need to use setCurrentSublistText method. For example leadRecord.removeLine({sublistId: ‘addressbook’,line: 0,ignoreRecalc: true}); // billing sectionleadRecord.selectNewLine({sublistId: ‘addressbook’});var label = leadRecord.setCurrentSublistText({sublistId: ‘addressbook’,fieldId: ‘label’,text: “Billing Information”}); leadRecord.setCurrentSublistText({sublistId: ‘addressbook’,fieldId: ‘defaultbilling’,text: ‘T’});
WMS:Mobile States as Data Source
Mobile states store data to make them available within the app. Data captured from a process page can be stored in the state and accessed on succeeding pages within the mobile process. At the end of a process flow, the stored data can be saved to a NetSuite record or transaction. When you add or… Continue reading WMS:Mobile States as Data Source
Issue in validating and deploying the project to NetSuite account -SDF
ISSUE : When trying to validate, deploy, or upload a script file to NetSuite account to use SDF, the following error occurred visual studio code. SOLUTION This issue occurs if the time in our system is not correct or accurate with the real time. When the system time was corrected, this issue was solved.
Creating Inline HTML Field as Buttons
We can create an Inline HTML field to work as a button.Steps:1. Create an Inline HTML field2. In ‘Validation & Defaulting’ subtab set the default value as follows
Create a Saved Search that Lists Items Displayed in Web Store that are not Associated to Commerce Categories
Description: There are instances that the Users would want to create a Saved Search that includes Items that are displayed on the Web Store but are currently not associated with any Commerce Categories.Solution1. Navigate to Reports > Saved Searches > All Saved Searches > New2.Click Item3.Click Criteria4.Click Standard5.Filter: a. Select Display in Web Store b. Display in Web Store: Toggle Yes c. Click Set d. Select Commerce Category e.… Continue reading Create a Saved Search that Lists Items Displayed in Web Store that are not Associated to Commerce Categories
NetSuite – Shopify Product Sync (Proposal)
Netsuite – Shopify integration Customer Sync Customer sync from NetSuite to Shopify Customer Sync from NetSuite to Shopify will be a real-time sync. When a customer record is created in NetSuite, the corresponding customer details will be utilized to create a customer in Shopify website When there is ShopifyID is present and Shopify Sync checkbox… Continue reading NetSuite – Shopify Product Sync (Proposal)
Real-time integration of Vendor Sync from NetSuite to TrackTraceRX: Create/Update/Delete – TEST CASE DOCUMENTATION
Only vendors flagged by the Client in the vendor record will be taken into consideration for integration. We will sync the existing Vendor (list provided by the Client) from NS to TrackTraceRX. This will be a one-time initial sync. We will be creating the Vendors as trading partners in TracktraceRX The vendor’s creation/deletion/inactivation in the… Continue reading Real-time integration of Vendor Sync from NetSuite to TrackTraceRX: Create/Update/Delete – TEST CASE DOCUMENTATION
Item Ranking in Netsuite
In NetSuite, item ranking refers to the prioritization of items within a specific category or hierarchy. It allows businesses to prioritize certain items over others based on various factors, such as popularity, profitability, or strategic importance. To set up item ranking in NetSuite, follow these steps: Go to Lists > Relationships > Items > Item… Continue reading Item Ranking in Netsuite