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
frasuyetfrasuyet 

My Tasks on Home Tab

Using Visualforce, is is possible to rewrite the My Task component within the Home tab? I am looking to add additional columns (custom fields) to the native: Complete, Date, Subject, Name, and Related To columns?  In addition, with my "new" My Task component, is is possible to imbed SOQL to sort Tasks by Priority AND then Due Date. Currently, the native sort is by Due Date only.

What controllers would I need to focus on to get things kick started?
dmsx2oddmsx2od
You might be able to create an HTML area and call a visualforce page in an iframe. 
If it works, share the results - it sounds like a great project!