When we use input field type as the date it’s working initially as mm/dd/yyyy as date format it’ll work perfectly in desktop devices but when we change device like Mobile or iPads when we’re to use that and if we’ve changed that date format as dd/mm/yyyy it’ll not work and it’ll create an issue in… Continue reading How to change date formats in the input type date field
Month: February 2022
“Customer Notification” page navigation
To add a page navigation for a myaccount menu tab view file Entry file create a router file
Warning : This invoice already has a payment applied to it, net of applicable withholding tax. Editing is not allowed for this transaction. For more information contact your NetSuite Administrator.”
Scenario: In a payment record, I needed to calculate the sum of subtotals for each invoice.As part of this, when I tried to load an invoice through script that had no edit option and was subject to withholding tax, I received an error message that said “Warning : This invoice already has a payment applied… Continue reading Warning : This invoice already has a payment applied to it, net of applicable withholding tax. Editing is not allowed for this transaction. For more information contact your NetSuite Administrator.”
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 Format a variable with two decimal values
For formatting an integer variable with fixed two decimal points (Eg: 12.00, 100.34, 123.00, etc )we can use this method: This method can be used for formatting subtotal, total values in the cart, or checkout pages.
Reschedule the Mass Reduce script to update Invoice Trandate
Problem : Need to reschedule the map reduce script to update the invoice trandate. The error should save in a csv file. Solution : /** * @NApiVersion 2.1 * @NScriptType MapReduceScript */ /******************************************************************************* * CLIENTNAME: Branded * Develop a script to help finance mass update the Invoice dates based on their Posting date mentioned in… Continue reading Reschedule the Mass Reduce script to update Invoice Trandate
Test Scenarios For Website Product Buy Flow
Verify that on the product page, the user can select the desired attribute of the product e.g. size, colour etc. Verify that the user can add to the cart one or more products. Verify that users can add products to the wishlist. Verify that users can buy products added to the cart after signing in… Continue reading Test Scenarios For Website Product Buy Flow
NEP-5 Automation of Line Level Location Population in Sales Order
Show Role Difference In NetSuite
How to know the difference between Base role and Another role (needed role) in NetSuite. Go to the Navigation Setup > Users/Roles > Show Role Differences Select the Base Role from the drop down list. Click the required role for compare from Compare To box Click on Show Button. A new window opens. The window… Continue reading Show Role Difference In NetSuite
Proposal For Auto Population of Line Level Location
Requirement Team Vita wants to automate the line-level location population when the sales order status changes to Pending Approval to Pending Fulfillment. The line level location will change based on the Order Type. Our Solution We can automate the line level location population in the sales order by using a suite script. We can check… Continue reading Proposal For Auto Population of Line Level Location