How to solve when we uncheck the check box in the persanilization feature the selected date should delete for this we need to add the code in the extension ands tpl file first we need to add the data action in the tpl file and we need to add the co0de to corresponding class or… Continue reading How to solve when we uncheck the check box in the persanilization feature the selected date should delete
Month: June 2023
Adding Fonts for Languages that Use Symbols
For languages that use symbols, such as Arabic, values in columns (POS, Quality, and so on) of Advanced PDF/HTML email attachments can appear empty. NetSuite views the symbols as missing fonts, and therefore leaves the fields blank. To have these symbols or fonts appear, users affected by this must customize standard templates based on language… Continue reading Adding Fonts for Languages that Use Symbols
Images not Displaying when adding Merchandizing Zone via Site Management Tools
Scenario: When adding a Merchandising Zone via Site Management Tools and applying a Merchandising Rule, users may find that the images associated to the rule aren’t appearing on the website. Solution: 1. Navigate to Documents > Files > File Cabinet > Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – CMS > CMS > Reference Shopflow > Published > Templates 2. Add the tag image_default_tmpl to the image_default.txt record 3. Save the record 4.… Continue reading Images not Displaying when adding Merchandizing Zone via Site Management Tools
Based on subsider how to set the delivery method from the customer record
UK subsidiary when not selected any delivery Method it should show all the values in the shipping Method and when selected any option from customer record need to show only selected record in the webstore.
Highlight Item Rows Alternatively Using Advanced PDF/HTML Template
Printing transactions using the Advanced PDF/HTML Template leverages the HTML and CSS syntax. As a result, it is feasible to create a table which uses an alternating background format when printing item tables.
How to obtain the internal ID of a Nexus in NetSuite
>>To obtain the internal ID of a Nexus record in NetSuite for setting its value in a dropdown field, you can perform a search using the ‘Nexus’ record type and the desired search criteria. >> Once you have retrieved the desired Nexus record, you can obtain its internal ID and use it to set the… Continue reading How to obtain the internal ID of a Nexus in NetSuite
Fetch file attachment internal ids of bill record using saved search.
Clone the mobile Application in the Netsuite
Go to Setup > Custom> Mobile Applications Click the View link in the Mobile-Applications List Then click Clone link in the Mobile -Process List. After the clone we can make the changes in the Application. After the modification, we have to update the application.
Restrict attaching files in email if file size is above 10MB (individual attachment must not exceed 10MB)
Assume variable pdfAttachment contain array of loaded attached file.