Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I looked at the contents of the XML and from what I can tell, this just define the workflow model that's used (behind the scenes) + allowing the author/user to input the payload path. Is my understanding correct? Thanks
Hi Team I am working on requirement where I have two groups of users like usergroup_a and usergroup_b.I have few pages like page1, page2, page3. I want page1 to be visible only to usergroup_a but not to usergroup_b.page2 to visible only usergroup_b but not to usergroup_apage3 to visible to both usergroup a and usergroup b. Any advice how to take up this requirement. Thanks in advance
I'm having this issue in AEM 6.5.3 where the list view of Assets is displaying the jcr:title in the title field instead of dc:title. We found this when we moved an asset and update the title in the Basic Tab. The correct titles comes up in the card and column view. Is anyone aware of this issue?
Greetings!!I am doing aem solr integration on AEM 6.5.5.and following this link to implement the same .https://helpx.adobe.com/experience-manager/using/aem_solr64.htmlI have tried uploaded the same package given on the above link.and when i reach this step - https://helpx.adobe.com/experience-manager/using/aem_solr64.html#ConfigureAEMtouseSolrServerand try to access this link - http://localhost:4502/etc/solr/solrindexer.htmlThis page comes blank.Next Thing i tried was :I copied all java files from here...build my own project with archtype 22 ...and replaced all the deprecated methods with the latest ones.Still the issue remains same.and here below are the error logs in both cases..2020-09-18 20:19:17.665 DEBUG [com.juniper.aem.core.filters.LoggingFilter] request for /etc/solr/solrindexer, with selector null2020-09-18 20:19:17.665 DEBUG [com.juniper.aem.core.filters.LoggingFilter] request for /etc/solr/solrindexer, with selector null2020-09-18 20:19:17.777 DEBUG [com.juniper.a
Hi,in a AEM Forms document I use a fragment (let's call it A), which also includes the master pages where there is a title (let's call it H) to be placed at the top of the pages.Through a for loop I create n instances of A (with addInstance method). Each of these instances of A can be x pages, with x variable. How can I associate a growing number with H for each instance of A?That is, "text of H" + "1" on the pages of the first instance of A, "text of H" + "2" on the pages of the second instance of A, etc
Hi everyone,I have a requirement where I need to search for all the assets with a particular property. I am trying to use Query Builder API for it. My assets are under multiple different folders under /content/dam. They can be in /content/dam/abc or /content/dam/abc/def or even /content/dam/ghi. There can be multiple child folders or parallel folders where my assets are present. How do I search for all assets which have one property in common in all these different paths? If I use path=/content/dam in my query, it doesn't give any result as all my assets are in one or the other folder but since there are multiple folders I cannot give one definite path. I am using AEM 6.4.2
below is my scenario, card variation has three options Image on top, BG-Image and No Image. the card size field shoukld display only on Image on top variation. for thisdialog structure, for cardSize node I added granite:datanodewith value cq-dialog-showhide-target = .showhidetopImageeventhoug I provided showhidetargetvalue String[] topImage,cardSize. its not working as expected
At first I used single values for a property businessCategories. but now I edited field in page properties as multifield.Now I have to change all the previous values in each page's jcr:content to multifield. How to do this bulk operation of changing to multifeld? It is throwing error when i use data importer to bulk import properties saying "[L@453fkgiofj] is cannot be saved in /conent/..../..". if possible provide solution with no code changes.Thankyou.
Is there an easy way to propagate the changes to a template in code to the pages that use that template? Without making brand new pages. I have added components and moved them around.
Currently, our product list component can only add 20 products at a time. That means if there are 60 products, I need to select to add them three times. Our developer said it is an Adobe bug, so we need to wait for Adobe to fix it. I was wondering if anyone using AEM as a cloud service is facing this same issue.
Hello Everyone.I have a little request/need of informations about the IP of Adobe IO for whitelisting(I did check on the several post and documentation but i'm not sure of what i found ) .My use case is the following : I have an action deployed on Adobe IO that will make some Rest Call on a server B (managed by an external team/ provider)The server B provider is asking me the Adobe IO IPs (or range) so he can whitelist them.Does any of you know where i can find that list?Thank you for your helpRegards.
I am having an issue with Content Fragment GraphQL Query. I have model A which holds a fragment reference to Model B. Model A has name field and ModelB reference. Model B has a field called category. I want to get both the result in 1 query like modelAList{ items{ name modelBList { category } } } But it gives me syntax error "message": "Validation error (FieldUndefined@ Field 'category' in type 'AllFragmentModels' is undefined",
Is it a good practice to combine unrelated models in a single GraphQL query in AEM, or should I create separate queries for each model?Could you please share some insights on this
I want to clear cache in Fastly in aem as a cloud service. Is there any curl command to clear the cache ? I tried with below command curl -X PURGE https://publish-pxxx-exxx.adobeaemcloud.com/content/my-project/test.html I get "Unauthorized" error message. How do we get "x-aem-purge-key"? Is there any other option available ?
Hi everyone,We would like to clean out some of the bad data in our Marketo lately to manage the usage.I have noticed something and looking accross the community , but not quite sure if there is a better solution with it?Some of the bad data were inserting like asdf@asdf.com, 123123@gmail.com, ddd@ddd.dd.uk , since the leads might be insert for requesting some , but it is a fault email address, so they never being delivery with any email, that is why Marketo won't be able to recognize these email address are invalid or should be suspened?When I run the smart list, these email address just sit in marketo, but Not showing as Email invalid , Email suspened, not even UnsubscribedDoes anyone know what will be the better way to identify them? Thank youKind regards,
Hi All, I am trying to create a Content Fragment Model (CFM) in AEM, but after adding around 30 properties, the CFM starts crashing. It becomes unresponsive at times, and sometimes it appears blank in the CFM console. However, I can still see the added nodes in CRX. Could you please guide me on what the issue could be and how to resolve it?
Hi all,I'm looking for information on how task visibility works for assignees. To explain:I have project managers in a dept who regularly assign 10-40 assignees to the same task. Their reasoning is that the task is shared, and they want their team members to each work on a portion of the task as able. They don't want to assign using a Team, because they say when one person on the Team chooses to 'work on it', then the task disappears for everyone else - they want it to remain visible. This is our sticking point: allowing multiple persons to work on a task and have it remain visible to all until fully complete. I am wondering if assigning to a Role produces the same behavior as assigning to a Team? Or if it will provide the visibility they are asking for. Or, if someone has solved for a similar situation and has insight? Our current process is playing havoc with reporting & resource managment, not to mention just being able to view the project task list. Thanks!
Hi, Is there a way to download more than 400 rows from a workspace table?
Is there a way to serve localized content from Content Fragment. For country and language. Like I have an hierarchy us/en/ and I have de/de. Is there any OOB functionality for the same?
Hello, I am having problems with a scheduled report because the received Excel file contains no data (equal to 0) related to marketing channel metrics that are instead shown correctly in the Adobe dashboard. Has this ever happened to anyone? What is the cause?Could this be a temporary issue since, until yesterday, the Excel file showed all the tracking correctly?
One of our scenarios stopped today just before the Workfront Update Record module because the record was an OPTASK with a status of New+Pending Approval. This is a very rare condition, so to avoid this happening again I modified the scenario to stop for any object where there is an Approval Process with a status of Pending Approval. Here is what I did: Using a Read Record module, I read the awaitingApprovals collection for the object, And just after that module, I created--- a variable representing the numeric length of the array (I did it this way because I've had problems with 0 and 1 being recognized as strings and not numeric data types in the past)--- then a filter for the route to continue only if the variable is less than 1 : This approach works after testing, but was there a simpler way to do this? Thanks for your feedback.
I've got a few questions about Customer Journey Analytics that I'm hoping you all can help me with.Data Limits: What are the current data limits for CJA?Dimensions: I heard about only 5 dimensions being allowed in CJA. That seems off to me, but I wanted to check. If anyone has experience with large-scale implementations or complex setups in CJA, I'd really appreciate your insights. Also, if there are any good resources or documentation you'd recommend, please share!Thanks for your help, everyone.
Hello! I'm looking to build a Work in Progress report for our Marketing dept. They're looking for monthly "snapshots" of what projects were In Progress during each month. Not the month they started, not the month they finished, but an overall "In Progress". An example would be a project may have started in March and completed in June. We would want that project to show up in March, in April, in May, and in June. We are talking about a LOT of projects, so listing out the individual projects on a chart-style report is not an option - ideally it would be a bar chart showing work in progress by month. Here's an example:Let me know if I can clarify further! Thank you.
I'm intrigued. One of our Workfront colleagues explained that a huge part of their energy is spent trying to solve logistical challenges such as this example: "Get a room. And two special pieces of equipment. And a person who can do This. And another person who can do That. For at least 30 minutes. But ideally an hour. As soon as possible. But not Friday. And no later than 2pm next Thursday. Unless something changes." That sounds exciting (and crazy) to me. But if it sounds familiar (and normal) to you, I'd appreciate if you'd share how you Orchestrate all these moving parts inside (and/or alongside) Workfront. Regards, Doug
Hello, I have an issue with dates, for computed date, I need to add 60 days (validity period) & format the date.I can format the date but i cant able to add 60 days to my computed date. if i try to add am getting error as "invalid syntax missing schema field ". (using variable).ThanksAJODev
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.