Go to Lists > Accounting > Items. Click Edit on the item record you want to edit. Go to the Web Store subtab and find the Associated Images sublist. In the Alt Image Tag field, provide alt text for each image (limit: 35 characters). Click Update Matrix (or Save). Click Submit.
Author: Vishnu KS
How to Add Multiple images in to a Specific folder In a File cabinet
Step1: Arrange images in a single folderStep2: Convert group of images in to .zip fileStep3: Choose “ADVANCED ADD” option in Destination folderStep4: Upload the .zip file to Chosen file optionStep5: Check the “UNZIP FILES” option to directly add files to that folderStep6: Check “MAKE ALL FILES AVAILABLE WITHOUT LOGIN” To make the files available on… Continue reading How to Add Multiple images in to a Specific folder In a File cabinet
Add an Image on SCA website using SMT tools
1.Press ESC key to visible SMT window 2.Select EDIT option to Add image on cms area 3.Select CMS image logo from Right side and drag it in to Any CMS area you want to Add image 4.Click on NO FILE CHOSEN option and select file want to add on that area 5.Click on Review and… Continue reading Add an Image on SCA website using SMT tools
Tax Codes
Tax Codes include information about tax rates and taxes that apply to transactions, Tax codes must be set up with Tax agency, Tax type, Tax control accounts. 1.Go to Setup > Accounting > Tax codes > New2.Enter name for that tax code.3.Give tax rate(percentage) in rate field.4.Select Tax agency, and applicable Tax type.5.Select applicable subsidiaries.6.You… Continue reading Tax Codes
Set Customer Price Level
NetSuite lets you set up customer price levels. After you have set up customer price levels, customers view this price in your web store after they log in. To set the price level for a customer: 1.Go to Lists > Relationships > Customers. 2.Click Edit next to the customer you want to set a price… Continue reading Set Customer Price Level
Editing Price Levels
You can edit a price level and update your existing prices. For example, John’s Machinaries wants to increase Price Level One prices by 5 percent. John edits the Price Level One record by adding a markup of 5 percent and updating existing prices. To edit a price level:1)Go to Setup > Accounting > Setup Tasks… Continue reading Editing Price Levels
“Customer Notification” page navigation
To add a page navigation for a myaccount menu tab view file Entry file create a router file
Display a myaccount menu tab “Customer Notification”
For Display a myaccount account menu tab Change your entry file code define(‘JJ.myaccountvi.myaccountvimodule’, [‘JJ.myaccountvi.myaccountvimodule.View’,’JJ.myaccountvi.myaccountvimodule.Router’], function (myaccountvimoduleView,myaccountrouter){‘use strict’; return new myaccountrouter(container); });
How to transfer javascript values to suitescript file
var myJSON = JSON.stringify(values);//console.log(“myJSON”,myJSON)var service_url = Utils.getAbsoluteUrl(getExtensionAssetsPath(“services/custom.Service.ss”));//console.log(“service_url”,service_url) iam trying to resolve this issue by using this code..by adding this code in to view but i get more errors..not getting expected answers…
Set Up Extension Developer Tools
Before create an extension, must download the extension developer tools and extract them to create a top-level development directory Use the latest theme and extension developer tools found in the appropriate SuiteBundles folder in your NetSuite File Cabinet. SuiteCommerce and SCA 2019.1 and Later – Use the latest theme and extension developer tools found in the… Continue reading Set Up Extension Developer Tools