Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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

 

1 Reply

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