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
Jarosław KołodziejczykJarosław Kołodziejczyk 

Quick action not visible in community.

Hi,
I have a problem with displaying custom visualforce quick action in community.
It works in lightning but isn't showing in community record detail.

I'm using this page to create xls file from the opened record.

Here's apex page header:
<apex:page standardcontroller="Flock__c" extensions="createFlockCSVController" contentType="txt/xml#myTest.xls" cache="true"> 

Any idea as to why that would happen?