Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I am looking for the way to setup read only access for operators. According to what I found in this video:https://experienceleague.adobe.com/en/docs/campaign-standard-learn/tutorials/administrating/managing-user-access-rightsit should be achievable. However, using the setup described in this video my operators still can create, modify or run elements on the instance. I tried to set different parent units and even keep it empty, but still the outcome is the same. Does anyone know how to achieve read-only access? Thanks,Dominik
Hi All, I’m new to using the external lookup field and experimenting with it. I created a lookup field that returns project names from a specific portfolio, but I noticed that some projects are missing when I try to type their names in the preview or the end form. Can anyone help me identify the issue?Field settings are: Base API URL $$HOST/attask/api/v15.0/project/search?portfolioID=67263a2000d72af45a6ce21e558c51f8HTTP MethodGetJSON Path $.data[*].name Also, is it possible to narrow down the return list by a condition e.g: status, custom field value? Thanks!
Hi All, I'm looking into how to report multiple breakdowns using the Adobe Analytics API. Ultimately I would like to make a JSON request that returns top level data, and second level breakdown data, for all rows of top level data (not just specific rows). Thanks in Advance.
Hey everyone, We have received a new requirement from a new client to migrate their sitecore content (majorly blogs) to AEM as a cloud service.Found this useful thread[0] but client didn't purchas DITA or Guides so wont be relevant.Looking for any guidance/reference implementations to migrate blog data into AEM sites?[0] - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-migration-legacy-sitecore-cms/m-p/606291#M152100
Hi Adobe Community, I am wondering if there is a way in the UI to see more than 10 sample profiles that fall into my audience that I've created. Thanks,Nick
I'd like to build a report that will show tasks that have no time logged when a task moves from one status to another. This is for our creative services team as they are working on artwork for the clients, and is intended to be a safety net in case the artist forgets to log their time as a task moves from their queue to someone else's. For example, a single task might go through these status changes: NewWith Account ServicesEdits RequiredWith Account ServicesReady for Print FileComplete I'd need a report to capture when time isn't logged by an artist as it moves from New > With Account Services or Ready for Print Files > Complete. The report would need to only consider those status changes and whether time was logged or not; it can't look at the task as whole to see if time was logged.
Hi, I wanted to integrate AEM with Salesforce via leveraging Lighting out. Any help would be appreciated. Thanks!
Hi, I used below code to perform spell check operation. String[] dictionaryPaths = {"C:\\aem\\en_us.dic","C:\\aem\\en_us.aff"};SpellChecker spellChecker = spellCheckerProvider.createSpellChecker("English",dictionaryPaths,resourceResolver); But it giving exception like com.day.cq.spellchecker.SpellCheckException: No suitable dictionary found for language 'english'. Can anyone please help me what is the parameter i need to give for language. I tried with en, en_us. No use with that also.Thanks in advance.
I am facing below issue when trying to build the Magento commerce cif connector . Git branch used : https://github.com/adobe/commerce-cif-connector Not able to find the artifact on adobe public reprerror: [ERROR] Failed to execute goal on project it-http-tests: Could not resolve dependencies for project com.adobe.commerce.cif.testing:it-http-tests:jar:0.10.1-SNAPSHOT: The following artifacts could not be resolved: com.adobe.commerce.cif.testing:mock-server:jar:tests:0.9.1-SNAPSHOT, com.adobe.commerce.cif.testing:mock-server:jar:0.9.1-SNAPSHOT: Could not find artifact com.adobe.commerce.cif.testing:mock-server:jar:tests:0.9.1-SNAPSHOT -> [Help 1]
Can a profile will be able to present across different journeys at same time ?
Guide me some steps on how to invoke soap webservice in aem forms 6.4 or 6.5 as we are not using aem cloud as of now. Give me one example for the same.
Hi I wanted to create custom predicate in AEM Asset search rail. Where i wanted my predicate to work exactly as multi value property predicate. but instead on adding inputs as delimiter separated I wanted to implement as a multi select path browser. did someone already worked this kind of solution please let me know. any references would be helpful
Hi All, I am looking for some inputs relating Yammer integration on AEM. Please share your experience and guidance in case you attempted to implement same. Thank You.Mohan.
I have deactivated my adobe teams account. Before I can even get the chance to download my invoice for the cancellation, my access has been removed. Why isn't there a place where I can view my invoices even if I have already subscribed?? Or why didn'tat least email us the invoice. Where can I speak to someone from Adobe for this matter??
We want to be able to use a multifield component to aid in the management of our products, but have been unable to figure out how to get multifield drag-and-drop functionality to accept anything other than image files. What are the steps that will allow us to drag Commerce Product items into a multifield component? Thanks
Hi, On GraphiQL I am getting below error. I have no idea what can be the issue. Please suggest Thanks,Heena
The issue is related to the SPA React package at build time. We used the aem-project-archetype as the starting point. It included a ".env" file in the ui.frontend folder to specify the environment variables for the React app. The ".env" file is used to inject the environment variables to the React app when the project is built (mvn clean install -PautoInstallPackage --> npm run build). I have searched this forum and found that some people pull the runmode via some hidden html but this is not a desirable approach as the .env used in the project archetype injects the variables within the app at build time but not runtime.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/get-runmodes-value-in-client-side-js/td-p/326526 Are we able to obtain the runmode osgi configuration at project build time? If this is not feasible, what is the recommended way to setup environment variables for the frontend app in an AEM SPA projec
I have added two custom attributes to RTE link widget by modifying richtext/coralui3/js/RTE.CQLinkBaseDialog.js. I have added disableXSSFiltering property to my dialog so that these attributes are not stripped off when I reopen the dialog. Everything works fine till now. Now if I open the link widget authored attributes aren't prepopulated. Authored values are prepopulated if I open the link widget without closing the dialog after authoring.However I see the attributes if I check the source.RTE.CQLinkBaseDialog.js -> ;(function($) { CUI.rte.ui.cui.CQLinkBaseDialog = new Class({ extend: CUI.rte.ui.cui.LinkBaseDialog, toString: "CQLinkBaseDialog", hbTemplate: (function anonymous(data_0) { var frag = document.createDocumentFragment(); var el0 = document.createElement("div"); el0.className += " rte-dialog-columnContainer"; var el1 = document.createTextNode("\n "
If we have customers in both Europe and Asia, we cant host in one place. If we host in Europe, Asian customers will get a bad experience. With EPiServer DXC, we could setup several regions, and Epi would replicate all content, code, Assets etc. to a mirror in that region, and use Cloudflares traffic steering to point local customers to the geographcially closesed CMS instance. There would only be one editable master CMS, (e.g. in europe), and any changes would get replicated to all regions. Does AEM cloud service hosted version support this? Failing that, does AEM self hosted service support these concepts? I cant find any relevant documentation. We spoke to an Adobe AEM Cloud service technical representative, and he said he didnt think it was possible currently, but might be on their road map. Can anyone confirm this?
Hi There, I am using the User Management Action API and trying to remove all users from a group in one go,In the user managment Action commands, I can specify the user and use "all" to remove all user's group memberships"do": [{ "remove": "all" }]but in Group managment action commands, the "remove": "all" is not available, is it possible to use "everyone" or a wildcard to remove all users [not just 10] from a group?I am using the UMAPI sample[{ "user": "existing user's email in admin console goes here", "requestID": "action_8", "do": [{ "remove": { "group": ["Testing Group"] } }] }]
Hi,we export daily data from Adobe Analytics using Datawarehouse tool to feed an external database.We do that to be able to match those online information (page, marketing channel, ...) with offline data and create audiences or analyze deeper our client behavior.We notice that sometimes we have 10% of difference between what is in the workspace and the number of records in the exported files.Did you already experience this?Do you have alternative to export the data. Thanks Robin
Hello Team,We are in the process of integrating Adobe Experience Manager(AEM) and Adobe Target. I understand we have different ways of achieving it (with Launch or without Launch). But I got some basic questions on how to go about purchasing the License for Adobe Target. We are one big global team operating in different regions with different organization names and we have our adobe products’ licenses purchased across different regions (EMEA and Americas).This is how our current adobe products are purchased across two different regions.EMEA region: Org ID(ABC)Adobe Experience platform LaunchAdobe AnalyticsAdobe Target?Americas region: Org ID(XYZ)Adobe Experience ManagerAdobe Target?With this setup, we were able to successfully integrate AEM and Adobe Analytics using Launch without any functional loss. So, we are now contemplating as in how to go about dealing with Adobe Target’s license. Do we need to be aware of any specific/generic drawbacks and/or advantages of having Adobe Target w
Hi, I am creating a new project using below archetype after that when I run mvn clean install I got an error that ui.frontend module test cases field but I have not made any changes to the test cases files.mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \-D archetypeGroupId=com.adobe.aem \-D archetypeArtifactId=aem-project-archetype \-D archetypeVersion=35 \-D appTitle="Practice SPA React App" \-D appId="wknd-spa-react" \-D artifactId="aem-practice-spa.react" \-D groupId="com.practice.react" \-D frontendModule="react" \-D aemVersion="cloud" does this archetype work?
Hi Team , We have a requirement if someone can help please.Our client organization is segregated in multiple business unit structure . We have separate folder structure for each BU which contains all the necessary campaign management entities. Some business users are part of multiple BU's and has access to resources of multiple BU's via named right.The ask is if a user User1 has access to two BU's A & B and when he tries to create a campaign under BU A, he should only be able to view and select delivery templates under BU A folder and not the ones under BU B . Since the user has rights for BU B he is still able to select delivery templates from BU B . I want to restrict the selection of delivery template based on campaign folder under which the campaign is getting created . Is it possible , has anyone did any similar implementation like this ? Any help would be appreciated !Thanks
one of our requirement is see if we can make changes to the layout policy properties, where we can restrict the allowed components that gets displayed for selection. i.e. we want only our project component group to be displayed there instead of the whole groups (ex: General, ACS Commons .. e.t.c) that are available for selection as shown below. @smacdonald2008 @joerghoh @kautuk_sahni @arunpatidar @briankasingli @theo_pendle
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.