This is a quick and easy method to create custom screens and fields using the custom record which can replace custom Suitelets for simple custom screen development. Here is an example. To create a custom email window and track the usage we created a custom record and configured fields accordingly. Workflows are implemented to support… Continue reading Custom Screen Using Custom Record
Author: Rosemol Joe
SCIS with Inventory Feature error: Please configure the inventory details for this line
when the Inventory status feature is enabled, you’ll encounter ‘Please configure the inventory details for this line’ error message in SCIS and will not be able to process the transaction when: Item has no quantity in the location where the sales rep is logged in Item is using Bins At the moment, Inventory Status is… Continue reading SCIS with Inventory Feature error: Please configure the inventory details for this line
VALID_PRD_REQD – Insert Transaction failed: no valid open tax period for date x/xx/xxxx. Please visit Setup->Manage Tax Periods to setup a new tax period.
The above error may get when you try to save a transaction and there is no Tax Period for the same. You may get as below. {“status”:”FAILURE”,”reason”:{“type”:”error.SuiteScriptError”,”name”:”VALID_PRD_REQD”,”message”:”Insert Transaction Failure: No valid, open, tax period for date – 2022-01-03. Please visit Setup > Manage Tax Periods to set up a new tax period.”,”stack”:[“Error\n at RecordInvoker.save … Solution… Continue reading VALID_PRD_REQD – Insert Transaction failed: no valid open tax period for date x/xx/xxxx. Please visit Setup->Manage Tax Periods to setup a new tax period.
Permissions Documentation
The following link provides access to a Microsoft Excel worksheet listing the usage of most NetSuite permissions. You can use this list to understand the implications of assigning a specific permission, or to find the permission required to provide access to a specific task or page. The spreadsheet format lets you search and sort fields… Continue reading Permissions Documentation
Bulk Merge – Email
Email merge allows sending emails in bulk Prerequisites Group – create a group to specify the recipients Email templates under Documents > Templates > Email Templates. Steps Go to Documents > Mail Merge > Bulk Merge. On the Select Output page, click Email. On the Recipients subtab in the Group Type field, select the kind of group… Continue reading Bulk Merge – Email
Generate Transaction PDF using Render
var poPDF = render.transaction({ entityId: recId, printMode: render.PrintMode.PDF }); poPDF.folder= folderID; var fileId = poPDF.save(); The above is a sample function to generate the PDF of any transaction. This code will generate a PDF based on the form selected in the transaction and it can be saved to the desired folder.
SCIS – SuiteCommerce InStore Issues and Solutions
Issue 1 – Could not create transactions when item is out of stock in a location / Negative inventory is not allowed in SCIS Reason : Sales with negative quantity is only possible for Inventory without Inventory Detail. Inventory Status preference assigns Inventory Detail on all Inventory. Hence, it is expected behavior that Inventory Status… Continue reading SCIS – SuiteCommerce InStore Issues and Solutions
How to Add Netsuite to Outlook
Search for Outlook Integration bundle on Enable features (Path: Setup -> Company -> Enable Features -> SuiteCloud -> Integration Add-ons -> Outlook Integration). On General Preferences (Path: Setup -> Company -> General Preferences -> Custom Preferences -> NetSuite for Outlook) select the following fields and save.
Proposal For SCA Canada Post shipping integration into NetSuite
Proposal summary The proposal covers the SCA Canada Post shipping integration into NetSuite Requirement A proposal/SOW for Canada Post shipping integration into NetSuite. The integration to pull rates to the sales order as well as the SuiteCommerce website for customers to see during the checkout process. We can split the requirements into the following Fetch… Continue reading Proposal For SCA Canada Post shipping integration into NetSuite