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
LBSLBS 

Visualforce page as new views

Hi All,

We have custom object (cusobj__c) associated with Activities (Tasks). Recently we got a use case to create a Task view including fields in the cusobj__c. We can not do it using the option create new view under activities as cusobj__c fields can not be reffered from task level (Related to relationship is not available)

Can we create a visualforce page to overcome this and add as a view once user goes to the Activity tab? Or else is there any feasible solution to overcome this

Thanks a lot

Mudi
Gaurav NirwalGaurav Nirwal
Please refer this link
https://help.salesforce.com/HTViewHelpDoc?id=pages_edit.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=pages_edit.htm&language=en_US)
LBSLBS
Thanks for the update Gaurav. But not sure how it can help to solve my issue Mudi