Quantcast
Channel: Adobe Community: Message List
Viewing all 150094 articles
Browse latest View live

How to add custom properties when asset metadata save action happens in touch-ui

$
0
0

Hi,

 

I have a requirement to add additional properties for assets while metadata editor Save & Close action happens. The additional properties are created via a servlet. So I'm searching the path and js of this Save & Close action to call my servlet. Please help with this if anyone comes across this kind of requirement. 


Re: Import a file of test profiles using a workflow

$
0
0

Hi Kyle,

 

It seems to work, Could you please check the File Structure and Column definition in the "Load File" activity matches with your Fieldsdata type in the Custom resources and ensure to have a Reconciliation Criteria element mapped for Update/ Insert or Updateoperation Type in the "Update Data" activity

 

Thanks,

Prem Kumar Ganesan

Re: dynamic content based on profile in Adobe campaign standard

$
0
0

Thank you for you reply. I think, this is not part of additional data. why do we need to bring audience as additional data? they are available by in a delivery. it is just the dynamic content  which doesn't work

CQ.CoreComponents.panelcontainer.v1.AFTER_CHILD_DELETE eventlistner node property

$
0
0

Hi,

 

was going through a component in a helpx project, saw CQ.CoreComponents.panelcontainer.v1.AFTER_CHILD_DELETE property at eventlister node under edit:config node? is it predefined value like REFRESH_PAGE?

how can we query the transaction event payload using workflow

$
0
0

Hi Team

 

which table should we query to get the transactional event payload. i am trying to get all the payload we received for transactional messages.

 

Thank you.

Regards,

Suraj

Re: AEM QueryBuilder 'type=cq:Page' condition is not working

$
0
0

It looks like you are trying to make a join search for title "cost" OR description "cost" from a page under path=/content/some-path

i.e. the XPath query should be something like:

 

/jcr:root/content/some-path//element(*, cq:Page)

[

(jcr:contains(jcr:content/@jcr:title, '*cost*')

or jcr:contains(jcr:content/@jcr:description, '*cost*'))

]

order by @jcr:score

 

As such the query wil use OOTB /oak:index/cqPageLucene/indexRules/cq:Page. A correct syntax for a query builder predicate should be:

 

type=cq:Page

path=/content/some-path

 

group.p.or=true

 

group.1_fulltext.relPath=jcr:content/@jcr:title

group.1_fulltext=*cost*

 

group.2_fulltext.relPath=jcr:content/@jcr:description

group.2_fulltext=*cost*

 

p.limit=-1

p.offset=0

orderby.sort=asc

orderby=@jcr:score

 

 

Note, that OOTB cqPageLucene has only a title property:

/oak:index/cqPageLucene/indexRules/cq:Page/properties/jcrTitle

If you are querying for a description property you might want to edit the cqPageLucene by adding "description"

 

index.png

Re: Not able to use synthetic workflow on deletion-workflow using ACS bulkworkflow manager

$
0
0

A syntectic workflow is a part of the ACS Common tool. There was some issue in earlier versions of "Synthetic Workflow". Make sure that you are using the most recent ACS that is suitable for your version of AEM.

Re: Best Practice for Using Template Types in AEM 6.5


Re: Where is saving relationship data in /crx/de repository about Blueprint/LiveCopy

Re: Conversion of items to json

Re: Message Center on Adobe Standard

$
0
0

Hi ,

 

Just want to export Transactionnal emails Activity ....

Number of, sent, error ....

Liste of Open with : URL , Url Type, Date, event, ...

 

I don't want tu use collections, I would like to export one record for each record I find in the tables : Braodlogs, Trackinglogs

Installing AEM using Ansible.

$
0
0

Hi,

 

I am trying to install and configure the AEM using Ansible tool. Did anyone have been tried if yes please guide me by sharing the working playbook and also guide how to perform the setup AWS instance using Ansible.

 

Thanks in Advance.

 

Regards,

Nagesh

Impossible to set up my language

$
0
0

Hi Support Team,

 

I want to change the language of my Adobe tools and have everyone in English. Currently, I have a mix of French and English in Analytics for instance

 

But I have no access to the language in my settings, and can not change it.

 

What is the solution?

 

Thanks and regards,

Françoise Gay

 

francoise.gay@euroclear.com

Re: Installing AEM using Ansible.

$
0
0

This type of installation is not officially supported and has never been QA

Re: Impossible to set up my language

$
0
0

Can you please try changing the language from the "Language" setting in the footer of the Analytics UI? Even if you see "English", try selecting "English" again and that should work. Below is a screenshot:

 


Re: Understanding of segment container

$
0
0

Unique Visitors will de duplicate or capture users based on time frame.

 

If a users visits your site before the campaign start, then after the campaign start they are tagged. This will show your discrepancy.

 

I recommend across monthly time frames. Use Monthly UVs (or else UVs will be factored of duration of dates of report pull).

 

Hope this clarifies things.

Not getting AEM in properties of ui.apps and ui.content in Eclipse

$
0
0

Hi All,

 

I am facing an issue in Eclipse on AEM project.

I am not getting JCR properties in AEM perspective and also the folder structure of ui.apps and ui.content also not looking great in my eclipse.

On searching in web I came across this thread unable to get jcr properties in eclipse  which will fix my jcr:properties visibility and folder structure issue.

But the problem is I am not getting the AEM in Properties of project (ui.apps and ui.content).

I am on AEM perspective and also AEM server started successfully. My projects facets also proper.

 

Version of Eclipse: Version: 2018-12 (4.10.0)

Maven :3.6.0

Java: jdk 1.8.0_201

 

Kindly help me to fix this.

 

Thanks in Advance.

 

screenshot 1: folder structure

 

 

Screenshot 2: AEM option missing in properties

 

Screenshot 3: JCR properties

 

Adding screenshots

Re: Adobe Target Global MBOX

Re: Satellite.getVar change

$
0
0

If the rule that is firing is an Event Type of Direct Call, then the Data Element doesn't have access to `getVar`. You can access the values inside the Data Element through `event.detail.name`, and `event.detail.value`.

Re: E/ADBMobile: AnalyticsExtension error

$
0
0

I have also followed all the instructions provided in the documentation but still facing this error due to which i am not even getting data into RS

Viewing all 150094 articles
Browse latest View live