Enable Item Display Image on Saved Searches

To show display images of Items in search, the ‘Web Store‘ feature needs to be enabled on Netsuite. To enable the Web Store feature, navigate to Setup > Company > Enable Features > Web Presence tab > Web Site section.  This will provide you two fields in searches Store Display Image and Store Display Thumbnail fields which help to display images of items on saved searches. Note: Using the Formula(text) field to pull… Continue reading Enable Item Display Image on Saved Searches

Foreign currency deferred revenue discrepancies in Legacy Revenue Recognition

Billing a sales order and recognizing the revenue from that sale can happen at different times and at different foreign currency exchange rates if multiple currencies are involved. If foreign currency rates differ at the time of billing and revenue recognition, an adjustment is required at the end of each financial period to align the… Continue reading Foreign currency deferred revenue discrepancies in Legacy Revenue Recognition

Reallocate Items using SuiteScript

Reallocate committed items from Sales Order using SuiteScript. Please Note: NetSuite SuiteAnswer says scripting is not supported for Reallocate Items record, but this is possible via Suitescript. So this might become available in future NetSuite releases as a new feature. So I advise everyone to use this with precaution for now.

How to show more than 48 products per page in SC/SCA

The default products per page in SC/SCA are 12,24 and 48. To show more products per page, follow the below. Go to Netsuite Commerce > Websites > Configuration. Select the website record and domain. Go to Search > Search Results per page Add required number under items field. Add $(0) per page in the name… Continue reading How to show more than 48 products per page in SC/SCA

POST action error in form submission using extension

Created an extension to create a Lead record in netsuite on form submission. But while submitting the form it is throwing POST action error. Solution: Check the vendor in manifest and folder name created for the service file in Netsuite. Both should be same. The vendor name is case sensitive so while using the model,… Continue reading POST action error in form submission using extension

Item, Category, Image Proposal

Proposal summary The proposal covers the scope of  Item, Category, Image Bastion Pacific Site.  Sandbox Domain –  http://bp.sca-jobinandjismi.ml/  Production Domain – https://www.bastionpacific.ml/  Requirement  Calculate the time and effort for the below, Category creation Item creation Images upload Our Solution We need to do the different imports for Category creation, Item creation, and Image Upload Image… Continue reading Item, Category, Image Proposal

Proposal For Custom Page to Send Invoice Email

Proposal summary The proposal summarizes the details about the custom suitelet page which helps the user to preview invoice print and send mail to the user based on the invoice record. It includes email template creation and automatic email sending for specific customers. Prerequisites Macrofin needs to ensure that all the invoice via checkbox in… Continue reading Proposal For Custom Page to Send Invoice Email

Australian promotion Implementation

We’ve to follow some steps :- The Scriptable Cart should be enabled in the website setup record. We can create a new integer field for updating the quantity and a checkbox for enabling the feature in the item record. And we have to update the client script for updating the price level in the item… Continue reading Australian promotion Implementation