Hey Everyone, Here is a bit of code I wrote to he...
# suitescript
j
Hey Everyone, Here is a bit of code I wrote to help maintain my company's list of saved searches. Its intent is to help me find fields (custom or not) referenced in either the criteria or results so that as I make enhancements that may impact reporting, I am able to add the new fields to existing reports which need to be modified. Also this aids in removing deprecated custom fields from reports as the company evolves. This suitelet works with the limitation of 200 saved searches at a time due to governance in NetSuite. Feel free to copy this suitelet for your own purposes, but that's not why I posted it. I was wondering if anyone has an idea on how to expand this so I could load a saved search of all saved searches (currently over 6000 in our system) and then queue it to iterate until done on all (getting around governance). Essentially I'd like to have only the field input and then later receive a list of all saved searches which contain that field.