Contact Creation Via Rest API
Month: March 2022
NetSuite Planning and Budgeting (NSPB)
Oracle NetSuite Planning & Budgeting (NSPB) is a planning and budgeting tool that utilises market-leading, sophisticated functionality to enable critical business decisions to be made more quickly and effectively. NetSuite Planning and Budgeting automates labor-intensive planning and budgeting processes so finance teams can quickly and easily produce budgets and forecasts, model what-if scenarios and generate… Continue reading NetSuite Planning and Budgeting (NSPB)
Proposal for Punchout2Go Integration
Description We’re in the process of getting setup with a punchout and EDI provider Punchout2Go, and need to set up an integration to receive order files into Netsuite and create a sales order. Solution Proposal summary This proposal describes the process of creating Sales orders in Netsuite by receiving order files from EDI Provider Punchout2Go… Continue reading Proposal for Punchout2Go Integration
Delay the closing of the suitelet page after submission
Requirement We need to delay the closing of the suitlet page for 3 seconds after clicking the submit button Solution The following code snippet can be provided at the end of the suitelet script for to wait 3 seconds for closing the suitelet window
Sending Statement PDF through email
Requirement We need to render statement and send the statement pdf as email attachment Solution Add the following code snippet in your script for to render statement as pdf and send as attachment through email
Adding dynamic columns and filters to the saved search
Requirement We need to add some columns and filters to the saved search created in UI and get results based on the newly added filters and columns Solution We can load the saved search in code by using the id. Then we can add the filters and columns to the loaded saved search and run… Continue reading Adding dynamic columns and filters to the saved search
Adding invoice download link in suitelet
Requirement We need to add a download link for each invoices or credit memo displayed in the suitlet page. When clicked on the invoice download link, user should be able to navigate to the page from which invoice or credit memo can be downloaded or printed. Solution The download url can be provided as the… Continue reading Adding invoice download link in suitelet
Send Email Notification on Item Fulfilment
Requirement We need to send Email notification to the customer, when the status of an order changes from Pending Fulfilment to Pending Billing Solution In NetSuite there is a standard way to send Item fulfilment Emails. For that we need enable the Send Order Fulfilled Confirmation Emails feature. When this feature is enabled, we can… Continue reading Send Email Notification on Item Fulfilment
Custom Field for Store Invoice Number on Time Record when an Invoice is Created for the Billable Time
Requirement Time Transactions are created through Transactions > Employees > Track Time for billable time to a Customer or Project. When the time is Invoiced, a custom field holding the Invoice Number should be automatically populated on the Time Tacking record. Solution Create a Transaction Line Field on the Time Tracking Record with Type = List/Record of Transaction, Applied To = Time, Display Type = Disabled Create a User Event Script deployed on Invoice with After Submit Function that stamps the Custom Transaction Line Field value… Continue reading Custom Field for Store Invoice Number on Time Record when an Invoice is Created for the Billable Time
Kit Item Import Possibilities
To import Kit items there are 2 methods available One file Upload Include all the Item details in a single file. When preparing the import file, make sure to add all member item details in a single row for each Kit item. For example, refer to the screenshot below Optionally add an external ID for… Continue reading Kit Item Import Possibilities