Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recente
Hi All, I want to learn AEM DAM Assets Can anyone share what are the main concepts to focus on and if anyone has video reference of DAM assets please share, Thanks in advance. Thanks,Vani
AEM 6.5.12.0 - Content Fragment Editor Composite Multifield with Visibility Rules and Mixins RTE, String, Number by Sreekanth Choudry Nalabotu Abstract Goal Create a Composite Multifield with RTEs for Content Fragments. To top up, the composite mf supports mixins (text boxes, number fields, RTEs etc), by using naming convention based visibility rules. So a multifield item can be of type string and another multifield item can be of type number the next a multistring added in RTE. Also, the extension provides collapsing and expanding of individual multifield items for better UX... Say a field projectId can be of type string or multi string or number in the multifield... 1. User adds the select with name projectId_FieldType and options FIELD_STRING, FIELD_NUMBER, FIELD_MULTI_STRING 2. The string type widget is named FIELD_STRING_projectId 3. The number type widget is named FIELD_NUMBER_projectId 3. The multi string type widget is named FIELD_MULTI_STRING_projectId Solution 1) Crea
cq:dilog code<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="nt:unstructured" jcr:title="Properties" sling:resourceType="cq/gui/components/authoring/dialog"> <content jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns"> <items jcr:primaryType="nt:unstructured"> <column jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/container"> <items jcr:primaryType="nt:unstructured"> <accordion jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
Hi Team,We have CI/CD Code scan pipeline job configured and working in Cloud Manager. I need to trigger that pipeline job (Adobe Cloud Manager pipeline job) from command line (my system -external system) with branch name as a parameter. Currently the document which are available are having steps to integrate the access with Cloud manager but not having exact example or instructions to trigger the pipeline job (Adobe Cloud Manager pipeline job) from command line (my system -external system) with branch name as a parameter.Could you please provide me the exact document for this integration?Note:Below are the reference document which I followed to integrate the access with Cloud Manager with JWT (JSON Web Token).https://helpx.adobe.com/marketing-cloud-core/kb/adobe-io-authentication-step-by-step.htmlhttps://www.adobe.io/apis/experiencecloud/cloud-manager/docs.htmlBr Chandrakant Gurhale
【問題/事象】Adobe Analytics で認識される検索エンジンのリストを入手したいです。 【解決手順または回避手順】 オプション 1 「有料検索検知」メニューで、Adobe Analytics に登録されている検索エンジンをすばやく確認できます。 1) Adobe Analytics にログインします。2) 管理者 > すべての管理者 > レポートスイート に移動し、レポートスイートマネージャーの「設定を編集」メニューから 一般 > 有料検索検知 を選択します。3) 「検索エンジン:」のドロップダウンメニューで検索エンジンを確認します。 オプション 2 データフィードの lookup_data フォルダー内に含まれている「search_engines.tsv」ファイルから、Adobe Analytics によって認識されている検索エンジンのリストを取得できます。 <留意事項>・上記は以下記事の翻訳となります。How can I get the list of Search Engines recognized by Adobe Analytics?, June 7, 2022, https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-19642.html, (参照 2022-06-7). ・本記事にいただいたコメントへの返信はお約束できません。あらかじめご了承ください。
When editing a text component using the inline rich text editor, if I delete a line break (merged 2 paragraphs into one) and then save and close the inline rich text editor, the next time I open that same text component and view its source(in the config editor), a 'span' tag gets added around the paragraph with a lot of unnecessary stylings which I don't want.@2542692 @1709464
Hi All, We started seeing a weird issue about query optimization a few months ago. When we issue a query as:/jcr:root/content/site//element(*,cq:PageContent)[@sling:resourceType='site/components/page/news-detail' and (@cq:tags = 'department:drama')] order by @date descendingWe will see a warning message about traversing too many nodes, org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy Traversed 60000 nodes (212558 index entries) using index cq:tags with filter Filter There is a node "cqTags" under oak:index, as The weird thing is that if we modify the query a bit, /jcr:root/content/site//element(*,cq:PageContent)[@sling:resourceType='site/components/page/news-detail' and (@cq:tags = 'articles:drama')] order by @date descending. Changing the tag value from "department:drama" to "articles:drama" will not issue any warning, given that both tags are valid in the /etc/tags. Also, the issue only takes place in the publish
Check out this blog post by our Community Advisor @Marcel_Szimonisz about Adobe campaign custom schemas: Adobe Campaign all about the schemas and more Blog Abstract: If you work with Adobe Campaign for some time you might figured out that almost any client’s sane or insane requirement can be put down and implemented in Adobe Campaign. Every new feature starts with defining the database table structure that will store data coming from the forms. First we need to ask do we extend already a schema that is in place or do we create a new table. Complete Blog Post: Adobe Campaign all about the schemas and more In case of queries, feel free to reach out through the below comment section.
Dispatcher Flush Authoring UI by Aemrules Abstract Our Authoring team faces day to day challenges while deleting/flush the dispatcher cache. when the changes are not visible on server. They have to be depended on the IT operations/Dev ops teams to do the same. Which some time get very much time consuming for a small work. In this article we will see it can be configure and used by Author UI itself. This will allow AEM authors (or “super authors”) to flush parts of the dispatcher cache manually without the involvement of IT Operations. How to Use 1. Log in to AEM Author 2. Down load the ACS commons tool from ACS Commons Official page 3. Install the downloaded package via aem package manager. 4. Make sure you create the dispatcher flush agents on Author for all Dispatchers. from http://<>/miscadmin#/etc/replication/agents.author, check the NOTE part at the end of page. 5. Navigate to Tools 6. Under the acs-commmons/dispatcher-flush folder, create a new Page of Template ty
Hi all, I'm trying to build a maven project and I was running the below command. mvn clean install -PautoInsallPackagebut it's running for a long time and it did not finish neither it throws an error. I tried restarting my system then tried with only mvn clean install but still it's not working. can anyone help me with this ? It got stuck with the below line
We installed AEM Forms JBoss 6.5.12 on WIN SERVER 2019. A recently Tenable nessus scan showed some log4j CVEs specifically v.1.2.14 from the following locations: <plugin_output> Path : M:\Temp\adobejb_server1\ArchiveStore\40\log4j-1.2.14.jar Installed version : 1.2.14 Path : M:\Adobe\Adobe_Experience_Manager_Forms\sdk\client-libs\thirdparty\log4j-1.2.14.jar Installed version : 1.2.14 Path : M:\Adobe\Adobe_Experience_Manager_Forms\deploy\adobe-edcserver-jboss.ear Installed version : 1.2.14</plugin_output> The solution from tenable is to upgrade this to latest 2.17.2. This v.1.2.14 version came with the installed package along with v.2.x. After talking to
Hey all, I am currently on AEM 6.5.12. We are looking into annotations and comments for a specific use case where an author with read-only permissions on a page should be able to add annotations and comments. However, I get an error when I try to add the annotations and comments on a page as a read-only user.ERROR: Annotation create operation failed. Similar error for comments.Is this by design? Couldn't find anything in the docs. Thanks!
Hi,I am using AEM 6.5 (SP 10) and trying to include a select box in the page properties as per business requirement. The select box is not show all options on click and creating vertical scroller on the browser. This behavior is confusing for authors while creating page, However the view is consistent when opening existing page props. Screen shots attached for reference and please suggest a work around to resolve this issue.Screenshot :
I am trying to use the Google Cloud Storage Client Libraries for the Google Cloud Storage API within AEM 6.5. The eventual goal is for a job to export some AEM content straight into a Google bucket. But for now, I'm trying to run some tests, and it doesn't work. The bundle with the Google Cloud storage codel,refuses to activate due to the cloud storage not being able to be resolved. com.google.cloud.storage -- Cannot be resolved As per https://cloud.google.com/storage/docs/reference/libraries, in my main pom.xml file, I have this: <dependencyManagement> <dependencies> <dependency> <groupId>com.google.cloud</groupId> <artifactId>libraries-bom</artifactId> <version>3.2.0</version> <type>pom</type> <scope>import</scope> </dependency>... </dependencies&g
Hoodoo Digital to Host Workfront and AEM Integration Webinar by Peter Nash Abstract While there are many businesses that utilize both Workfront and Adobe Experience Manager (AEM), there are few that realize that these two platforms can be integrated. Adobe Workfront is Adobe’s work management system designed to assist organizations in organizing and streamlining their workflow. AEM is the premier content management system designed to simplify and automate the process of creating and managing digital experiences. Integrating these two systems allows them to communicate and share information. Ultimately, this transfer of information allows businesses to improve their efficiencies, reduce duplicated work, and track statistics in their workflow management. As businesses start exploring the prospect of a Workfront + AEM integration, one of the primary questions we are asked is, “How can my business use this type of integration most effectively?” We are excited to announce that we will be
Hi Everyone, In our effort to reward the monthly top two users with a gift card for their participation on the Adobe Campaign Standard and the Adobe Campaign Classic v7 and Campaign v8 Community forums, we present to you the two top users in the Community for the month of May 2022 - @cedricrey and @parvesh_parmar Congratulations and a big thanks to both of you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top user and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
Hi. Need tips and study materials to clear AD0 E315 Certification Exam
Hello Marketing Nation, On the back of the Program Member Custom Fields feature , we are excited to introduce Program Members Custom Field sync with Salesforce in closed beta. The feature will be on Beta from Jun 24th 2022. We want to learn from you so we can refine Marketo Engage into a product you enjoy using every day that brings value to your business. This is also an opportunity for you to learn how to use this functionality in your business before everyone else does. Additionally, you can: Tell us when this functionality is ready for general release Validate the new features Give us feedback and suggestions on documentation Provide us with feature requirements for future iterations Help us catch bugs and design flaws Are you in? Sign the Adobe DX Beta Agreement now (and specify Prasannb@adobe.com as your Adobe Contact)! FULL BETA INSTRUCTIONS AND FEATURE OVERVIEW Feature Documentation Questions
We are using AMS service and using ACM to deploy the packages in our environments. For Permission(ACL) packages we are using manual approach to deploy in instance. For lower environments we are taking care of it and higher environments adobe rep helping us on deploying the packages. Is there any way we can use ACM deployment to instance ACL packages only in author instance for each environment?
Storing and handling form data is one of the most important aspects to consider while designing forms. In a production environment, it is recommended not to store submitted form data in the AEM repository. The default implementation of Forms Portal Store, Store Content, and Store PDF submit actions store form data in the AEM repository. These submit actions are meant only for demonstration purposes. Also, the Save and Resume and Auto Save features use portal storage by default. Therefore, consider the following recommendations:Storing draft data: If you are using the Draft feature of adaptive forms, you should implement a custom Service Provider Interface (SPI) to store draft data in more secure storage like a database. For more information, see Sample for integrating drafts & submissions component with database.Storing submission data: If you are using Form Portal Submit Store, you should implement a custom SPI to store submission data in a database. See Sample for
I have created a form in aem using core form container and have defined two fields username and password.I want to get this data inside a servlet. @Overrideprotected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws ServletException, IOException{String groupName="Janhavi";String userName = request.getRequestParameter("userName").getString();String password= request.getRequestParameter("password").getString(); this is my function to get username and password. When I am creating static user and password the code works fine but when I use the above mentioned function I am not able to get data from the Form. is there any issue in request.getRequestParameter or is there any other method to retrive Form Data? Thank you in advance
【問題/事象】「s_sq」Cookieの発行を停止したいのですが、その方法がわかりません。 【解決手順または回避手順】「s_sq」Cookie は、Adobe Analytics の Activity Map 機能において、訪問者がクリックした場所とクリックした内容に関するデータを保存する Cookie です。 この Cookie の発行を停止するためには、下記の ClickMap に関する設定を変更します。 ・Adobe Experience Platform のタグの Adobe Analytics 拡張機能の LINK TRACKING 設定で ClickMap を有効化している場合は、「Enable ClickMap」のチェックを外します。 ・また、Adobe Analytics 拡張機能のカスタムコードで「s.trackInlineStats=true」を記述して ClickMap を有効化している場合は、「s.trackInlineStats=false」に変更します。 (参考情報)・trackInlineStatshttps://experienceleague.adobe.com/docs/analytics/implementation/vars/config-vars/trackinlinestats.html <留意事項>・上記は以下記事の翻訳となります。How to stop issuing "s_sq" cookies, June 1, 2022, https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-19449.html, (参照 2022-06-1). ・本記事にいただいたコメントへの返信はお約束できません。あらかじめご了承ください。
i have a situation where i need to authenticate to AEM using oauth 2.0 without user interface
Hi, We have added our customer old redirection rules in conf.d/rewrites/rewrites.rules file. But every time we need to add a new rule, we need to update our code and have to do deployment on production site. We don't want to do deployment frequently just for the rewrite rules and customer wants to manage these rewrite rules themselves. Is there any way or third party tool to accomplish this request? Thanks
hi folks, My AEM publish servers suddenly stopped reading the OSGi files for configuration. I haven't changed the files in months, years for some of them. BTW I never configure via the console. But when I look at the system/console/configMgr console, the correct values for the run modes (publish,stage) aren't there. It is like the server configuration has reverted back to the default values and naturally lots of our features don't work. Has anyone seen anything like this before ? I'm going to open a help ticket anyway thanks
Já tem conta? Login
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.