Resolve issue where in item is not appearing in Global Search

Jira Code : BGGN-617 Solution A user might be able to see an item appearing in their inventory list, but it is not appearing in Global Search.  The reason is that the item might have been set to Inactive.       To resolve, the user has 3 options:      Option 1: Make the item active by setting the Inactive checkbox to blank.    Option… Continue reading Resolve issue where in item is not appearing in Global Search

Suitelet form to display an Editable Sublist

Description  Defining the SuiteLet sublist as SublistType.LIST will not allow us to edit the Sublist in NetSuite. So we have two options to solve this issue. Solution Change SuiteList SublistType to “INLINEEDITOR“ There is a another option where you can still use the sublist display type LIST (if that’s important to you), but you just… Continue reading Suitelet form to display an Editable Sublist

Remove Standard Leave Site Popup in Suitelet forms

Jira Code : 552 Description The custom form created using Suitelet script will show the Standard Leave Site Popups while we navigate away. We can also remove this popup by using the following code. We can add the following code in the page Init entry point of the Client script which is associated with the… Continue reading Remove Standard Leave Site Popup in Suitelet forms

How to display Employee Name in Transaction Saved Search for Purchase Order

Description Transaction Saved Search for Purchase Order transactions results in null value shown when a join field Employee: Name is used in Results. The following method displays the way to fetch the Employee name in the transaction saved search for Purchase order. Solution To resolve, adjust the search and instead of Employee: Name join field use the… Continue reading How to display Employee Name in Transaction Saved Search for Purchase Order

Permission Violation: You need a higher permission for custom record type FAM Depreciation Method to access this page. Please contact your account administrator.

Scenario User using a Custom Role is trying to view FAM Asset Records but encountered the error: “Permission Violation: You need a higher permission for custom record type FAM Depreciation Method to access this page. Please contact your account administrator.” Solution Navigate to Setup > Users/Roles > Manage RolesNote: Use Administrator role Custom Role: Click Edit Click Permissions tab Click Custom Record subtab FAM Depreciation Method: Select Full Click Add Click Save

Editing the Item Vendor Prices When Multiple Vendors Are Enabled

Jira Code : BGGN-529 Scenario When multiple Vendors are enabled, item vendors are now their own subrecord, and the prices under it opens up another table so the user cannot simply use record.SetSublistValue() to set the item vendor’s data. This article shows how to edit the purchase price subrecord via script. Note: This is only… Continue reading Editing the Item Vendor Prices When Multiple Vendors Are Enabled

Creation and Running of Mass Update Scripts

How It Works A mass update script runs on a specified list of records and performs the same action to each of those records. Creating and Setting Up NAVIGATE to Customization > Scripting > Scripts > New UPLOAD your mass update javascript file and CLICK the “Create Script Record” button NAME your mass update. Example:… Continue reading Creation and Running of Mass Update Scripts

Apply Customer Payment to an Invoice in Different Currency

Jira Code : BGGN-398 Requirement [13-09 12:11] Aranya Ramanan How could I apply payment for those outstanding invoices if the customer paid in USD for EURO currency invoices ? Solution With the Multi-Currency Customers feature, users can now set a base currency and additional currencies available for transactions with a customer.  It is now possible to… Continue reading Apply Customer Payment to an Invoice in Different Currency