function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
The new LearnerThe new Learner 

Need to update the status when ever the fields got changed

Hi Experts,

My requirment is that when ever any of the fields values got changed , i need to update the status, "Eg: if i have 100 fields on the account record if any of the value got changed then i  need to udpate the status to new ". kindly suggest me best approch and sample example. please.
S95S95
hai,
Can u please explain your requirement in detail ie,In which object you need modification?
The new LearnerThe new Learner
Hi shruthi, As I said earlier, I have almost 100 fields so when ever the record get updated there is an 101 field called status which is picklist is has to update as new
Raj VakatiRaj Vakati
You can able to do it with formula fields or update it workflows
The new LearnerThe new Learner
It's case object
The new LearnerThe new Learner
Hi, with workflow we can do but if there are 100 fields then how to achieve it.
S95S95
hi,
Try giving the evaluation criteria, a record is created and every time it's edited. so that if that any field changes,Workflow Actions will happen.
The new LearnerThe new Learner
Ya I worked on workflow but there is limit for formula right after that it won't allow the values so avoid that I posted the question for help