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
SF OperatorSF Operator 

Use filter to hide visualforce components

I want to know how can I hide visualforce components using filters, when I try to do something I get an error when I try to save it:

Component 'Visualforce' has an invalid value for property 'Visualforce Page Name'.

 

AbhishekAbhishek (Salesforce Developers) 
Hi,

It seems that the page was referencing a visual force page that does not exist.

Please correct the name or remove the component and it should fix the error.

I hope the above information was helpful.

For your reference,

https://developer.salesforce.com/forums/?id=9062I000000XtriQAC


Please mark as Best Answer so that it can help others in the future.

Thanks.
 
SF OperatorSF Operator

Thanks for your reply, I got the error only when I try to use a filter.

I want to know how to filter visualforce page components on my lightning home

AbhishekAbhishek (Salesforce Developers) 
I think it can be done by using VF.

The blog might help you with the VF Code,

https://salesforce.stackexchange.com/questions/264019/show-a-report-on-a-home-page-component-using-vf.