Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I am not able to write the junit for private methodNode metaNode = session.getNode(metadataNode);getPropeties(metaNode, generatedPath, workItem, wfsession);//till this its working private void getPropeties(Node metadataNode,String generatedPath,WorkItem workItem,WorkflowSession wfsession) throws ValueFormatException, PathNotFoundException, RepositoryException, WorkflowException { String prop1=metadataNode.getProperty("prop1").getValue().toString(); }
Hello.I'm not sure if this is possible, but instead on numbering instances which I've done before, is it possible to make it abc? What would be the code in javascript?Thanks,Magda
I need to customize paraformat plugin in aem. for example I want to add class attribute to h1,h2,h3,p tag. Below is the OOTB behaviour <h1>Out-of-the-box (OOTB) plugins and their features cover many text editing use cases, but there will always be a need for customization.</h1>I want to have to class attribute something like below<h1 class="xyz">Out-of-the-box (OOTB) plugins and their features cover many text editing use cases, but there will always be a need for customization.</h1> Is it possible to add class attribute without making any code change. for example I tried to add property in dialog like but it is not picked. I guess there is no JS logic to read "class" property hence I tried to find a JS file and make a modification and I found plugin js - /libs/clientlibs/granite/coralui2/optional/rte/js/core/plugins/ParagraphFormatPlugin.js but here I dont see any place or logic to add class attribute. Ref - https:
Kindly help, or if someone has already encountered this issue, I have already tried setting the subform to flowed, but the page is still cut off. The dynamic table previews correctly in HTML, but when converted to PDF, the page is cut off.
In publishing instance, we have noticed that when we tried to publish Redirect configs it took 3 mins and it is causing slowness to the instance while if tried to for the single redirect it took 1 min. or less than a sec. Anyone experiencing this? Is this expected?
Hello I am asking about why are there different time when I am selecting exact same data on freeform table on Average Time on Site in Analytics Panel as seen on attached screen. Thanks for explanation.
We'd like to know if our content is being ingested into AI services such as Open.ai / Microsoft Copilot, Gemini, etc. Does anyone know if there is a way to identify this? eg. Are there specific Bot Names belonging to these services?
Hi,Recently after migration from on prem to cloud, somehow rep:policy nodes are visible on author environments under /content/ path. This node is visible on many places under "content". its difficult to delete directly from CRX/DE, as its there on so many places, now i am trying to delete it programmatically, but this throwing error: javax.jcr.nodetype.ConstraintViolationException: Item is protected.i am using code as below: @9944223 protected void doDelete(SlingHttpServletRequest request, SlingHttpServletResponse response) { log.info("inside doDelete method"); String sirContentPath = "/content/sir"; try { log.info("Runmode isAuthor {}", isAuthor()); adminSession = getAdminSession(); if (adminSession != null && isAuthor()) { Node rootNode = adminSession.getNode(sirContentPath); removePolicyNodesRecursively(rootNode); //response.getWriter().write("rep:policy nodes removed successfully.");
Hi, I have a doubt in scheduling the exam. I have a voucher but, when scheduling in the new portal am not asked for voucher code. So, I need know exactly how it works. If in case my voucher is going to expire 10th for next month, then if I wish to reschedule the exam would I not be able to do it.
Has anyone done the following and if so how to do it?I am overlaying the core accordion component. In 'items' tab, on the click of add , i want my desired child component to be dynamically added, i.e., i do not want to choose the child component from the dropdown but i want the slide to be added on click of add instead of going to dropdown to select the component.
Hi, I want to write a Testcase for my Servlet, which expects a specific selector.So far I ve always created my MockSlingHttpServletRequest request object using AemContext context.request().However, I have nt found any method which might allow me to set a selector for it ?Would be great if you could share an example setting a selector.thanks a lot for your support in advance. --Volker
Hello Community, According to the dispatcher module documentation, the DispatcherUseProcessedURL attribute accepts 2 values:0 - use the original URL passed to the web server.1 - the Dispatcher uses the URL already processed by the handlers that precede the Dispatcher (that is, mod_rewrite) instead of the original URL passed to the web server.However, in the wknd codebase the value of the attribute is set to OnDispatcherUseProcessedURL On. Could you please clarify are 1 and On values are actually interchangeable? Does the On value require a particular dispatcher/httpd version?I tried to find the answer by myself, but I failed. Thanks in advance,Rustam
Hi, Is it possible to create a new Named Right so users can interact with data via Snowflake External Account in workflows? Testing shows that only possible via Admin access, and we need to separate out for standard users to run BAU queries via the external account for Snowflake. Thanks,Wayne
We were originally capturing the full URL in eVar13 in Adobe Analytics. Now in the XDM, the webpagedetails captures the full URL. So, wouldn't it be redundant to also capture the full URL in eVar13 in the schema? There wouldn't be any impact to reporting in CJA would there? Thanks!
Hello everyone, Just a quick question, how are other Event Forwarding users optimizing their event forwarding property configs to stay under the 50ms compute time limit in which events are no longer forwarded. I understand that compute time is attributed to number of rules and the complexity of rules. Are others splitting up their rules across different properties? @61380 representatives, is there a limit to the number of properties that can be created (ie contractual or recommended limits?) Thanks,Ty
I'm encountering an error when trying to execute the following query:ErrorCode: 58000 Failed to get results of query Reason: [Unable to create table : decile_table. Detailed Error: Got non-successful response. Code: 400. Response body: {"type":"http://ns.adobe.com/aep/errors/XDM-1532-400","title":"Invalid xdm:sourceProperty value","status":400,"report":{"registryRequestId":"a8c70fb9-fb6f-4f8c-9f9a-330282f5dce6","timestamp":"11-07-2024 09:27:58","detailed-message":"The provided xdm:sourceProperty value ([Ljava.lang.String;@6812fd65) is invalid. Note that the property path should start with / and not have a / at the end.","sub-errors":[]},"detail":"The provided xdm:sourceProperty value ([Ljava.lang.String;@6812fd65) is invalid. Note that the property path should start with / and not have a / at the end."}]"I'm using the query below to create the table:CREATE TABLE decile_table ( id TEXT PRIMARY KEY NAMESPACE 'personid13', decile1Month MAP<TEXT, INTEGER> ) WITH (LABEL='PROFILE');Thi
Hi all, I have used a "Date" type field for segment definition in an audience. The criteria is like below:"startServiceDate in last 30 days". I feel because the format of the data in AEP is not correct, the profiles are not getting qualified. I am attaching the input data format and the data format in AEP. Can anyone please help me on how can I stop the date getting formatted or why are the profiles not getting qualified even though the dates are in range? Thank you!
I have React app instrumented with Universal Editor attributes.I want to be able to open page in Universal Editor from AEM.I followed this article https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/sites/authoring/universal-editor/templatesAnd this https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/sites/authoring/universal-editor/navigation But don't see any option to open a page using Universal Editor in my local AEM. I used latest SDK to setup my local instance.How can i open the page from local AEM in Universal Editor?Also it is not clear how to configure the React App URL so AEM know how to open it.
I am missing the option to duplicate tasks - I checked on a co-worker's computer - and they have it. Where did it go? Susan Kelly CIE Tours
Hi, I am Jhansi Lavanya. I have registered for AD0-E123 Adobe Experience Manager Sites Developer Professional Certification exam. I want to take practice test in Adobe Certification Exam Prep Portal before attempting my Certification exam. But there is no practice test available for AD0-E123 Adobe Experience Manager Sites Developer Professional. Could u please help us by providing the practice test link for ADO-E123 Adobe Experience Manager Sites Developer Professional and some reference study materials to prepare for exam. Thanks & Regards,Jhansi Lavanya Matcha.
We created a schema in Adobe Campaign Client 8.6.2 from external database (Snowflake). The table name for example snowflake is ABC_DEF_GHI and the label and Name provided when creating the schema in Adobe was the sameABC_DEF_GHI. We would like to change the label to ABC DEF GHI & name to abcDefGhi (Pascal Casing). When I tried to edit label="ABC DEF GHI" & name="abcDefGhi"There were errors displayed when I changed it & saved. When I cleared cache, disconnected & reconnect back & searched there are 2 entries, one with the old label & name & another with new label & name.The old one works fine while the new one on going to Data tab or other tabs show below error"XSV-350000 Unable to load document of identifier 'rqa:abcDefGhi' and type 'xtk:schema'." Please let me know how to resolve this issue. Your inputs are much appreciated !!
In the settings of a template in Native PDF, AEM Guides Cloud there are a number of standard pages: TOC, Glossary, Citations, Empty Pages, Chapters & Topics.These are referred to by the bookmap in the following way: <booklists> <glossarylist></glossarylist> <toc></toc></booklists> I want to enable a new page in the templates called "blankpage". It will be a plt file the same as the others and I want to refer to it in my map within the booklists tag as below:<booklists> <glossarylist></glossarylist> <blankpage></blankpage> <toc></toc></booklists> I understand that I need to customize Native PDF. How? Where are the XSL files? Is there any documentation on this?
Some URLs before redirection are sometimes measured, but would it be better to explain that this is a specification of Adobe Analytics? Or is there any way to improve this?
I have a user who was assigned an External user role in Workfront. I don't know when this happened, but when I went to update their account, it wouldn't let me save any changes to it. I have run into a similar issue and my resolution was to deactivate the account, make the changes, save the account, and then reactivate. Up until now, that's never been an issue. However, today, I have this pop-up: "group with primary key value is "null" not found" come up when I try to reactivate this user's account. I'm the sys admin, so I should be able to make these sorts of changes without issue, but that seems to not be the case this time. We use a SSO login, and when I look at their account on the Admin Console, they have a Federated ID (as they should), so everything looks like it should be good to go. Is there something I can do to resolve this from my side, or is there something I am overlooking?
I have a segment of our search results where to code looks something like this<div id="categoryBreadCrumbs"><div class="criteria-header">Name of Category</div><div class="criteria-refinement">Category 1</div><div class="criteria-refinement">Category 2</div></div> I have 2 data elements.div#categoryBreadCrumbs div.criteria-headerdiv#categoryBreadCrumbs div.criteria-refinement I have a rule that writes these two items to two different eVars. Trouble is... looking in debugger, it only reports Category 1 to the eVar for the refinement. I'm not seeing an easy way to do a "for each" style data element?Is this possible to do or am I approaching it wrong?
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.