Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
When doing DDX, what is the path to use to pull a PDF or XDP file from the CRX repository?
I know the path to use if the file is in a folder on the server.
If I load a PDF or XDP via the AEM Forms UI under Assets, what path do I use to retrieve it via the DDX?
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="result">
<XDP>
<XDP source="file:////adobe/xdps/eForms/EMED-48-07-TEST.xdp"/>
</XDP>
<PDF source="file:////adobe/DocumentStorage/eforms_static/dev/45098.pdf"/>
<NoForms/>
</PDF>
</DDX>
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
Hi ekehiu,
Currently, DDX does not directly support specifying CRX paths in source attributes to pull files from repository. However, you can put an arbitrary string in source attribute and specify a document object [1] in the input map against that key. Document objects can be constructed using CRX node paths and hence, can solve your purpose.
[1]: https://helpx.adobe.com/aem-forms/6-2/javadocs/com/adobe/aemfd/docmanager/Document.html
Vues
Réponses
Nombre de J’aime
Hi Erick,
Post the query at http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/aem-forms.html
Thanks,
Vues
Réponses
Nombre de J’aime
Moving this thread to AEM Forms Topic.
~kautuk
Vues
Réponses
Nombre de J’aime
Hi ekehiu,
Currently, DDX does not directly support specifying CRX paths in source attributes to pull files from repository. However, you can put an arbitrary string in source attribute and specify a document object [1] in the input map against that key. Document objects can be constructed using CRX node paths and hence, can solve your purpose.
[1]: https://helpx.adobe.com/aem-forms/6-2/javadocs/com/adobe/aemfd/docmanager/Document.html
Vues
Réponses
Nombre de J’aime
Vues
Likes
Réponses
Vues
Likes
Réponses
Vues
Likes
Réponses