Hi All,
I have a requirement to change the attribute value from NEW to OLD after 31st December every year.
For Example: If the record is created anytime between 1st January to 31st Dec 2016, the value at the time of creation should be NEW but post 31st Dec 2016 i.e 1st January 2017 - The attribute value should automatically change to OLD.
I think it can be done in 3 ways:
1) Javascript: Problem is the record has to be open to run this functionality. If 10k records are created, this option is not possible.
2) Workflows: Tons of workflows will run through out the year. Can impact performance.
3) Console Appplication - It will run on 31st December which will update the attribute from NEW to OLD.I am thinking to go with this.
What do you think is the best solution?
*This post is locked for comments