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
Month: January 2023
Export API in Infor
For calling the export API we need to configure the event which we want to triggered. Select the event and save the configuration record. After enabling create an ASN receipt and upon the status changes to verify and close will trigger the API and the integration log will fetch the details. Once we fetch the… Continue reading Export API in Infor
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.
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
Function to search for the list of back ordered items
Function to search for the list of items with no sales description
Function to search for the member quantity from an Item Group
Jira Code : BGGN-719
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