Open the corresponding script to be updated Go to the Parameters tab 3. Click on New Parameter, while creating a new parameter select the preference as Company and add the Label, ID type, etc. 4. Click Save and Go to Netsuite > set up > company > general preferences then you can see the newly… Continue reading How to Add script parameter on General Preferences tab in Netsuite
Month: February 2022
Disassembling/ Unbuild Assembly Item
In this context first we purchase an assembly item from outside vendor and unbuild an assembly item inhouse. 1.Creation of Components Lists> Accounting > Items > New >Lot Numbered Inventory Item 2. Creation OF BOM Lists > Supply chain > Bom 3. Create a BOM Revision In Bom > Create new revision > Including all… Continue reading Disassembling/ Unbuild Assembly Item
List of the available view IDs for PDP,PLP,Cart and Checkout
Component Main view ID Name Product Details Page (PDP) PDP_FULL_VIEW (default) ProductDetails.Full.View Product Details Page (PDP) PDP_QUICK_VIEW ProductDetails.QuickView.View Product List Page (PLP) PLP_VIEW Facets.Browse.View Cart CART_VIEW (default) Cart.Detailed.View Cart CART_MINI_VIEW Header.MiniCart.View Checkout WIZARD_VIEW Wizard.View
Delete functionality using Extension
view file suite script file
Magento2: get custom customer attribute value
Investigate why the Discount item in NetSuite post to the Revenue account instead of the Promotional rebates account
Issue We have a discount item named “Amazon Discount. We were used this item in many transactions and when we check the GL impact of the transaction, we can see that the Discount Item does not affect the posting and is wrongly post to the Revenue account of the main item in the transaction. Solution… Continue reading Investigate why the Discount item in NetSuite post to the Revenue account instead of the Promotional rebates account
Change the position of tabs in the header section
To Change the position of tabs in the header section,Follow the below steps 1. Go to Commerce -> website-> Configuration 2.Select the domain and website.Click Configure. 3.Select the tab “Layout” and select the subtab “Navigation”. 4.Change the position of tabs according to desire by ‘Delete’ and ‘insert ‘option
Reallocating Committed Stock
Netsuite has a standard way to reallocate items that are already committed to an order. For that, we need to go to Transaction > Order management > Reallocate Item There we need to select the item we need to reallocate and then the Location. The current Quantity On Hand, Quantity Committed, and Quantity Required to… Continue reading Reallocating Committed Stock
Assign Account to an Item Record
In the NetSuite there is function to assign an chart of account to an item record. Create Chart of Account under; List > Accounting > Accounts > New In the Name filed enter the name for COA Select the Account Type, Currency and Subsidiary. Click Save button. Create an Item record to assign the account… Continue reading Assign Account to an Item Record
Check whether a string contains number or not in Advanced PDF template
To check whether a string contain numbers or not , refer the following template code sample