Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Currently, two dimensions are visualized in two different ways (one line and one histogram) to reflect the two dimensions. The two dimensions should be visualized together. A similar view would be nice. I would like to know why you think this feature is important to you - Superimpo...
Context With AEM Guides (version 4.x or lower) users can publish content to various output formats including AEM Sites, PDF, HTML and more using the ditamap dashboard (see [1]). This dashboard has various tabs (output, reports, output presets etc.). There are times when you want to make minor change in behavior of out of the box interface. Let us understand this type of use case with a requirement. Requirement Let us take an example of output to AEM Sites where the generated output can be previewed directly from the link available under "Ouputs" tab on the map dashboard. Out of the box the preview link available from outputs tab opens the page in preview mode - where you will not see options to publish the AEM Site page to the publish instance because in preview mode the publishing and other site page options are not available. Reason being, the URL of preview link contains "?wcmmode=disabled" which hides various other options. But, to be able to see all
Session Details [Level: Intermediate] In this session, you'll learn how to implement headless CMS via AEM in many ways. This session will cover the following: Content services via exporter/servlets Content fragment via asset API (demo) Content fragment via Graphql (demo) Some real-time use cases around using content fragments and their approaches SPA Editor learnings (Some solution approach on when to choose) (demo) Session Recording Session Schedule 9th November, 2022 | 10:00-10:45 PST OR 18:00-18:45 UTC OR 19:00-19:45 CET Speaker(s) Vengadesh Shanmugavelu, Technical Architect, Qatar Airways Moderator(s) Adobe Product(s) AEM Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for this session using the registration link shared above.
Adobe Experience Manager Forms (AEM Forms) customers with Adobe Managed Services or On-premise Enterprise Base licenses are entitled to use Acrobat Reader DC Extensions service. The service enables an organization to easily share interactive PDF documents by extending the functionality of Acrobat Reader with additional usage rights. The service adds usage rights to a PDF document and activates features that are not available when a PDF document is opened using Adobe Acrobat Reader, such as adding comments to a document, filling forms, and saving the document. Third-party users do not require additional software or plug-ins to work with rights-enabled documents. PDF documents that have usage rights added are called rights-enabled documents. A user who opens a rights-enabled PDF document in Acrobat Reader can perform the operations that are enabled for that document. Adobe leverages a public key infrastructure (PKI) to issue digital certificates for use in licensing and feature enablemen
Has anyone else been experiencing high turnover rates with your CSMs and your ASEs? We have had a lot of turn over this last year and just received notice that we are, again, getting both a new CSM and a new ASE. Is this typical?
Use this thread to ask any questions related to the Workfront for executives course in Experience League. Experts are monitoring this thread to ensure your questions are answered.
Hi WF Community, I'm looking to get the sum value from a specific custom field (Amount__c) based off of one or many bundles, per program. Example: There 2 Billing Records over in Salesforce associated to WF Program A. I grab this data with a Salesforce (search with query) module. See screenshot called "Get Billed Overage from SFDC". It pulls over the Amount field value from those Billing Records. In this example, let's say the Amount value for Billing Record #1 is 114,000, and the Amount for Billing Record #2 is 4,500. See screenshot A, attached. Then, I have an Iterator module that looks at the Billing Records from the above Salesforce module (search with query), and groups bundles by Salesforce Asset ID (an asset has a 1-1 relationship with a program). See attached screenshots called "Iterator" and "Iterator Results". From there, it hits a numeric aggregator module. See attached screenshot called "Numeric Aggregator". This is w
Env. AEM Forms 6.5 SP-12, On Prem XML Payload for outputservice: <RootElement> <FirstName>FirstName</FirstName> <FirstName>LastName</FirstName>. . . <DocSource1>sampleContent1.pdf</DocSource1> <DocSource2>sampleContent2.pdf</DocSource2> <DocSource3>sampleContent3.pdf</DocSource3> <DocSource4>sampleContent4.pdf</DocSource4> </RootElement> The above is the xml structure I am receiving as dynamic data to input XDP template. The Original SampleContent1,2,3,4.pdf exists in the file system. (Please note in XDP template these pdf will not be pre-built, We will get it like pdf files only). I am using live cycle Designer to create XDP template and are using Document services (OutputService/ FormsService) of AEM 6.5 to generate the final pdf. Document doc = outputService.generatePDFOutput(xdpTemplate, xmlDocument, outputOptions); Here question is – How can I embed th
Good morning I am modifying a query to boost results on a pages when a "Master tag" is found in cq:tags or a masterTag property. I am running 6.5.14.0 My (simplified) query is as follows: Select * FROM [cq:Page] AS story WHERE ISDESCENDANTNODE(story,'/content/test-uc/news/articles') AND( CONTAINS(story.[jcr:content/cq:tags],'"blog:college-prep/paying-for-college"^2 OR "blog:college-prep"^5 OR "blog:college-prep/choosing-a-major"^2') OR CONTAINS(story.[jcr:content/masterTag],'"blog:college-prep"^10') )ORDER BY story.[jcr:score] desc I have an index for these pages, and have checked the query performance diagnostic to ensure that it is using this index. I have also reindexed several times to ensure that the index us up to date with the config. /oak:index/newsSearch newsSearch: { "jcr:primaryType": "oak:QueryIndexDefinition", "compatVersion": 2, "includedPaths": [ "/content/uc/news/articles",
Hi, We have been using custom AEM components in Adaptive Form Fragments. But since we are moving to AEM Cloud we do not have an option to add custom Components to Form Fragment. Form Fragment is created with cq:template:/libs/fd/af/templateForFragment/defaultFragmentTemplate. 'defaultFragmentTemplate' is defined as granite:finalArea. Is there a way I can tell the product to create Form Fragment using a custom template (For ex : /apps/fd/af/templateForFragment/defaultFragmentTemplate).
Hi, Created a user based report to collect all the vacation days including date and numbers. Used below taxt code to collect all days in timeoff. displayname=Vacation Days in 2022 (Working Days Only)listdelimiter=<br>listmethod=nested(reservedTimes).liststextmode=truetype=iteratevalueexpression=IF({endDate}>$$TODAYey,"",IF({endDate}>$$TODAYby,SUM(ROUND(WEEKDAYDIFF({startDate},{endDate})),0),""))valueformat=HTML Appreciate your suggestion in this regard. Best regards, Kundan.
Hi everyone, I've found a bug regarding the RTE, after making some changes to the text, the bolded text changes the size without actually changing it. I'm using AEM 6.5 on-premise with SP 6.5.15.0 (it was reproducible before as well). Any idea about this? Here's how I reproduce it: Create an RTE inside the page, enter some text in it Set a word as bold, and separate a sentence into a new line, like this Now, when I remove this new line and return the text as it was (with the bolded word), a style is added to the bold tag setting the font size to 0.8125rem Any suggestion here would be great. Thanks
I have a content fragment which includes a nested content fragment and I want to apply variation only to the nested CF results. Is it possible to do so via GQL? Example: query($variation:String!){ articleByPath(_path: "/content/dam/wknd-shared/en/magazine/alaska-adventure/alaskan-adventures") { item { authorFragment(variation: $variation) { _path _variation firstName lastName birthDay } main { html markdown plaintext json } } } }
Change is inevitable, but rarely easy. Any change – personal or professional – can lead to feelings of stress, excitement, anxiety, and more. We can’t help it! It’s how our brains are wired. BUT... it is possible to become comfortable with change.In this on-demand webinar, originally broadcast on December 7, 2022, Leigh Burger (@leighburger), change management guru and Principal Customer Success Manager with Adobe Workfront, joined Julie Simon, Director, Marketing Project Portfolio Management, and Lexi McGraw, Project Portfolio Manager, from Penn State University. They are each uniquely passionate about creating positive and meaningful change, and together they covered:The anatomy of changeHow our brains perceive change (and WHY)Workfront communication ideasHow Penn State took a human and empathetic approach to change when implementing WorkfrontAnd more.You can view the recording here and a copy of the slides is attached. Have questions for our speakers? Tag them in a comment below.&nb
Hi everyoneI'm trying to solve this puzzle, but I can't get it!I created an Adaptive Form from an XSD schema and I render as PDF through an XDPNow, on submit, I want to store the generated pdf and also send it via mail as attachmentI followed the steps in this linkAEM 6.0 Forms Help | Writing custom Submit action for adaptive formsEverything works, I only need to attach the generated fileI know that I have to use a MultiPartEmail, but I'm missing the remaining stepsCan someone help me?Thanks a lotFabio
When we try to access localhost:4502, a cookie is created by the name cq-authoring-mode. Upon successful authentication a new cookie is created by the name login-token. both the cookies mentioned above are not secure. Can we do some modification in AEM that will make these cookies secure?
AEM DAM Omnisearch Tips and Tricks by gdWebct Overview Still, haven't found what you're looking for in the DAM? Could be either because your search results expectations deserve a new algorithm, or, perhaps -- the easiest path--, there's some fine-tuning in order. During a recent survey I discovered that the primary method of finding the right digital asset was using search keywords. For example, someone looking for 'Washington D.C.' (single quotes added for effect) might retrieve results also displaying 'buddha temple' 'steeple' 'building', etc. When that happens, it might be time to do some foundational, quick work to check some things under the DAM hood :). My humble advice (especially if your audience is AEM beginners): Take a thorough look at the DAM search UI Keep the related search tips nearby Doublecheck that predicate values in your filter types enhance the properties your users might be searching for. Even without any Smart Content Service
Microsoft Translator Service Issue while fetching the Access Token | AEM by Albin Issac Abstract I was getting a “Failed To connect” message while trying to enable the configuration for MS Translator from AEM Creating a Translation Integration Configuration — Tools -> Cloud Services -> Translation Cloud Services. Receiving “Failed to Connect” error while the connector trying to establish the connection with the Azure Translator service. The below error was displayed in the error.log but the error was not providing the real root cause 21.10.2021 11:06:02.390 *ERROR* [[0:0:0:0:0:0:0:1] [1634832361866] POST /services/accesstoken/verify HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwable java.lang.NullPointerException: null 21.10.2021 11:06:02.391 *WARN* [[0:0:0:0:0:0:0:1] [1634832361866] POST /services/accesstoken/verify HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl Requested Path /services/accesstoken/verify.servlet is n
As per my understanding, once we upload assets to AEM Assets on Cloud, they will be stored in Binary Cloud Storage, and only references will be stored in AEM Author. The Asset Micro service is used to process the asset for rendition, metadata extraction, etc. What I am trying to understand is, I do not see any references to Binary Cloud Storage in asset properties. Is there a property or metadata that indicates where Binary Cloud Storage is located? Is it possible to see where the actual file is stored in Binary Cloud Storage? Please clarify. Reference - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/asset-microservices-overview.html?lang=en
Hi all, I'd like to ask for your help with this, thanks in advance for checking it. I have a text component on a template: I added a style to it: The style is showing in the style menu I select the style: But after selecting and enter in the Style menu again it appears unselected and the style never applies to the component. I tried with other components adding fake styles and those apply, the issue happens only in the Text component. Thanks for your support.
You can now easily insert emoticons in the message body as well as the email subject line when designing a message in Campaign using a dedicated button. This functionality also allows you to customize the list of available emoticons in the interface. For more information about adding emoticons, refer to the detailed documentation here: Customizing the emoticon list And, to check what all emoticons are available for email and push, how to customize the emoticon list, refer to this documentation: Inserting emoticons in an email For any questions, please feel free to reach out through the below reply & comment section.
In my publish instance i am getting below error repeatedly:- 13.12.2022 06:40:23.938 *ERROR* [10.154.181.162 [1670931540373] GET /content/wknd/us/en.html HTTP/1.1] org.apache.sling.engine.impl.DefaultErrorHandler handleError: Response already committed; cannot send error 500org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: null java.io.IOException: Error handler failed: org.apache.sling.api.scripting.ScriptEvaluationException at org.apache.sling.servlets.resolver.internal.SlingServletResolver.handleError(SlingServletResolver.java:655) [org.apache.sling.servlets.resolver:2.7.10] at org.apache.sling.servlets.resolver.internal.SlingServletResolver.handleError(SlingServletResolver.java:383) [org.apache.sling.servlets.resolver:2.7.10] at org.apache.sling.engine.impl.DefaultErrorHandler.handleError(DefaultErrorHandler.java:135) [org.apache.sling.engine:2.7.8] ... 6 lines omitted ... at org.apache.sling.engine.impl.SlingRe
[OSGI Overview] by <Santosh Sai> Overview Hello Everyone,Have a look at my blog part 1 out of 8 - OSGI OverviewAfter reading this article you should be able to describe What OSGI is? Name the most important part of OSGI. Name the OSGI implementation that AEM uses. https://www.techinnovia.com/osgi-overview/ Happy Learning!Cheers!! Q&A Please use this thread to ask questions relating to this article
Is it possible to somehow connect ALPHASHOT XL PRO v2 camera (Orbitvu) with DAM in order to get spinset folders automatically created? Meaning, when I take a 360 shot, images are automatically uploaded to DAM as spinset (folders created etc.) without storing them first on the Orbitvu? Would it be possible to somehow avoid additional API and the mentioned tool?
Hello,We have upgraded our application from AEM 6.2 to AEM 6.4. In AEM author i am not able to create page by proving "title" only.While creating page it shows loading and after a long time it is giving below error.To debug this issue i have tried below stepsFirst we have restarted the AEM author instance for rebuild all the bundles.We have reinstall the package in /crx/packmgr.On click on create button, in network tab i could see the action goes to /libs/wcm/core/content/sites/createpagewizard/jcr:content and waiting for page creation.We have tried to create a page via classic UI (/siteadmin), still page is not getting created.We found one forum https://forums.adobe.com/message/10428545#10428545 where it is saying might be network issue browser window issue. We have clear the browser cache and close the browser window then reopen the browser and tried again but still issue occurred.We have also tried with different browsers (Chrome, Firefox and IE11) but it was not helpful.Can anyone
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.