Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
I'm looking at switching to "Experience Manager" but can't find out where my data gets stored, my business is in Australia and am seeking confirmation on where data is stored. For example if I use an Adobe online form to gather personal data in Australia on Australian Citizens can I configure the product to only store the gathered data in Australia, likewise if I gather data from European citizens can I configure the product to use a European based datacentre?
Thanks
Vistas
Respuestas
Total de me gusta
When working with AEM - you can code your apps to store data to meet your business requirements. An AEM online form can be developed to store data in the AEM JCR on the local server. Likewise, you can develop your solution to store data in a relational database using a form model or a custom service. AEM is very very flexible from a development perspective.
Vistas
Respuestas
Total de me gusta
Hi There,
It all depends on the submit action configured on the form. You can either use OOTB available submit actions or you can have your own custom submit actions to handle the form data.
You can look for the submit actions available in below link:
Adobe Experience Manager Help | Configuring the Submit action
As you might have seen in few submit we store the data in CRX only but we also give an option to submit data to external Databases. Now the use case you have may involve identifying the form location and sending it to the respective database. Something not possible with out of the box submit but you can write your own submit action and try. If you can somehow load 2 different AF having different submit actions based on user location then you can leverage FDM (Form Data Model)[1] also to achieve the use.
[1]Adobe Experience Manager Help | AEM Forms Data Integration
Vistas
Respuestas
Total de me gusta
Adding to what Scott and Mayank already mentioned,
A lot of data may reside in AEM but make sure to check where your AEM server are located when considering this.
Vistas
Respuestas
Total de me gusta
If you're collecting data in forms the default storage of the payload is going to be CRX. However,we generally use databases to store data.
https://helpx.adobe.com/experience-manager/6-3/forms/using/integrate-draft-submission-database.html
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas