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
ErrorProneErrorProne 

replicating the task object

Is it possible to replicate the Activities (Task) object with a custom object? I know i could match the fields, however I can't find a way to have the ability to  make a recordtype recure like the task object is able to do. Anyone have any ideas? 

ndotlndotl

Not sure what "recordtype recure" means. I believe there is no way to 'clone' or 'subclass' a Task to replicate all the automated functionality that is provided in working with a Task. So you would need to manually provide the functionality through apex code.