Multifield with composite(not string array) | Community
Skip to main content
New Participant
April 20, 2021
Solved

Multifield with composite(not string array)

  • April 20, 2021
  • 2 replies
  • 1795 views

I want to have a multifield with data migration.

It is not populating in the dialog when reopen in Touch UI dialog but I do see data in JCR.

 

composite="{Boolean}false"

 

I need to have composite="{Boolean}false". How to make it possible with it? The issue is I do not see it being populated in dialog when reopen dialog.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Umesh_Thakur

It seems like there is some issue with the compatibility of acs in your instance.

So there can be some way to handle it with acs packages but if you still have some issue then you can handle it with front-end js also that you can find it on below link

http://www.sgaemsolutions.com/2017/03/touchui-composite-multi-field-with-drop.html

 

Hope this will help.

Umesh Thakur

2 replies

Nikhil-Kumar
New Participant
April 21, 2021
gbawejaAuthor
New Participant
May 24, 2021
Thank you for your response Nikhil.
Umesh_Thakur
Umesh_ThakurAccepted solution
New Participant
April 21, 2021

It seems like there is some issue with the compatibility of acs in your instance.

So there can be some way to handle it with acs packages but if you still have some issue then you can handle it with front-end js also that you can find it on below link

http://www.sgaemsolutions.com/2017/03/touchui-composite-multi-field-with-drop.html

 

Hope this will help.

Umesh Thakur

gbawejaAuthor
New Participant
May 24, 2021
Thank you Umesh for your response.