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
KRISH9KRISH9 

Suggest me how to update all the past records while am inserting new record

one way is using trigger we can update the past records while inserting new record.

 

I want to know what are the other way we can do to achieve this funtionality.

Madhan Raja MMadhan Raja M

Use Dataloader to update all the past records at once.

 

Madhan Raja M 

KRISH9KRISH9

Instead of manuall process i want automatic process to update

Madhan Raja MMadhan Raja M

Are you looking for one time update? Can you brief me your scenario with an example?

 

Madhan Raja M

harsha__charsha__c

Even formulas can be used in certain cases for automatic field updates based on matching criteria..!