what is use is Guided Bridge , Advantages of using Guided Bridge & How use in AEM OSGI Forms
Regards
Vara
Solved! Go to Solution.
Views
Replies
Total Likes
The procedure to accomplish this particular use-case is outlined in detail at the following link, https://experienceleague.adobe.com/docs/experience-manager-65/content/forms/form-data-model/using-fo...
so you want to retrieve the attachment from DB and show them in the Adaptive Form?
Yes, we would like to retrieve Attachment which stored using FDM (Form Data Model)
Here are steps followed
Step 1: Created Adaptive form using Data Model
Step 2: Binding the Adaptive Form fields to Database table columns (automatically binding )
Step 3: Added submit button(for insert) and button (retrieve)
Step 4: For Insert(submit button) added submit action as data model and map database table service
Step 5: Able inset and retrieve But not able get attachment show at adaptive while fetching from DB
Note: we don't want to store the adaptive form attachment to AEM repository Because of having sensitive data (if any challenges we may need to use FDM with S3 Integration i.e. for data (text data ) store in DB then attachment store & retrieve in S3 again issue How map authenticated users ,adaptive forms mapping to stored attachments .
let me ask and get back to you
in the meantime can you take a look at this sample
make sure you enter a valid email (the email you receive may go to junk folder)and phone number that starts with the country code
do not + sign to the country code
I think when you retrieve the attachments you will have to store them in some temp location in crx.
Current challenge is how retrieve the attachment . Is it possible leverage below classes as part Guide Bridge API
Class: GuideFileUpload
Class: GuideBridge
Regards
Vara
I didn’t think so
@varaande Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes
The procedure to accomplish this particular use-case is outlined in detail at the following link, https://experienceleague.adobe.com/docs/experience-manager-65/content/forms/form-data-model/using-fo...