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 -
Any help.
Trying to do what is there on https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/forms/create-an-ada...
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
@vidhyabhushanbahl I have communicated to the internal team. Someone will suggest shortly.
Views
Replies
Total Likes
Thanks
Views
Replies
Total Likes
@Mayank_Gandhi - Any update?
Views
Replies
Total Likes
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
Views
Replies
Total Likes