Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all!At the project level, we have a custom form field for a Dropbox link. I need that link visible in my program-level view, but the links are so long that they make every line awkwardly tall (not a huge deal but it's annoying lol). I have two ideas, but I can't figure out how to execute either:Conditional formatting where if the field is not blank, then it displays the text "Dropbox Link" (or even just an icon/button) with the inputted URL as a hyperlinkJust having it display the beginning of the link followed by "..." rather than the full URLWould prefer the first option, but will happily accept either! Hope I'm not missing something horribly obvious. Thanks in advance!!
Hi experts, We are preparing for our Prod upgrade to 9356 on 4/13 and noticed in UAT that our SSO login is not working for testers. We downloaded the most recent version of 9356 from the Adobe download center and saw an error saying that client certificates were not found. Error details:An error occurredNo valid client certificate found in the request. No valid certificates found in the user's certificate store.Please try again choosing a different authentication method.Sign in with other optionsError detailsThanks
When I try to create a content fragment in DAM and click the “Create” button, the options to create a content fragment do not appear. I can create CF models, and the configuration is set up correctly in the CF DAM folder.Note: I am using admin user.Version : AEM 6.5.20Logged user: Admin
We use Adobe Analytics for our site. I am a developer and have been using the Adobe Experience Platform Debugger for a while now on Chrome for Mac. It stopped working about a month ago. Today, I uninstalled it and reinstalled it. It worked on the initial load. I press "Clear Events" every so often, but after 5 minutes it stopped working again. Then it said that it "Adobe Analytics - Not Found". I then closed out the browser and reopen it. It then finds it but no analytics are being refelected. What could be the cause of this? I tried to find documentation on how to troubleshoot but got no where.
Hi, In our CDP we defined 2 identities:- ECID from Adobe- Client ID: our ID of the Client identified We load online data in the CDP thanks to the source connector Adobe Analytics. We don't use any Adobe SDK or datastream.In this connector, we also filter out the row if the cookie consent is equal to '1'.It means that the data is available in the CDP data lake but not for profiling. So we cannot use this info for audience creation. Now that I have set the scene, here are the facts: - we upload information as attribute based on 'Client ID' identity to define the user to be part of the campaign. By checking the audience membership based on 'Client ID' identity, the user is part of the audience. This audience is pushed to Target as destination. - this user can see the Target personalization on Edge browser but not on Chrome. By using the ECID from Chrome, I don't find any profile linked to it when I search for it based on ECID identity namespace. - the same EC
We are currently switching from legacy DETM implementation of data collection. When testing our property using adobe debugger, we have the property fully loaded and no errors on the home page, but as soon as we click into buyflow we get errors thrown in the "launch-environment-id.js" file. Specifically when the launch file is trying to perform a split function on the environment variables. when i fetch the environment manually on console "development" is shown, which is correct, but what could be the issue that would cause the "e" variable in the build file to be undefined? Thanks in advance!
I am getting error when i install the magento 2.4.7 in xampp, after some correction i successfully installed it. I made update in app\etc\env.php and index.php Is there any problem in future for update magento version. app\etc\env.php 'system' => [ 'default' => [ 'web' => [ 'unsecure' => [ 'base_media_url' => '{{secure_base_url}}pub/media/', 'base_static_url' => '{{secure_base_url}}pub/static/' ], 'secure' => [ 'base_media_url' => '{{secure_base_url}}pub/media/', 'base_static_url' => '{{secure_base_url}}pub/static/' ] ] ] ],index.php //require __DIR__ . '/../app/bootstrap.php'; require __DIR__ . '/app/bootstrap.php';
Hi, Is there a way to if a specific attribute was updated during streaming ingestion and only qualify users whose values were updated in that specific ingestion into a journey. I know we can audiences, but audiences would consider already existing profiles in AEP that has those values as well. We'd just like to check for the new profiles that are updated with each ingestion (not scheduled). Also, these attributes are profile attributes and not events
Hi All,I'm looking for suggestions where i need to use this filter to have something to refresh at 2 minutes past each hour.Acs commons implementation take simple date format, where i'm looking for custom implementation where we can configure CRON expressions for the same.
Hi Team I have a requirement, where I will hit external api and get response and the response I will show in tabular format. Can I have excel download button to download this tabular format exactly. Any inputs or advise. Please guide me.
Hi Experts, I'm trying to check if while creating the multi entity audience, does the lookup dataset also needs to be profile enabled in order to get the field in AEP audience.With both the schemas individual profile and custom class enabled for profile, I'm able to see the lookup fields in audience, want to check if this is disabled for profile, how will it behave.
Hi All, I want to establish a relationship from lookup schema to Individual Schema. However, I didn't see any lookup attributes in segmentation. Can anyone please help me how can I setup this? Note: Both the Schema are profile enabled Ingested data in both the dataset and fragmented successfullyTried using namespace type both Non-People Identifier and cross-device for lookup
Why not every profile attribute is visible in Experience Profile Dasa Source node in journey?
Hi, I have created DITA topics as well as DITA map for 100+ articles.I created different folder for each language and under each language folder i am having nearly 10-15 DITA topics as well as DITA maps. Take the example of below structure. But whenever I am adding article5 topic path as xref in article1 topic then after AEM site generation it is creating article 5 page under mySite/ca/article1 along with article1 page. So basically whenever i am adding any DITA article path in any page as xref it is creating page for those also. Anyone knows how we can restrict DITA from generating site page for the xref links ?
I have a project where content fragments need to be automatically exported as JSON to a target location upon creation via a custom workflow. The JSON format should match what is generated when accessing the URL: http://localhost:4502/api/assets/contentfragment.model.json.However, I am facing an issue where I can't replicate the exact JSON format needed for export. Despite my efforts with the code below, the resource resolver is unable to recognise the resource at api/assets.Resource modelJsonResource = resolver.getResource("http://localhost:4502/api/assets/contentfragment.model.json"); if (modelJsonResource != null) { InputStream jsonContent = modelJsonResource.adaptTo(InputStream.class); if (jsonContent != null) { sendToTarget(jsonContent); } }Could someone help me achieve the expected JSON output?
Hi Team, I am seeing a new ECID every time I refresh with Web SDK. The way I have implemented is nothing different. I have an Web SDK extension and also ECID extension on the site domain. I tried to remove ECID extension, but that didn't help to resolve the issue? Seems like the issue is implementing CNAME with Akamai. Any idea what should be sent in the request headers for CNAME implemented with Akamai?
I have two dita-maps called map A and map B. map B contains few topic-references and it is being referred in map A using <map-ref href="/path/to/mapA" processing-role="resource-only"> element. Although, after generating AEM SITE as output, the generated site toc doesn't contain the entries for topics which is referred in map B , but the AEM Page got generated for such topics as well. We have a requirement that such topic-pages shouldn't get generated which has the processing-role attribute with value as "resource-only" either on <topic-ref> element or <map-ref> element. I there any possible way to achieve this ? @divrajsingh
https://webauthor-qa.company.com/libs/fmdita/bulkpublish-dashboard.details.html/var/dxml/bulkactivationcollections/servicemanuals When I try the bulk publish feature as an admin user, publishing works fine. However, for a custom user with minimum required permission and DITA related groups (Authors, Reviewers, Publishers), bulk publishing does not work. I have verified the user's access to below paths: – /var/dxml–> Read and Write– /content/dam/fmdita-outputs –> Read and Write– /content/output/sites –> Read and Write Any leads will be helpful.
Hi, We have a requirement to migrate content from SDL to AEM guides. We have received the custom dita-ot and the xml files. For custom dita-ot, we have integrated the plugins with our aem dita-ot. We have uploaded the dita-ot zip file and the dita files in this path - apps/fmdita/dita_resources . Screenshots included in the attachment We have configured the custom profile in the below manner. Just wanted to confirm if we have configured it correctly.For Schema we have configured the custom plugin catalog xml path. Screenshots included in the attachment For the below categories like build path- Do we need to configure the custom dita-ot build xml path or is this fine. Screenshots included in the attachment For the below build path and integrator xml - Do we need to configure the custom dita-ot build path, integrator xml or is this fine. Screenshots included in the attachment Issues faced:We have imported the content using webDav t
Hello Aces,I would like your opinion on using AEM's email service to send emails.I have a requirement to send an email to a user based on certain business rules. I can use either ACS Common Email Service or a Java service to send the email.My question is: Is it ideal to send emails directly from AEM? I’m asking this from a thread pool perspective. There may be a request to trigger up to 500 emails per minute. If I use AEM to send the emails, will it block the thread and impact other activities, such as servicing page requests?If sending emails directly from AEM blocks the thread, what would be the ideal approach to send emails? Should I consider using middleware for this?ThanksNanda
When an author submits replies to a content reviewer via Review panel in XML Guides, is there a way to customize this such that the reviewer can receive the notification via email or in AEM Inbox notification page? For example, John is a content reviewer, and he makes a comment, and the author replies to this comment by putting in "@John" in the inbox, John should receive this message in his email and/or AEM Inbox notification. This facilitates collaborative review, bantering between the Author and the Reviewer. I guess this is a highly desirable feature to have for content reviews.Thanks,K
One additional change that content users will observe with 3.8 XML Documentation build on baselines tab is few more labels with images. This was not there in previous build. With the new release, content users can also apply labels on indirect references like images etc. using the 'Add Labels' option on the baselines tab. Earlier these labels were only limited to the direct references and it was difficult to choose the correct versions of images while creating the baseline using labels. With this feature, all labels for a specific versions are shown on the baselines tab including those created by default workflows also. Refer the above screenshot and you will notice the labels as 1.0, 1.1 etc on images. which are not manually created rather created by the 'DAM Metadata Writeback' workflow of AEM.
There is a shortcut option in the web-editor toolbar to let author insert the special characters already. The same can be seen in screenshot below: These list of characters is configurable here. If you need to add more characters to this then follow the below steps: Log into AEM and open the CRXDE Lite mode. create symbols.json file at the following location:/apps/fmdita/xmleditor/ (You can copy the default from - /libs/fmdita/clientlibs/clientlibs/xmleditor/symbols.json location) Add the special character definition in the symbols.json file as:{ "label": "Logical Symbols", "items": [ { "name": "≥", "title": "Greater-Than or Equal To" }, { "name": "≤", "title": "Smaller-Than or Equal To" } ] }The structure of the symbols.json file is explained below:• "label": "Logical Symbols": This specifies the category for the special characters. In the snippet, acategory with the name
We need to turn on the document states/workflow as described in the Use Document States in DDLC section of Document state | Adobe Experience Manager.We have followed the instructions in the V4.2 (UUID) Install and Configure instructions Enable Approval Workflow (pg 32-33). Are there any other missing configuration steps we need to perform to get the document states/workflow working? I can change the Document States correctly (Draft > In Review > Approved), but once in Approved state, AEM Guides does not prevent me from making additional edits to the topic and saving it. The system is NOT forcing me to create a new version before making changes as the instructions say it should. Moving the topic to the Done state also does not lock the file and force me to create a new version before making changes. AEM Guides (UUID) v4.2 On-Prem InstallationAEM 6.5.15 On-Prem Installation
Hi, Can someone please help me with this why no matter what I put the value is not allowed to validate. is the mistake made by me or something related to the configuration setup was wrong, as example in image I just selecting one profile attribute still giving me errors:
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.