Re: Get to Value with Adobe Target
Re: Experience with jsProcessor/cssProcessor
Re: Adobe Target recommendation
gaureshk30144236 The recommendation engine prepares the number of recs candidates based on the design. So for a design with 3 slots, the recs algorithm will try to generate 3 * number of design slots candidates. So when the design changes it will need to recalculate the no of candidates again. Hence the reason that you need to wait for the results again when you make changes to the design.
Re: Can we achieve interacting with component in AEM touch ui edit mode?
From the look of Pic #1, it looks like you have the "Vertical Modular Tab" component being rendered out as not configured. It is writing out the data-emptyText out. Check that to make sure
Re: Questions about Touch UI DAM Metadata Schema Standard Tags Form Field (AEM 6.5)
Hello theop76211228,
Thanks for your feedback and for confirming that you see the same thing! I have opened a Daycare ticket and will post back here when I have more info from them.
To answer your question, I am also testing with AEM 6.5.1.
Also, thank you for link to your article, it is nicely written! I particularly appreciate the info about validating form fields as we have a few use cases where this will come in handy.
Re: referencing javascript library in personalized block issue with delivery template
here is the link for unsubscribe and the image with tracking URL on delivery template
<a href="<%@ include view='wpKADUnsubscribeUrl'%>" name="HTML_preference_link" _label="HTML_preference_link" _type="optout" target="_blank" style="-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #C41230;text-decoration: none;font-weight: normal;"> Unsubscribe </a>
Re: How to Resolve Error: Scopes from metascope are not a subset of the client id scopes
ankits28281247 I am able to fix that JWT Metascope issue and now my microservice is ready . Thanks though for your kind support
AEM6.3 coral touch ui with autocomplete tags for dynamic processing
Hi,
I am using AEM6.3 touch ui with coral .
1> I need to update bulk tags for assets ,but in the process i will not store the dialog data to an page properties as at the same time any other user can use the same dialog page for other tags editing
2> For this i need to use javascript to process the 3 fields autocompelte ,selection, datepicker for reading asset data and populate them on touch ui dialog load.
3> On submit the dialog should not save data to page based on dialog names. Instead i need to capture the dialog data in javascript and send to java code for processing on submit, so that those assets are updated with this 3 fields values that are in dialog.
Please provide inputs with sample code as how could i achieve it.
The dialog fields that i will be using will be:-
<navigationStyle
granite:id="navigationStyle"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/select"
name="./itemType">
<items jcr:primaryType="nt:unstructured">
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="/apps/testdatasource"/>
</items>
</navigationStyle>
<prDate
granite:class=".cq-dialog-field-filldata-data"
granite:id="datecomp"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/datepicker"
displayedFormat="MM/DD/YY"
displayTimezoneMessage="{Boolean}false"
required="{Boolean}true"
name="./date"
type="datetime"/>
<tagRegion
granite:id="tagRegion"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/autocomplete"
mode="contains"
multiple="{Boolean}true"
name="./tagsRegion">
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/common/datasources/tags"/>
<options
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/autocomplete/list"/>
<values
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/autocomplete/tags"/>
</tagRegion>
Thanks
Re: Mock Casting of jcr Session to Jackrabbit Session - (JackrabbitSession) session
Hi,
I need to make some changes with the users in aem so i need the jackrabbit session which i need to get it from jcrSession session that why i need to cast it and the code is working fine but while writing my test case mocking that is cast is not working.
Thanks & Regards,
Indrajith
Working Library is showing red
Hi Everyone,
I have setup a new library and created a data element . When I save the changes to data element using the library, the library shows me red instead green .
The failed error message is "The "Adobe Analytics" extension has been upgraded on this property. The upgraded version must be included in this library by selecting the "latest" revision. Add it to your library, then rebuild."
How can I fix it ?
Re: External API Activity
Hello,
This is one of the advanced capabilities of campaign standard, here is the documentation that explains how to use it - External API if any one would like to review. Thanks!
Re: The hyperlink of the richtext loss the href
AEM uses Link Checker service to validate all internal and external links available on the page.
Please refer below link:
http://www.aemcq5tutorials.com/tutorials/aem-link-checker-comprehensive-guide/
Re: Experience with jsProcessor/cssProcessor
It is really old thread. And I am afraid if I can pull this up again.
Re: referencing javascript library in personalized block issue with delivery template
Hi,
Try this in personalization block-
<%
loadLibrary("wp:base64.js");
var _email= recipient.email;
var _id = recipient.id;
%>
Preferences/OptDown?params=<%=escapeUrl(Base64.encode(url))%>
Content as-
<a href=https://preferencestest.test.com/"<%@ include view='wpKADUnsubscribeUrl'%>" name="HTML_preference_link" _label="HTML_preference_link" _type="optout" target="_blank" style="-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #C41230;text-decoration: none;font-weight: normal;"> Unsubscribe </a>
Target Recommendations using mbox parameters and augmenting data with a feed
Hi,
I am storing product information via mbox parameters (product, urls, stock...) and would like to use a csv feed to augment my data with promotional messages.
However, when I am uploading a csv feed with the additional information, it overwrites the data stored via the mbox. How can use both together?
Thanks
MV
Re: Convert Static Templates to Editable Templates
Dear All ,
Anybody please help me on this ???
Re: referencing javascript library in personalized block issue with delivery template
Hello vendimb15716755,
Check how is the pair 'MirrorPageUr, MirrorPagel' made in personalization blocks.
Marcel
Re: Working Library is showing red
This is fixed now.
Re: Convert Static Templates to Editable Templates
Try creating a page component using this content.html where you can keep everything except the last two components.
Those two components you can directly include on editable template.
Hope this helps.
Re: The hyperlink of the richtext loss the href
We too faced this issue inside multifield.
Please raise a day care ticket.