Web services and SuiteScript code need to reference internal IDs in order to uniquely identify objects,So it is recommended that you enable this preference whenever you are working with Web services or SuiteScript. To enable this preference Go to Home>Set Preference and Check Show internal IDS check box to enable this preference You can view… Continue reading Show Internal ID of Fields and Records
Month: February 2022
Review the BOM and Manufacturing Traveler
After the creation of BOM, At the top of the form, click the Print BOM button. Close the form Navigate to Transactions > Manufacturing >Print Manufacturer Traveler In the print manufacturer page, set subsidiary, Set location Select assembly item, Check the print check box, manufacturing traveler subtab, click the print button
Suite Analytics Workbook
With Suite Analytics Workbook, we can create highly customizable workbooks that combine datasets, tables, pivot tables, and charts using a single tool that leverages the new analytics data source. The analytics data source is designed to ensure that fields are consistently exposed in Workbook, with consistent results across all workbook visualizations. Suite analytics workbook 2020.2… Continue reading Suite Analytics Workbook
Saved Search for Tax Codes on Vendor Records
When we create vendor saved searches, we can obtain results for all the secondary subsidiaries assigned to the multi-subsidiary vendor. On the Available Filters subtab, select Subsidiary Fields, and then choose the fields to include as filters. On the Results > Columns subtab, select Subsidiary Fields, and then choose the fields to display as… Continue reading Saved Search for Tax Codes on Vendor Records
TRS:2879 – Send email functionality for End of Year Contribution – Test case documentation
Managing Webhook API versions
Managing Webhook API versions
Quickly figure out missing permissions
If you’re ever trying to figure out the permissions required to access a certain screen, perform the following: First, navigate to that screen as a user who can access it (like an Administrator), then save that URL. Next, try to access the same URL with a user you’re trying to give the permissions to. NetSuite… Continue reading Quickly figure out missing permissions
TIME_ENTRY_DISALLWD
Issues I will get an error while saving the time entry in UI or in the script. I have verified that the time entry is billable and the time entries are “Unbilled”. The error message is listed below, “type”:”error.SuiteScriptError”,”name”:”TIME_ENTRY_DISALLWD”,”message”:”P&L Test Project does not allow time entry.” Solution I have found the reason for the issue,… Continue reading TIME_ENTRY_DISALLWD
NetSuite Global Search Prefixes
Type the first few words of the record type you looking for (i.e. “sale” for a sales order, “cu” for a customer) then a colon (:), and then your search query to narrow your search to just records of that type. As an example to search the customer ABC Company, Type cu: ABC Company in the Global… Continue reading NetSuite Global Search Prefixes
Reference to the Parent window
In the case of loading a pop-up window from a parent window, use the function – window.opener.location The window interface’s opener property returns a reference to the window that opened the window, either with open(), or by navigating a link with a target attribute. We can even reload the parent window from the child popup… Continue reading Reference to the Parent window