Hello Team,
Is it possible to store multifield values in JSON format without ACS Common in AEM 6.5?
Regards,
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @arvind ,
If we are not using acs-commons-nested="JSON_STORE" to store multifield data as json, need to write our own implementation like acs or we need to expose the content as json. Hope the below article would be helpful for your requirement.
Regards,
Santosh
Hello @arvind,
By default, AEM stores multifield values in nodes. If you need it in JSON, then please use ACS Commons as shown here: https://helpx.adobe.com/experience-manager/using/multifield_aem63.html
If you don't want to install ACS then you would need a utility to convert node values to JSON similar to what ACS is doing. On your local only for writing logic, install ACS, debug files under this folder for multifield store as JSON: /apps/acs-commons/touchui-widgets/composite-multifield to get more details and implement in your project.
Jineet
Hi @arvind ,
If we are not using acs-commons-nested="JSON_STORE" to store multifield data as json, need to write our own implementation like acs or we need to expose the content as json. Hope the below article would be helpful for your requirement.
Regards,
Santosh