Hi @Sanjana12 ,
You can use it in the following way.
In the component dialog if you are using Coral3 resource Types make sure to use the composite="{boolean}true". Please see the below dialog snippet
<bookdetailswithmap
jcr:primaryType="nt:unstructured"
...
Hi @Sanjana12
Can you elaborate? Are you getting the link from Author in a Multifield widget? And are you trying to fetch it in Sling Model so that you can return it to Frontend?
There seems to be an issue with the Query. The query is not able to generate results hence not able to return it to the Report. If we fix the query the report should ideally work.
I believe you are trying to fetch pages between 2 dates based on 'DateProp'. 'dateFrom' and 'dateTo' are provided in ...
Hi,
Kindly refer to the below document, it explains on how you can add Multifield to CF. Although it would require JS customizations.
http://experience-aem.blogspot.com/2018/10/aem-6420-assets-content-fragments-coral-3-composite-multifield.html
Hi @skumari1
Can you try running the Report Query in CRX and see if the results are coming fine?
Also check configuration of Query Language value that is configured as part of JCR Query Report Configuration component. Check if it same as the intended value. Refer below document to check the sam...