Hi All ,
We tried upgrading AEM from 6.5.8 to 6.5.15. After upgrade , the nested Multifield inside content fragment not able to save values in respective JSON format ({"x":"x","y":"y","z":"z"}) instead saving in string array. [x,y] Because of that CFM values are blank .
Multifield js referred.
https://jimfrenette.com/aem/content-fragments/composite-multifield/
Tried also this ,still facing the same issue.
Anyone else facing this similar issue.
Thank you in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Harishv31, Recommended approach from Adobe for achieving a Nested Multifield is to implement a Nested Content Fragment.
1st Content Fragment with Author Multifield (Fragment Reference)
2nd Content Fragment with Country Multifield (Fragment Reference)
I am assuming that nested multifield is a customization.
If yes, Adobe ticket cannot be raised. You would need to investigate and fix it.
In case, you have customized any OOTB js library. Please take the latest file, and append your customization to it.
Hi @Harishv31, Recommended approach from Adobe for achieving a Nested Multifield is to implement a Nested Content Fragment.
1st Content Fragment with Author Multifield (Fragment Reference)
2nd Content Fragment with Country Multifield (Fragment Reference)
Assuming it's an existing system, probably changing your implementation globally is not viable. As a recommendation for all future cfm models follow best practices from Adobe, and for this one probably you have to understand the customization done and refactor to make it work in the upgraded env.
Views
Likes
Replies
Views
Likes
Replies