Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I'm new to TouchUI, and having trouble knowing how to customize the editor.html even after reading the doc page... https://docs.adobe.com/docs/en/aem/6-1/develop/extending/customizing-page-authoring-touch.htmlThe goal of the customization is to load the dam images from the appropriate folder based on the "site" loaded. I have done this in ClassicUI some time ago, but am struggling with TouchUI. I am tempted to try the 1:1 overlay of this structure, but that seems wrong given resource merger in AEM6.1. To be clear I do not want to change the search root, since the users should be able to select other paths. I would like to set a default path.http://localhost:4502/crx/de/index.jsp#/libs/wcm/core/content/editor/jcr%3Acontent/sidepanels/edit/items/assetsTab/items/filterPanel/items/views/items/search/items/searchpanel/items/imagepathI have a clientlib overlay of the ImageAssetPanel.js. I can see it is getting called by reviewing the JS console and outputting a log messages. The problem is
I am creating a task report with the goal of showing tasks that are ready to start by a certain group of individiuals (these filters are already applied) and don't have documents within a specific folder (the project-level folder titled "design").... Is there a way to filter by that second part? If so, can you assist with the text mode?In summary, I want the report to show me tasks in which the task is assigned to the a team or specificed individuals, it's predecessor is complete, AND there are no documents within the "design" folder. There was a very similar question Community question by @timothybr and response by @randyroberts that is almost the answer, but I can't figure out how to tweak it for me need. (https://experienceleaguecommunities.adobe.com/t5/workfront-questions/creating-a-report-that-shows-a-specific-folder-name-with-no/m-p/617520#M55996)
I can't get a Proof for video (.MP4) to work via proofs within the Adobe Workfront App. This also does not work with a browser on a mobile device. Tested on iphone. Also tested on Android. Been this way for a couple of months and need this function day to day. Is there a way to proof video on mobile with Adobe Workfront?
Hi everyone, Can adobe campaign limit the number of sends through a typology ? If so, whats the best way ?
Hi all, I'm asking about this particular situation because I want to configure the Adobe Fastly CDN using a subdomain like dam.site.com for an existent website that is accessed through a custom (Imperva) CDN (www.site.com for the example).The goal would be to access all the media in the dam through the Adobe CDN while maintaining the existing site with Imperva.Now the custom CDN is pointing directly to the publish environment and if I try to access to this one I get 403 forbidden error, like if Imperva is cutting out every other connection to the env. I've not configured anything in the IP whitelist so I think that is Imperva that is doing this.Would it be possible to configure an SSL certificate for dam.site.com in the cloud manager configurations? Any of you had this kind of issue or is it an impossible matter to do with the same environment ? Thank you!
Our group works with four different brands and requires a lot of collaboration and visibility to communication between projects. Other than creating a team and tagging them in every comment, is there something else we can do to provide visibility to project updates for everyone on a project? We want people to be able to go back to the project updates and see everything.
Hi community! Are there any suggestions to pull a report on all projects that have a specific folder (i.e. Final Deliverables) which is empty. I am trying to see all projects that are closed where someone didnt upload final documents. Thanks!
What is the function of the AEM Assets module for getting a folder listing, and can you provide an example?
Hi there,I'm wondering if anyone has any ideas or solutions on how to report on Rejected Proof Decisions?Our organization uses Proof Decisions and would like to track why a Proof was Rejected; requesting a new proof. We want to be able to track the reasons behind multiple versions of proofs.I was thinking if its possible to trigger a pop-up (dropdown) selection as to why a proof was being rejected - using a custom form; while associating it to the document version. Can Fusion do this?OR... am I overthinking this and there's already a natural solution for this in the Workfront system.
Hello Adobe Community, I have a question regarding the domain delegation setup in Adobe Journey Optimizer. I noticed a change in the types of DNS records required for configuring a domain delegation. Previously, as per the tutorial video found in Adobe documentation (https://experienceleague.adobe.com/en/docs/journey-optimizer-learn/tutorials/configuration/channel-configuration/delegate-cname-subdomains), only some CNAME records and one TXT record were shown. However, I now see A records included as well. Could someone clarify why there has been this addition of A type records to the delegation setup? Is this a new requirement? Thank you for your assistance.Regards,Diego P.
Is this possible?
We need to sort a Proof Approval report by "Title". The sorting is not happening with the below text mode code. Does anyone help us on this? displayname=Titlelinkedname=documentVersion:document:project:namenamekey=view.relatedcolumnnamekeyargkey.0=documentVersionnamekeyargkey.1=documentnamekeyargkey.2=projectnamekeyargkey.3=namequerysort=documentVersion:document:project:namesortOrder=1sortType=ascvalueexpression={documentVersion}.{document}.{project}.{name}valueformat=Compound
I am unable to find the Form setting/Field Settings/Field Sharing options anywhere on the custom form.These options were available in the Old UI.Did Workfront removed those features from CustomForms? If not, Can someone please help me find these in the new Custom form interface? Thanks in advance!
We are facing an issue after we upgraded to 6.5.21. earlier, when we download any asset, both OOTB metadata and custom metadata are downloaded along with the asset. when we open the asset (pdf), we can see the updated metadata. Now, in 6.5.21, the asset is getting downloaded, but only OOTB metadata is downloaded, the custom metadata is not, when we update the metadata, i see that the updated metadata node in crxde, but when i download the asset, i see only OOTB metadata and custom metadata is missing. iany ideas where i should look at? I don't see anything in the logsso far i have zeroed in on workflows, i think the workflows got broken, we do have custom workflows, like update_asset workflow, but when the checked the update_asset workflow in /libs folder i dont see any changes in older and new 6.5.21 versions. i tried to re-run the workflow with the asset as payload, the workflow was a success, so iam a but clueless.so, where do i get the logs for the workflow?, i mean if i use the lo
Dear community, I've been trying to create an On Deman Segment Evaluation but I keep getting the same error (Attached in images). The link I followed is here (https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-19251) I tried using all types of Audiences (Published, Draft, using already created, and newly created audience). I have attached the body below and the URL Endpoint is (https://platform.adobe.io/data/core/ups/segment/jobs). Please guide me onto how I could resolve this issue and do not hesitate if you need any more information. JSON Body Below : { "segmentId": "de252a01-c4f8-473b-99ec-341db56221ca"}Best regardsSching
Amounts of email drop into "Bounces for outbound channels(AJO)", and I checked most of the reason is "Timeout". I am wondering about the root cause and how to fix it?
not able to hit the URL in this code can someone suggest the inputsimport org.apache.http.client.methods.HttpGet; import org.apache.http.client.methods.CloseableHttpResponse; import org.apache.http.impl.client.CloseableHttpClient; import org.apache.http.impl.client.HttpClients; import org.apache.http.util.EntityUtils; public String fetchApiData(String apiUrl) throws IOException { CloseableHttpClient httpClient = HttpClients.createDefault(); HttpGet httpGet = new HttpGet(apiUrl); CloseableHttpResponse response = httpClient.execute(httpGet); if (response.getStatusLine().getStatusCode() == 200) { return EntityUtils.toString(response.getEntity()); } else { throw new IOException("Failed to fetch API data"); } }
I have a clientlib which has one secrect key. Now I want to use Amazon KMS to store my secret key. So how can I integrate Amazon KMS with my clientlibs folder or how can I use it in my clientlibs
Hello All,Good Day!I was trying to login into the AEM Dispatcher instance from 2 Git-bash windows (We use to clear the cache from one window and check the status of the cache clearance from other window). But I was not able to login via 2 windows. I was getting below mentioned error.Error :- "Too many logins for '{username}'."Upon checking the logged in users via 'w' command I found following information.{username}@3165742*****ryd**onc**-p****1-dispatcher1u***1-*********14:~ w12:39:24 up 38 days, 22:50, 4 users, load average: 0.41, 0.69, 0.81USER TTY FROM LOGIN@ IDLE JCPU PCPU WHATaru***g pts/1 103.43.112.97 19Feb25 0.00s 0.00s 0.88s sudo su -n***h.* pts/3 10.12.54.15 12:25 1.00s 0.02s 0.01s wn***h.* pts/4 10.12.54.15 Tue07 0.00s 0.00s 0.00s sudo /bin/rm -rf /mnt/var/www/html/bin /mnt/var/www/html/content /mnt/var/www/html/etc.clientlibs /mnt/var/www/htmln***h.* pts/5 10.12.54.15 Tue07 0.00s 0.00s 0.01s sudo /bin/systemctl status httpdIt seems some past login sessions are somehow still
Hi, I need help with an issue involving an empty and invalid CSRF token when submitting the form. I've already included CSRF token in the client header. Here are the error logs: *INFO* [[0:0:0:0:0:0:0:1] [1742872764470] POST /bin/ HTTP/1.1] com.adobe.granite.csrf.impl.CSRFFilter isValidRequest: empty CSRF token - rejecting *INFO* [[0:0:0:0:0:0:0:1] [1742872764470] POST /bin/ HTTP/1.1] com.adobe.granite.csrf.impl.CSRFFilter doFilter: the provided CSRF token is invalid could you kindly assist me in finding a solution to fix this error? Thank you.
In AEM 6.5.21 we require to create PDFs from static HTML(with inline CSS) programatically as a DAM asset.We have an endpoint that gives text/html response HTML(with inline CSS).Have tried PDFBox but it displays the html content as text in the PDF.
Hi TeamI have a requirement where I have to create a component and I don't need dialogue however when cover is added I want to add one abc-container component and abc-container component should have headline component which internal should have text component. I have tried this using htl but not working. <div class="1st comp" data-sly-resource="${"1st comp" @resourceType='project/components/content/1stcomp', decorationTagName='div'}"><div class="2nd comp" data-sly-resource="${"2nd comp" @resourceType='project/components/content/2ndcomp', decorationTagName='div'}"><div class="3rd comp" data-sly-resource="${"3rd comp" @resourceType='project/components/content/3rdcomp', decorationTagName='div'}"></div></div></div> In short, I want to have nested component added by default. Any leads on this requir
HI All, I have a scenario, my client has renamed few pages in one languages which is causing Language switch failed to navigate to right page.I have pages like/content/abc/en/home.html/content/abc/fr/home.html After renaming the FR home (from /content/abc/fr/home.html to /content/abc/fr/domicile.html), language switcher failed to resolve the same page from EN -> FR.How to address this issue, to make sure Language switch works again without effecting SEO?I tried Approach:I used ‘alias’ on the renamed page (FR Home) same ‘name’ as EN Home page.Which resulted/content/abc/fr/domicile.html sling:slais = home and adjusted the Sling model code to fetch page path with alias or actual name, vice versa. Pros: This fix works for all pages globally with same scenario.Cons: This may affect SEO, since the ‘actual page name’ is hidden/masked by alias. Worst case, should I ask my client rename them back to original to align with EN pages? Can you guys suggest better ap
Hi All , I am passing some data through JS , but while pass small amount of data like around in 100 or 500 JS is working as per expectation , but while passing data in huge number like 200000 its not working correctly , on same data is exactly of same type and JS should work correctly for that data , Do we have restriction on passing number of data in JS , Can someone please help.
Hi Folks, I have configured a vanity path for one of the pages. It is working fine in the dev author and publish environments. However, it is not working in the dispatcher, throwing a 404 error in the network tab for the HTML and model.json files for that page. I have made the necessary dispatcher changes mentioned below: Farm file:/vanity_urls { /url "/libs/granite/dispatcher/content/vanityUrls.html" /file "/tmp/vanity_urls" /delay 300} Filter rule:#allow vanity urls list path/0101 { /type "allow" /extension 'html' /path "/libs/granite/dispatcher/content/vanityUrls" } However, when I hit the vanity path in the dispatcher, it redirects to the page and then again redirects to a 404 error page. Please help me on this issue to resolve, Thanks in advance!
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.