Author: Thara Gopi
Contact name from List field
nlapiLookupField(type, id, fields, text) type {string} [required] – The record internal ID name. In the NetSuite Help Center,. Record IDs are listed in the “Record Internal ID” column. id {int} [required] – The internalId for the record, for example 777 or 87. fields {string | string[]} [required] – Sets an array of column/field names to look up, or… Continue reading Contact name from List field
Eextension for set value in netsuite records
In list record to set the value using the id. setFieldValue to set value to the address of the id. so in netsuite list details can see. In netsuite using this id the number get displayed.
Extenson to header menu profile name length setting
Header menu text font bold
Page height setting on events
PLP Page
To view the item on the website go to the item record > Web Store > Check the DISPLAY IN WEB STORE box.Add the required page title, description, and images. Under the Custom tab set any custom fields for the item. Associate images with items -Images are associated with items using a naming convention. NetSuite… Continue reading PLP Page
addToViewContextDefinition
addToViewContextDefinition( view_id, property_name, type, callback ) Adds a property to the context data of a view. The property can then be referenced in templates. If the property already exists in the context data of the view, it is updated. For example, if a view has a property called ‘thumbnail’ and you pass ‘thumbnail’ in the property_name argument, then the return… Continue reading addToViewContextDefinition
Home Banner in website
The home banner section images, heading, description, button text, and URL can be updated from the Netsuiteconfiguration record Navigate to SuiteCommerce configuration record – Commerce -> Website -> Configuration -> Layout -> HomeCarousel.
Quotes functionality in website
In PLP quick view by selecting the item options the add to quote button will get active. BY clicking add to quote button a popup will show .The parent item will added the Quote request with the selected quantity. A link to request the quote is given in the pop up message as “Quote Request… Continue reading Quotes functionality in website