Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Automatic DOR generation on AEM forms Cloud service

Avatar

Level 3

Hi All,

 

We trying to generate default DOR on AEM forms as cloud service.

We have connected to Unified storage connector to save form data on Azure. 

Created a FormData model to persist data on Azure blob.

Submitting form using "Submit Form Data Model".

Form data get saved on Azure blob.

DOR generation request getting fired to  http://<cloudinstance>:8080/api/paExecute82

Getting log entry - 

com.adobe.forms.aem.impl.XFANativeServiceImpl SIZE paExecute output service response size (bytes): 6629
So DOR getting generated but where ? is the question? 
Could not find the JCR /var/ node.
 

Any help.

 

Trying to do what is there on https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/forms/create-an-ada...

 

Thanks

 

1 Accepted Solution

Avatar

Correct answer by
Level 3

To generate and save DOR using Azure Storage FDM,

- FDM should have a binary field say DOR

- binariesinlnline should be true

- DOR bind ref should point to binary field(DOR) under submission properties.

 

Doing this will store the DOR as base64.

 

Thanks

 

View solution in original post

4 Replies

Avatar

Employee Advisor

@vidhyabhushanbahl I have communicated to the internal team. Someone will suggest shortly.

Avatar

Correct answer by
Level 3

To generate and save DOR using Azure Storage FDM,

- FDM should have a binary field say DOR

- binariesinlnline should be true

- DOR bind ref should point to binary field(DOR) under submission properties.

 

Doing this will store the DOR as base64.

 

Thanks