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
Daniel B ProbertDaniel B Probert 

Example Advanced Apex Clone Code

Hi All,

 

Trying to find a good example bit of Apex code that can do something like the following for me.

 

1. VF Page that when I load it will provide me with a couple of select (picklist)options that act as filters. (otherwise the list would be huge)

2. Once I complete these (picklist)options the page should refresh and provide me with a list of records that match this criteria.

3. At this point I should have a check box against each on that allows me to then clone the records.

4. The final step would be to update the Year & Term to map the new value.

 

i'm pretty sure that it's one VF page and a Apex Class that I need but would like an example of something similar to get me started. 

 

Cheers

Dan