Issue
In the Portal, using the custom widget, displaying reports for the external user. And the external users are not able to download the report as excel, pdf etc
Release
Any
Cause
Security restrictions on PollProcessor
Resolution
The OOB default behaviour is to not allow external users to access a processor.
Many processors have ACLs defined specifically on the processors to change this default behaviour. The PollProcessor is not one of them.
So, if the customer requires external users to be able to use the PollProcessor, then can add an ACL on that specific processor and allow both snc_internal and snc_external users to access it.
To resolve the issue, create new ACL as below
- Type - processor
- Operation - execute
- Name - PollProcessor
- Require Roles: Add - snc_internal, snc_external