Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Is there a way to "lock" or "freeze" allocations to the day/week/month in which they are assigned even if the dates shift? Think of it like using a "$" in an excel formula to lock something in place. As a resource manager, I allocate the hours based on discussion with my team member. As a project owner, I added planned hours, added other users, or I adjusted the dates of the task because others need to start work earlier or end later.The change made adjusts the allocation efforts the resource manager did. The resource manager set the allocations in the day/week/month specifically and does not want it to change. Can this be locked?
Our Group Admin no longer have the ability to add a user as a Planner (now Standard) although that is the access they have. I hadn't touched the access or updated anything so I'm not sure why they are no longer able to do this. I have reset one of the users but nothing changed. What am I missing? Any insight into this issue would be appreciated. Best,Dawnmarie
The Architect is preparing to deploy to AEM as a Cloud Service. The existing project uses a SAML 2.0 IDP. Where should the Architect configure the IMS in AEM as a Cloud Service? (A) SAML 2.0 Authentication Handler (B) Adobe IMS Configurations Console (C) Admin Console (D) Apache Sling Authentication Service @aanchal-sikka @EstebanBustamante @arunpatidar @Shashi_Mulugu @lukasz-m @Mahedi_Sabuj @kautuk_sahni @Sudheer_Sundalam@lukasz-m @Rohan_Garg
A customer is using AEM 6.4. The Architect is defining "daily" runbook tasks.Which task must be part of the list? (A) Version Cleanup (B) Offline Compaction (C) Audit Log Purge (D) Online Compaction @aanchal-sikka @EstebanBustamante @arunpatidar @Shashi_Mulugu @Pranay_M @Mahedi_Sabuj @DivrajSingh @Sudheer_Sundalam@lukasz-m @Rohan_Garg
I added the following metrics to the table shown in the screenshot: Bounce Rate (SPV/E), Bounce Rate (SPV/V), and Bounce Rate. As you can see, the different bounce rate metrics vary greatly, so we are looking for some expertise on which to use. Usually, we use SPV/E when looking at visits; however, we are seeing bounce rates greater than 100%. This is what prompted me to examine the other bounce rate metrics, but they vary so greatly that I am looking for some expertise. I know the difference in what they calculate. (Singe Page Visits/Entries vs Single Page Visits/Visits). If the goal here is to just see the page URLs with the highest bounce rate, which is the accurate one to use for my instance? Image attached.
I know that we can use POST method to make normal GQL query and perform GQL Ops but I wanted to know how can we achieve the same for persisted query, when I make a POST call with variables, I get an error: When I copy URL which takes variables AEM gives URL which looks like this: https://<DOMAIN>/graphql/execute.json/GetArticlesByID;filterExpressions= and here's how my variable looks like: { "filterExpressions": {"_logOp":"OR","_expressions":[{"value":"422322","_operator":"EQUALS"},{"value":"422321","_operator":"EQUALS"}]} } when I pass it directly in filterExpressions, it gives me error saying: "Variable 'filterExpressions' has an invalid value : Expected type 'Map' but was 'String'. Variables for input objects must be an instance of type 'Map'." I am not sure why endpoint is designed the the way it is? Is it possible to pass in params in get call as query params or does it have to be in some other way?
I have looked at the active user report and do not see where I can add a date range - I need help! Thank you all,Beth
I have made a Team of two people to get notified when anyone makes a Requests. I put the Team in the Routing Rules in the Request Queue. The Team members are not getting notifications when a Request is put in. I have checked their settings and the correct notification is on instant.
We have a requirement to use a Date or Date-time field, and hoping if there is a widgettype for that.We have seen pathbrowser, tagbrowser, textarea etc. having looked at this and can't see anything other than listed above :https://wcm.io/caconfig/editor/usage.html thank you. @narendiran_ravi , @arunpatidar
Hi everyone, Does anyone know how to configure or create a workflow usage link to track all running workflows along with their backend space? This should also include the List and Data Schema components.I am aware that we need to install an ACX package to configure it, but I am not familiar with the steps involved. If anyone has experience with this, please let me know. Thank you!
Hi Everyone,Using curl command to upload .jar to http://localhost:4502/system/console/bundles. Tried multiple commands none of them worked for me. I don't see any command on adobe official documentation also for the same. Is even possible or I need to try any other way. Please provide if there is any other command.curl -u admin:admin -F "bundleFile=@/path/to/your/my-bundle.jar" http://<AEM_HOST>:<PORT>/system/console/bundles/.json
As a beginner to Workfront, I'm looking for a guide or video tutorial that will teach me how to get started. Can someone point me in the direction of a good resource that will teach me the best way to learn? Preferably one that covers the entire thing, since the platform looks complicated. I'm definitely an experienced computer user and have no problem picking up new software. I'd just like some direction on where to start. A s i a ! & @ # A s i a ! & @ #
Hi @16227148,Is there a way to read page properties directly into Universal Editor JSON fields, such as text or rich text fields?I have a requirement to read the page properties block that I’ve created in Universal Editor.Thanks.
In my SImple.java class inside workflowI am having try(ResourceResolver resourceResolver = getResolver(resourceResolverFactory)) {.......} In my SImpleTest.java classResource resource = context.resourceResolver().getResource("/content/........");cu.excute(workItem, workflowSession, processArguments); getting null pointer exception test class for cu.excute method.Any other approach to handle resourceResolverFactory ?
Hi @16227148I have created an EDS block named "articles" and included the required fields in the _articles.json file (please find the attached Doc file for reference of json). There is a requirement to add child items to the article block, and I’ve already added the necessary fields in the model as well.Everything works fine during local development. After merging the code to the main branch and deploying it to the cloud environment, I enabled the block for drag-and-drop. After dragging and dropping the article block, I was able to add a child item to it. However, although the item is being added in CRXDE, it is not visible in the UI.Has anyone faced a similar issue or knows what might be causing this?I’m not seeing any errors in the logs, but I do see a "component ID must be unique" error in the browser console. I’ve checked our codebase and don’t see any hardcoded or manually assigned unique IDs.
Hi Community,Microsoft Teams notifications come through to some users in our company and not others. All notifications settings in the app in Teams are turned on. I'm one of the people who it's not working for.I read on an E.L. page that it only works on Classic Teams and not New Teams. Is there a way to tell which version I'm on. There used to be a "New" word the Teams icon but not sure that's a thing still.Has anyone got any experience with this issue and potential fix? I'm currently waiting to see if my I.T. dept. can check and possibly install the Classic version as well.ThanksMatt
Hi Team, My use case is to add the char limit to the single line text. I don't see any OOTB option available. Any thoughts on this??
Hi @16227148, In Adobe Experience Manager (AEM), when defining a Sling Model with the following adaptation:@Model(adaptables = { Resource.class, SlingHttpServletRequest.class }) What is the purpose of still using the @Self annotation for fields such as:@Selfprivate Resource resource;@Selfprivate SlingHttpServletRequest request;How does the @Self annotation interact with the @Model(adaptables) declaration, and what is the significance of using both in a Sling Model?
Which solution is required to use segments from Adobe Analytics in AEM in authoring mode? (A) Adobe Launch (B) Adobe Target (C) Adobe Experience Cloud ID Service (D) Adobe Audience Manager @aanchal-sikka @EstebanBustamante @arunpatidar @Shashi_Mulugu @pranay_m @Mahedi_Sabuj @divrajsingh @Sudheer_Sundalam@lukasz-m @Rohan_Garg
I'm looking for guidance on integrating Dynamic Media with the Edge Delivery Service website. The goal is to have the site pages retrieve their assets directly from Dynamic Media URLs especially for images and videos. Could anyone provide insights or steps on how to do the integration?
Hello Adobe Team,I received a notification regarding the deprecation of Service Account (JWT) credentials in favor of OAuth Server-to-Server credentials. As an administrator of the Play'n GO Malta Ltd organization, I need to confirm the status of our project.Currently, I am unsure if the Service Account (JWT) credentials are actively being used. I have checked the insights, API calls, and activity logs, but found no activity. Could you please advise if there are any additional checks required to confirm whether these credentials are in use? For example, the last access token generation was in 2023. Can we consider that if there is no activity on this project, we can skip the migration, or even delete the project as there is no actual destination making a connection from Adobe?Thank you for your assistance.
Hello Team,I am currently facing an urgent issue where the API mesh configuration, which was previously working perfectly, has suddenly stopped functioning. The following error is being thrown when I try to create the mesh:Error: Unable to create a mesh. Check the mesh configuration file and try again. If the error persists please contact support. RequestId: 53ca100e-0eac-4755-bcfb-9866c1606efdConfiguration Details:Here is the configuration I am using:{ "meshConfig": { "sources": [ { "name": "Commerce", "handler": { "graphql": { "endpoint": "https://dummy.test.com/graphql", "operationHeaders": { "Authorization": "{context.headers.authorization}", "app-pincode": "{context.headers.app-pincode}", "store": "{context.headers.store}" } } } } ], "responseConfig": { "CORS": { "maxAge": 60480, "methods": [ "GET",
Hi,I am experiencing a problem:I would need to not override this property "externalPreviewUrlPattern" present on the Content fragment model when performing a deployment in environment.In general, the models must be replicaced but only that property should not be replaced.I tried to apply the following filter inside the ui.content module’s filter.xml but it doesn't work: <workspaceFilter version="1.0"><filter root="/conf/myProject/settings/dam/cfm/mymodel" mode=replace><exclude pattern="/conf/myProject/settings/dam/cfm/mymodel/externalPreviewUrlPattern"/></filter></workspaceFilter> any suggestions?Thanks!!
Does anyone possibly have any insight as to why the Platform tag seems to be appearing in the debugger, but Analytics says "Not found"
Is it advisable to rollout webSDK page by page, or should this always be done full rollout in single deployment for the entire website ? The Adobe Analytics data connector to AEP would have 15min of latency, where as webSDK to edge network is realtime. if we deploy webSDK in stage wise, would this not create a timing mismatch in CJA reports ? or CJA would automatically adjust based on the timestamp of the clickstream HIT, and NOT the timestamp of data ingestion ? Secondaly, what are the best practices to stop the connector while fully deploying the webSDK without loosing any data between this deployment transition ?
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.