Skip to content

Commit 3e99a1b

Browse files
authored
Edit
1 parent a134a52 commit 3e99a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ If you create a **PolicyDoc** with *no* associations to **Policy** objects, you
279279
{{% /alert %}}
280280

281281
{{% 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 Entity or Association which is being extracted by your template, then you will get a *CoreRuntimeException* or *SecurityRuntimeException* as this module internally uses OQL to retrieve data and that data is evaluated against the access grants the user has.
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 occours because this module uses OQL to retrieve data, which is evaluated against the access grants the user has.
283283
{{% /alert %}}
284284

285285
## Read More

0 commit comments

Comments
 (0)