Skip to content

Commit 81e78d2

Browse files
authored
Merge pull request mendix#8865 from mahendra-mahajan-mendix/patch-41
Update export-to-excel.md
2 parents 4f63a17 + 55bd162 commit 81e78d2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/en/docs/refguide/modeling/integration/use-excel-documents/export-to-excel.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@ Your new microflow should look similar to this:
278278
If you create a **PolicyDoc** with *no* associations to **Policy** objects, you will export an empty spreadsheet with the structure defined in the template.
279279
{{% /alert %}}
280280

281+
{{% alert color="warning" %}}
282+
If the microflow that calls the Java action *XLSReport.GenerateExcelDoc* has **Apply entity access** set to **True**, and if you do not have permission to access one of the entities or associations that is being extracted by your template, you will get a **CoreRuntimeException** or **SecurityRuntimeException**. This happens because this module uses OQL to retrieve data, which is evaluated against the access grants the user has.
283+
{{% /alert %}}
284+
281285
## Read More
282286

283287
* [Import Excel Documents](/howto/integration/importing-excel-documents/)

0 commit comments

Comments
 (0)