Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

Data Dictionary implementation

Avatar

Level 5

As per this document on data dictionary, it's used to add data from backend sources into an adaptive document.:

https://helpx.adobe.com/aem-forms/6-1/data-dictionary.html

But there's no mention of how it does this. Is it through OSGI services? Also can it accept input parameters? 

Is there any link that expounds more on this?

Thanks. Sort of posted this in another thread but it was meant for a different question.

1 Solução aceita

Avatar

Resposta correta de
Employee

Please check the documentation

https://helpx.adobe.com/aem-forms/6-1/adaptive-document.html

which explains how user can add a argument &dataRef=<xml data path> in the AD authoring or preview URL.

This xml data is based on the Data Dictionary which is used for creating AD.

 

Also, the following documentation mentions supported protocol that can be used to for pre-populating user data using dataRef argument :

https://helpx.adobe.com/aem-forms/6/prepopulate-adaptive-form-fields.html

Ver solução na publicação original

4 Respostas

Avatar

Employee Advisor

Data Dictionary is used in Correspondence Management for generating notices and letters. Adaptive Documents are based on Correspondence management letter templates. Now coming to your question of DD- DD provide a way to map your xml data elements with your data structure that is consumed  by CM.Customers typically would provide the xml data that is consumed by CM

Avatar

Level 5

Thanks for the answer.

So are static xmls the only way to feed data into data dictionaries? No way to get them from osgi / web service?

Avatar

Resposta correta de
Employee

Please check the documentation

https://helpx.adobe.com/aem-forms/6-1/adaptive-document.html

which explains how user can add a argument &dataRef=<xml data path> in the AD authoring or preview URL.

This xml data is based on the Data Dictionary which is used for creating AD.

 

Also, the following documentation mentions supported protocol that can be used to for pre-populating user data using dataRef argument :

https://helpx.adobe.com/aem-forms/6/prepopulate-adaptive-form-fields.html

Avatar

Level 2

Hi,

In order to provide dynamic data xml in 6.1 to Adaptive Document we can create a servlet or JSP which can forward request to Adaptive Document. While forwarding we can set dataRef dynamically.

Also, in 6.2 there is an OOTB support to provide data xml using OSGi services.

Thanks

Nitin