Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
Problem using a formula in a transaction saved search
Hello Everyone,
I'd like to use "REPLACE" formula in a sales order saved search on the Customer Part number field, to basically get rid of "_" characters.
To achieve that I tried on the result tab of the saved search to add the following formula(text): REPLACE({custcol_scm_customerpartnumber},'_','').
It does not give an error but the result is an empty cell.
To make sure this formula would work I tried on a Customer PArt Number record saved search (instead of transaction), and it worked :
Can anyone guess what the problem could be? Is that because the formula is requested on a transaction line when it fails and on a record when it works ?