When Customers are assigned to a specific Subsidiary, the Users can create a Custom Form to reflect the correct Subsidiary Address. With this concept in mind, Users can create a Workflow to set the desired form when creating a Sales Order or Cash Sale. In this Workflow, the creation of the Sales Order or Cash… Continue reading Set Preferred Transaction Form Based on Customer’s Subsidiary
Author: Dilma Joy
Set a Default Purchase Order Custom Form Based on a Subsidiary
Set a default Purchase Order Custom Form to be used based on a Subsidiary. This is achievable by creating a Custom Record that has a Custom Field which will contain the Subsidiary information and set the Custom Form on a Purchase Order using a Client Script. Create a Custom Record Navigate to Customization > Lists, Records & Fields > Record Types > New… Continue reading Set a Default Purchase Order Custom Form Based on a Subsidiary
Proposal for restricting duplicate customers
Proposal Summary This proposal covers the development for restricting duplicate customers in website for thermogard domains. Requirement Restrict duplicate customers registering in THRD websites. As per the requirement only the customers who registering in the same subsidiary with the email id needs to get blocked. It was noticed that customers are registering with same email.… Continue reading Proposal for restricting duplicate customers
Remove markup item from webstore
Requirement: When markup item is adding in NetSuite while creating SO, the markup item is also showing in the website. Since the markup item is not ordered by customer it should be removed from website. Solution: Need to extend the views,”OrderHistory.Details.View” and “Invoice.Details.View”. Adding code below.
TypeError : out.writeUint32LE is not a function Error During Gulp Command- New update by Netsuite
If getting error like “TypeError : out.writeUint32LE is not a function” during gulp deploy, then first try the methods given in the below “https://jobinandjismi.in/typeerror-out-writeuint32le-is-not-a-function/”, if it is not working then follow the below methods. To correct this error, complete the following steps before running gulp commands: In the root directory of SCA using the command… Continue reading TypeError : out.writeUint32LE is not a function Error During Gulp Command- New update by Netsuite
Add search functionality in the order history list page of website
Requirement is to include a search function in the order history list page of website, so that user can search a specific order by PO Number or SO Number. Solution: Create an extension and extend the “OrderHistoryListView”. Adding example below. Javacsript entrypoint file Template file
Items out of Stock Are Showing on Website as in Stock
SuiteApp: Site Builder SuiteCommerce Advanced Requirement:Although some items are Out of Stock, they could appear as In Stock on website. Solution If you are sure that no quantity are available for website purchase and items are showing In Stock on website, please run inventory recalculation: Find which item is Out of Stock and showing as In Stock on website Go to Transaction > Inventory > Adjust… Continue reading Items out of Stock Are Showing on Website as in Stock
Get a field value from Item fulfilment using sales order internal id
Suppose we have sales order internal id, and using that need to show a value from a specific field of item fulfilment. Solution:Use saved and export the search and use the same in suitescript. Adding sample search below. Kindly note that if used “applyingTransaction” in search result, the use the same while taking field value… Continue reading Get a field value from Item fulfilment using sales order internal id
Resolve Page not Found Error after Sandbox Refresh in SuiteCommerce Advanced
Resolve Page not Found Error after Sandbox Refresh in SuiteCommerce Advanced To resolve the Page Not Found error after Sandbox refresh, follow the steps below: Navigate to Commerce > Website > Website List > Edit Under the Touch Points tab, take note of all the web site touch points Remove all the touch points Under the Domains tab, take note of the… Continue reading Resolve Page not Found Error after Sandbox Refresh in SuiteCommerce Advanced
Proposal For Live Order Listing in Dealer Ecommerce website
Proposal Summary This proposal covers the development for updating Live Order Listing in Dealer Ecommerce website as per the given requirement. Requirement Need to update Live Order Listing in Dealer Ecommerce website with the following requirements. Package Tracking Number field located within the packages subtab is not using for the package number. OX Tools using… Continue reading Proposal For Live Order Listing in Dealer Ecommerce website