Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have an application on a public QAP server, I have the problem that in the export options the option to export data does not appear, instead it appears View Data ("Ver Datos" in the image). How can I fix this, I was reading that it was a limitation for anonymous users with QAP servers
The default rule governing exporting data is ExportAppData:
If you have not already, I'd re-create the rule (and disable the default rule) with the syntax resource.HasPrivilege("read"). This removes the clause (and !user.IsAnonymous) which prevents anonymous users from exporting data.
The default rule governing exporting data is ExportAppData:
If you have not already, I'd re-create the rule (and disable the default rule) with the syntax resource.HasPrivilege("read"). This removes the clause (and !user.IsAnonymous) which prevents anonymous users from exporting data.