What would be the best way to implement this request from my users? They would like a custom field on customer records that indicates their estimated annual production capacity (integer number). They would also like to be able to run reports to compare previous annual production capacity to the current year's. This is not sourced from any data in Netsuite, it would be manually entered.
Right now we have separate fields for each year: productioncapacity2021, productioncapacity2022, productioncapacity2023... This is a nightmare to maintain though, I have to keep a list of searches and reports that use the fields and manually update them every year to point to the newest field.