Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Team, I have created one report to list out the content fragment based on some criteria using sql2 query everything is fine except one, as soon as I open the report it runs automatically without asking about required user input. I am not able to understand why it is behaving like this. Please share the idea to fix this issue. ThanksUmesh Thakur
Recently we have come across a requirement to migrate an application from AEM6.3/6.4 to AEMaaCS.Existing application has heavy customization done to the site's navigation. Three levels of navigation from sites interface. Let's sayLevel 1 > Tools,Level 2 > Tool1 till Tool 6Level 3 > each tool has different set of functionalities It is safe to assume that the dashboard has 15+ functionalities and few of the functionalities depend on the other functionalities. We are seeing two options 1. Replicate the dashboard in AEMaaCS and keep track of the dashboard in the subsequent updates2. Create utility pages and port the dashboard functionality instead of customizing the dashboard. Is it recommended to port the same dashboard from old AEM to AEMaaCS author instance? Is it even recommended to do so given the automatic feature and maintenance updates in lower environments in the AEMaaCS.
Hi Adobe Community,I’m an author in Adobe Experience Manager (AEM), and as part of our workflow for creating pages on our website, we often need input, comments, and approvals from product line managers or subject matter experts. However, these individuals are not AEM users, and due to limited licenses, we can’t provide them with direct access to AEM.Here are my questions:What are my options for sharing AEM pages with non-AEM users to gather their feedback?Ideally, we’d like a way for them to view the page in its current state (e.g., a preview mode or similar) and provide comments without requiring an AEM license.How can I incorporate feedback or approval steps into the AEM workflow if the reviewers are not AEM users?Is there a way to include external feedback in the workflow efficiently, or would we need to collect feedback separately and manually integrate it?Would integrating Adobe Workfront help in this scenario?Since all employees in our organization have access to Workfront, coul
Hi, We are on AEM 6.5.The use case is to use AD groups to target content. The content can be in any path and can be targeted to a number of groups. when the members of that group login to the site they are able to see the content targeted for them. There are around 500+ AD groups. The application is using SAML based login. How to sync the AD groups to AEM? Any example on the targeting of content based on AD groups.
When adding a page for translation with target language en_gb, the source path is automatically set with en-gb instead of en_gb and translated page is created under en-gb. It seems like AEM is picking the first matching language in Sites, instead of correctly identifying the actual language code.
Standard ask: “Can we ‘prime’ a form with selections based on the query string?” That is, if the query string includes “GC5000 series” and “GC3000 series,” check those boxes automatically, letting the user change those selections if desired: We sure can, with a few lines of JS! The question is what does it mean for a query string to “include” multiple field values? The standards-based way: multiple params The standard[1] — and strongly recommended — way is to include the same query param multiple times, clearly indicating a multivalued param: productInterest=GC5000+series&productInterest=GC3000+series Frustratingly, lots of people don’t know about that, probably because their URL parser is poorly written and doesn’t understand it. But since URLSearchParams is available everywhere now, that’s no excuse: const currentURL = new URL(document.location.href); const initialProductInterest = currentURL.searchParams.getAll("productInterest"); // initialProduct
I have a checkbox and a textfield. If the checkbox is checked the textfield is an required field. If the checkbox is not checked the textfield is not required. It works fine when changing the page properties of an existing page. I can only save the page if I filled the textfield when the checkbox is checked and I can save it when the checkbox is not checked and the textbox is not filled.But if I creat a new page the changing of the checkbox has no effect to the create Button.The validation works I can see that the required textbox changes if I check or uncheck the checkbox. That meens the red corner appears and diappears and in the HTML I see the "required".But the create Button is grey until I first add something into the textfield. I can then remove it an save the page no matter if I added something in the required textfield or not. So there is the flag: required but the create button do not really works correctly. So how can I "add" the "refresh" of the "create Button" if
I'm trying to get a proof-of-concept working for a headless consumer of AEM Adaptive Forms. I'm using this starter React project: https://github.com/adobe/react-starter-kit-aem-headless-forms I've created a Form Data Model in my local author instance running on localhost:4502 via the schema in that repo, and uploaded it as form-model.schema.json. I can access something that looks vaguely like a schema at http://localhost:4502/content/dam/formsanddocuments-fdm/application-form-data-model.schema.json As well as what seems like a high level description of the Adaptive Form I'm using with the path http://localhost:4502/content/forms/af/application-forms/peak-application-form/jcr:content/guideContainer.json My question is: How do I programmatically access the schema I just uploaded from the React repo? What's the path to the JSON? Can I do it on the author instance or do I need to stand up a publish instance as well? The README from the repo says
We have a requirement to authenticate the backend api , so how can we Implement OAuth 2 in AEM as client. Thanks
We are trying to set the cookie userRegionDispatcher when the dispatcher domain(https://dev-aem-www.samplerm.org/home) gets loaded but that's actually not happening. Please find the below rewrite rules from the dispatcher. We don't see any effect with the code(last line of the code piece) we have added.Can someone help us out on the problem. ################################################# ## Rules for setting up userRegion cookie at the starting ################################################# # For 'us' or 'in' country codes RewriteCond %{HTTP:x-aem-client-country} ^(us|in)$ [NC] RewriteCond %{HTTP_COOKIE} !userRegion= [NC] RewriteRule ^ - [CO=userRegion=%1:31557600:/:Secure] # For 'mena' countries RewriteCond %{HTTP:x-aem-client-country} ^(DZ|DZA|BH|BHR|KM|COM|DJ|DJI|EG|EGY|IQ|IRQ|JO|JOR|KW|KWT|LB|LBN|LY|LBY|MA|MAR|MR|MRT|OM|OMN|PS|PSE|QA|QAT|SA|SAU|SO|SOM|SD|SDN|SY|SYR|TN|TUN|AE|ARE|YE|YEM)$ [NC] RewriteCond %{HTTP_COOKIE} !userRegion= [NC] RewriteRule
Does anyone have any experience working with the Qaultrics connection? I'm working with a client Strategy where I will pull an audience of profiles that responded to an email. I then want to send them a Survey and get their responses for some analytics. Please advise.
Exciting news! Once your account has been migrated to the Adobe Admin Console, you can now manage your Authorized Support Contacts in the Admin Console! Skip the wait on phone or email support and manage things right from your Admin Console (AC). Authorized Support Contacts (or Support Administrators in AC) are non-administrative roles that have access to support-related information, such as customer-reported issue reports. These users can also submit support cases via Experience League. Note: Once on AC, the support team can no longer manage this for you and action must be taken within your AC. If you haven't been migrated to AC yet, please contact your Account Executive. Please also note that you must be a System Administrator role within the Admin Console to mange this.. So how does this work? Below I've posted the steps along with some pictures. But we've also got an AC help article you can reference right here. Open your Admin Console - https:
Hi All,I am trying to give access to Assets under tools for business(Tools -> Assets). But I could not give the access without admin rights. Is there any way to give access to Assets without Admin rights?Thanks in Advance.
【目的】トラブルシューティングの一環で、ブラウザー内で発生したネットワークリクエストの詳細情報を必要とする場合があります。このような時には、ブラウザーの通信履歴が含まれるHARファイルが役に立ちます。本記事ではHARファイルを取得する方法について説明します。【環境】- Chrome- Edge- Firefox- Safari【対応方法】Chrome1.デベロッパーツールを開く(キーボードのF12キーを押す)2.ネットワークタブのNetwork(ネットワーク)タブを選択3.Preserve log(ログを保持)をチェック4.Disable cache(キャッシュを無効化)をチェック5.調査したい問題を再現させ、ネットワークタブに通信状況やグラフが表示されることを確認6.Export HAR(ダウンロードボタン)を選択7.ファイル名を指定して保存Edge1.デベロッパーツールを開く(キーボードのF12キーを押す)2.ネットワークタブのNetwork(ネットワーク)タブを選択3.Preserve log(ログを保持)をチェック4.Disable cache(キャッシュを無効にする)をチェック5.調査したい問題を再現させ、ネットワークタブに通信状況やグラフが表示されることを確認6.Export HAR(ダウンロードボタン)を選択7.ファイル名を指定して保存Firefox1.デベロッパーツールを開く(キーボードのF12キーを押す)2.ネットワークタブのNetwork(ネットワーク)タブを選択3.歯車アイコン/Persist logs(ログを保持)をチェック4.Disable Cache(キャッシュを無効にする)をチェック5.調査したい問題を再現させ、ネットワークタブに通信状況やグラフが表示されることを確認6.歯車アイコン/Save All As HAR(HAR形式ですべて保存)を選択7.ファイル名を指定して保存Safari1.デベロッパーツールを開く(キーボードのF12キーを押す)2.ネットワークタブのNetwork(ネットワーク)タブを選択3.Preserve Log(ログを保持)をチェック4.Use the resource cache when loading resources(リソースの読み込み時にリソースキャッシュを使用)を押し、無視に変更5.調査したい問題を再
Hi there, I would love to get some insight into how other marketing/creative teams handle leaving the same comment across multiple Workfront proof pages as a best practice. Particularly for longer proofs with 10+ pages. Current issue:Attached is an example of a proof with 10+ pages that has 1 proof comment made and boxes drawn to each applicable spot across all pages (Ex. change on to with). The creative team would prefer to have each page marked up with the change to make it easier to connect the dots between all of the pages in the proof that need the edits and all of the pages in the working file that need the edits.Currently, the proofing tool doesn't show all the pages linked to the 1 commentOur reviewers would prefer to not have to copy and paste the comment on each page How do your proof reviewers leave comments applicable to multiple pages in a long proof with several pages?Leave a global comment that says something like "applicable to all pages or X pages"L
I'm getting this error message when trying to access scorecards. I get the same message on several environments.
We'd like to combine two data elements in a single column, displaying the Resolve Project Status. In a combined column, the project status is abbreviated. Can we override the abbreviation? Combined column text:column.6.displayname=Statuscolumn.6.llinkedname=column.6.makeFieldEditable=falsecolumn.6.namekeyargkey.0=resolveProjectcolumn.6.namekeyargkey.1=statuscolumn.6.querysort=resolveProjectcolumn.6.sharecol=truecolumn.6.textmode=truecolumn.6.valueexpression=IF({resolvingObjCode}="PROJ",{resolveProject}.{status},"")column.6.valuefield=resolveProject:statuscolumn.6.valueformat=HTMLcolumn.7.Column=Previewcolumn.7.sharecol=truecolumn.7.textmode=truecolumn.7.value=<br>column.7.valueformat=HTMLcolumn.7.width=1column.8.displayname=Statuscolumn.8.llinkedname=column.8.makeFieldEditable=falsecolumn.8.namekeyargkey.0=resolveProjectcolumn.8.namekeyargkey.1=statuscolumn.8.querysort=resolveProjectcolumn.8.textmode=truecolumn.8.valueexpression=IF({resolvingObjCode}
When using the XDM Experience Class, the Commerce/productViews/value field automatically shows as required. On all of our other 90+ sites we aren't seeing any issues not setting this field but on one site it causes data ingestion failures occasionally. Anyone else have this issue? Thanks!
I'm trying to create a custom field that will show a Version/Issue's or Task's logged hours. There seem to be a few objects I can call on but don't know if I'm referencing the Version/Issue or Task correctly and if that's causing the data to not be pulled in. Maybe I'm missing some part of the tree from the parent object down to the value I'm look for. Below are some versions of the references I've attempted and the custom field I'm using with an 'IF' statement to pull in one or the other. Version/Issue Field:{issue}.{actualWorkRequired}{OPTASK}.{actualWorkRequired}{OPTASK}.{durationMinutes} Task Field:{task}.{actualWorkRequired}{task}.{actualWork}{TASK}.{actualDurationMinutes}{TASK}.{actualDuration} Conditional Field embedded in form to be used as report column:IF($$OBJCODE="OPTASK",{DE:Version/Issue Field},{DE:Task Field})
Hi, new to adobe express just trying to publish a webpage template. Get this error trying to publish any of the templates. Error: Publish API Response: 403 Forbidden. Please advise
Ihr seid der letzte rotz verein. Ist echt zäh als developer mit pdf's zu arbeiten. Ich hoffe das drecks format stirbt aus. Ein wunder das PDF sich so durchgesetzt hat.Ich will einfach per klick auf einen Button das Suchfeld in dem PDF viewer öffnen, KEINE CHANCE! Baut einfach mal eine vernünftige Schnittstelle für Entwickler!
Dear adaptTo() Community,Europe’s leading AEM Developer Conference is back! From September 29 to October 1, 2025, Berlin’s Kulturbrauerei will once again bring together developers, architects, and tech enthusiasts for three days of knowledge-sharing, networking, and innovation.Ticket sales are open – Get your spot now!Call for Papers is live – Share your insights with the community!Loyalty Tickets available for previous attendees.Early Bird pricing until May 31, 2025 – Save before prices go up!Early Bird Tickets: https://adapt.to/ticketsCall for Papers – submit your talk by April 6, 2025: https://adapt.to/cfpYour adaptTo() Conference Team
Dear adaptTo() Community,Europe’s leading AEM Developer Conference is back! From September 29 to October 1, 2025, Berlin’s Kulturbrauerei will once again bring together developers, architects, and tech enthusiasts for three days of knowledge-sharing, networking, and innovation.Ticket sales are open – Get your spot now!Call for Papers is live – Share your insights with the community!Loyalty Tickets available for previous attendees.Early Bird pricing until May 31, 2025 – Save before prices go up!Early Bird Tickets: https://adapt.to/ticketsCall for Papers - submit your talk by April 6, 2025: https://adapt.to/cfpYour adaptTo() Conference Team
Hello,I have been having trouble with the Analytics solution in the Adobe Experience Platform Debugger. When I open a page, the platform debugger has recently stopped showing events in the Analytics tab. There is minimal information up top but not nearly the depth i need. I have all third-party cookies allowed. Do you have any solution ?Thank you very much.
Hi MembersWe have a workflow which uses a ecma script for or split.This workflow is not able to access external ecma scripts Getting below error in logs.granite.workflow.WorkflowException: Unable to find script resource /apps/workflow/scripts/ I am trying to add a read permission for the workflow-service.we use Netcentric AC tool and .yaml file to apply permissions.how can i add permissions to OOTB workflow-service user in yaml file. Also is there any other solution. TIA
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.