Window properties in JS

Method Description alert() specifies a method that displays an alert box with a message an OK button. blur() specifies a method that removes the focus from the current window. clearInterval() specifies a method that clears the timer, which is set by using setInterval() method. close() specifies a method that closes the current window. confirm() specifies… Continue reading Window properties in JS

How to update multiple invoices array.

Solution We can use the foreach to update the multiple invoices array. On the constructor use the function On the execute function foreach each invoice and set the value. So through this, we can update multiple invoices. Thank you.

Published
Categorized as Magento

Delete intercompany transactions that contains Inventory items

Jira Code : BGGN-730 Description Following are the steps to delete an intercompany sales order and purchase order which are linked together, and both contains Inventory items only. Solution Delete all the related transactions of the Intercompany Purchase order Delete all the related transactions of the Intercompany Sales order Edit the Intercompany Sales order and… Continue reading Delete intercompany transactions that contains Inventory items

ELECTRONIC BANK PAYMENTS – Prerequisites and Permissions

Prerequisites  Electronic Bank Payments SuiteApp – NetSuite bundle that automatically updates whenever there are updates from NetSuite and is used to generate electronic bank payments to vendors and employees as well as from customers.  Advanced Electronic Bank Payments license for advanced features – NetSuite SuiteApps Licensed Client bundle must be installed for this license as… Continue reading ELECTRONIC BANK PAYMENTS – Prerequisites and Permissions

Renaming of Records/Transactions to reflect in all User’s NetSuite Accounts

Scenario: The renamed record displays the original record name in all user’s Netsuite accounts. Reason:The Renaming of Records/ Transaction affects only the accounts with the same Language preference set. Hence when the Language configured in Set Preferences is different, the renaming of one account will not implicate the other. Solution: If we want all the… Continue reading Renaming of Records/Transactions to reflect in all User’s NetSuite Accounts

Creating custom function for scriptable cart

By creating custom functions, you can link events to functions that are only applicable to the shopping cart. Because your script is running against a sales order form, other events related to a sales order transaction also execute along with the events you specify in your script for the shopping cart. This could adversely impact… Continue reading Creating custom function for scriptable cart