Updating vendor tax registration fields

>>To update the state, country, and address fields of a tax registration sublist in vendor record, create a search to retrieve the address of the vendor from the vendor record and extract the state, country, and primary address information. >>This data can then be set into the corresponding fields of the tax registration sublist. Additionally,… Continue reading Updating vendor tax registration fields

How can we append the line number with the invoice number using a saved search?

Requirement: In the case of any comparison purpose in the script, how can we differentiate each line when there are multiple item lines with the same item? For that, we can create a saved search and include a Formula text column in the results using the expression {number}||’_’||{line}. Here, the {number} represents the document number… Continue reading How can we append the line number with the invoice number using a saved search?

Show Child Matrix Item Name in Item Saved Search

When creating Item Saved Searches, the Name field displays the parent matrix item name before the matrix child, e.g. Parent Item : Matrix Child. To display the Child Matrix Item Name only, formula text can be used in the search: Under Column sub tab of Results tab, Field: Add Formula (Text) Formula: Enter case when {‌parent} is null then {‌name} else {‌feedname} end Now the search… Continue reading Show Child Matrix Item Name in Item Saved Search

Display Orders Due within the Next 4 Weeks

Requirement: Create a report in NetSuite that displays orders that are due within the next 4 weeks. This feature will help users easily identify and track orders that have upcoming due dates. Solution: Go to Lists -> Saved Searches -> Saved Searches -> New. On the New Saved Search page, select “Transaction” as the search… Continue reading Display Orders Due within the Next 4 Weeks