Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have Json data object coming in servlet along with path("/content/dam/temp"). I need to store the json data by creating a json file in path("/content/dam/temp"). How can we achieve that? And If this path is not present we need to create this path with temp as nt:folder
I'm trying to make a document Proof Approval report...but I only want to see documents within a specific Portfolio/Program. When I go to group this proof approval report, or filter my view, it won't let me know keep it native to any sort of grouping. Only...Proof ApprovalApproverDocument VersionRequester Any help would be greatly appreciated. TY
Hi, I am trying to build a workflow which will be used to export data through an API.I have to make multiple joins and also do retrieval of xml fields within clob columns so I have chosen to write sql queries in javascript activities for this.After the javascript retrieval I am populating temporary tables with the data, and then read those tables later in the workflow to build the object being sent to the API. I don't want to send too big requests to the API, therefore I have chosen to loop through the records, until none is left to process. I run this workflow every 30 minutes with a scheduler.This setup works just fine the first time the scheduler is triggered and there are records to process, but not after that first successful run. I have tried inserting to an extension table within the workflow the following code var strSchema = "temp:" + activity.name; var strTable = "wkf" + instance.id + "_" + vars.selectCount + "_" + Date.now(); vars.targetSchema = strSchema
Hello Everyone, I am unable to upload an asset to AEM via Fusion. Its a very basic Fusion scenario that downloads an image from a HTTP URL that is then used later to create an asset on AEM. I already checked that the user has been granted with "DAM Users & Content Authors" access. The Issue as on Dev tools is as belowInvalid recursion selector value 400 .. when trying to invoke the initiateupload.jsonPlease let me know how to overcome this issueThanks
I've Googled and read through similar old posts so I think I know the answer to this, but to pose the question anyway: We use the Create Task in Microsoft flow step to notify relationship managers when one of their clients do certain actions. In the task we bring in certain values eg According to Marketo help this only works for Person, Company, Campaign, and System tokens. Has anyone been able to get this to work for data in a custom object? Eg we have an custom object called IterationSummary that has a field called Amount that we're hoping to pull into the Task description. Thanks
Hi there, I'm jiwon I tried to add an interactive webinar user in the sandbox, but it failed.When I add a user, the screen stops loaded. When I refresh the screen, it returns to the same screen as before I added a user.(I attached a screen capture, please refer to it.)Is it impossible to add an interactive webinar user in the sandbox? I look forward to hearing from you soon.Thank you.
I’d like to use the proof functionality to share a Word file located on OneDrive with my team for their comments. Is it possible to do this without having to upload the file?
Hello community!I wanted to get everyone's thoughts on page delivery rules.Today I had an experience where an XT activity pointing to a lower environment was exposed to our production environment. This was totally unexpected because the delivery rules explicitly set the domain to something like foostg.com, for example. However, the experience was exposed to foo.com (again an example for added context).After identifying the issue I ended up having to add a Domain does not contain template rule for foo.com.The thing that scares me is this could happen with any activity in development, inadvertently exposing it to a live audience.I experienced this once before years ago, where a manager asked why an A/B test that was in development, was visible in production? I disputed the claim but could never figure out how this was possible. Now I think I know how. But why would an activity be delivered to two different domains when only one was specified?Given the above explanation, is this beha
I've done the configuration for Asset Link and AEM Assets and I'm now testing for function. I'm wondering if others are noticing issues with the Plugin not being visible in Photoshop - I actually don't see the Extensions label in my instance. As well I'm unable to checkout Or open files directly from Indesign or Illustrator. Any ideas or feedback regarding this plugin?
Hi, I applied a filter "Status!=CUR" to filter out the projects under a program but after applying it I am unable to see any projects and Its throwing an error "An error has occurred and we are working to resolve the issue. To continue with your work, try refreshing this browser page." Anyone has any idea what caused this problem or how to fix it ? Attaching a screenshot for reference. Any help or suggestion would be appreciated. TIA
Hi, what is the recommended way to implement localized fulltext queries on pages on an AEMaaCS multi-tenant environment? I was guessing it would have been possible to:Create a custom index for each use case, potentially for each (tenant, language) pair.For each index:Set tenant and/or language-wise includedPaths/excludedPaths, as described in https://jackrabbit.apache.org/oak/docs/query/lucene.html#include-exclude , or alternatively place the index under the language root node, https://jackrabbit.apache.org/oak/docs/query/lucene.html#non-root-index-definitions Add a language specific analyzer. But I found some warnings in the docs:The “Indexing best practices in AEM” tutorial page orders to “Avoid creating a custom index on the same node type as the OOTB index.”, https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/development/understand-indexing-best-practices The “Query and Indexing Best Practices” user guide seems to
Hi, We are trying to build a scenario to translate data between two objects in Workfront. The two objects will be Program and Document. We want to translate the single channel field in program into three different fields in document. For example, if SMS is selected in the channel program field, we will want to cascade three different values to three different fields in document form. I managed to set up triggers beautifully. However when it comes to data store set up, this is where I am stucked at. I use the Search am using the Search Record module for Data Store module. The filter I put is Channel in Data Store is equal to Channel selected in Program. It works when there is a single value. However the Channel field we set up is actually a multi select field. The operation stopped at the data store module as they are not able to pick up multiple values. Is there a way for us to set up the data store filter so that it will be able t
I have AJO Ultimate. In VEC I do not see Offer decisions like in that documentation.https://experienceleague.adobe.com/en/docs/target/using/integrate/ajo/offer-decisionWhy is that?
Hi! I'm creating audiences in Adobe Target and adding multiple values in the custom parameter filter. I’d like to know if there’s a defined maximum limit or a recommended number of values for this configuration. At what point could performance be impacted, or is there a limit that’s generally not advisable to exceed?Thanks for any guidance!
I'm just looking to confirm something I'm running into here. I'm setting up a Content Fragment using Granite dialog fields we've used elsewhere through our AEM instance. We have an Icon Picker which is an instance of granite/ui/components/coral/foundation/form/autocompleteWe have a Color Picker which is an instance of granite/ui/components/coral/foundation/form/colorfieldWe have a Select which is an instance of granite/ui/components/coral/foundation/form/selectWhen I deploy my code, I see my model in CRX with all fields but these three fields don't appear when I create a fragment or when I look at the model editor. Additionally we have a checkbox and several fields use scs-show-when in granite:data to try and show/hide those fields, it seems to have no effect on the fields. Do Content Fragments not support these features? Since it's all Granite UI I was hoping they would but maybe I'm wrong. I don't see any errors in the borwser or in my AEM logs
What are the best practices for structuring "interact" and "collect" calls to optimize performanceWhat happens if the “interact” or “collect” request to the Adobe Experience Platform API fails or times out?
The default paragraph formats are Paragraph, Heading 1, Heading 2, and Heading 3 (<p>, <h1>, <h2>, and <h3>). How can we enable <h4> in CF Richtext.
Hi All,I’ve been working on setting up the Control Group using the Advanced Campaign Parameters in Adobe Campaign Classic (ACC) by uploading a predefined list. However, after conducting a test dispatch with two audience members, their tracking data is still visible in the Audit Dashboard.My goal is to analyze campaign performance in the dashboard excluding tracking data for both the seed addresses and the control group.To achieve this, I would appreciate guidance on:Proper configuration of the Control Group in ACC: I want to include all audience members from the uploaded list without using random sampling.Steps to ensure the Control Group and seed list are excluded from performance tracking in the dashboard.If someone could explain the correct setup or point me in the right direction, it would be a great help. Looking forward for a quick response team!!! Thanks in Advance!
I've been searching for the past two days for a way to implement a create user function in my ASP.NET Core Web API without using the okta register user view, since I have a react.js frontend, but I can't seem to find a direct way.
Hi Guys,What all NodeType supports child node ordering, so I can use Node.orderBefore() method on that? Is there any way to make any Node type orderable?Thanks!Rashid Jorvee
Hi Team, Any suggestions for best approach to extract content from static JSON and map the json content to content fragments models for AEM endpoint (migration) ?
Our client is on AEM 6.5 on prem version and wants to migrate to AEMaaCS. During initial discussion - we were asked to ensure if AEMaaCS would support the Cloudfare integration for CDN or not. Is there any Adobe references that we can use to understand this ?
the links in the docs aren't available. Any other sources in the doc that provides the AEM 6.5.21 service pack?*update: I've tried all the other versions to 6.5.13 and all redirection link responded with 404
Hi Team, Trying to mock below code in sling Model@586265private SlingHttpServletRequest request; Below code is in test classprivate MockSlingHttpServletRequest request; still request is not getting mocked and returning null value. Can you please help me on this. Thanks in advance,Ashok Vutla
Hi, Form field label made mandatory (asterisk icon) causes the 3rd line to misalign. First and second line wrap with correct indentation. However, 3rd wrapped line text returns back under the asterisk and not indented like the top 2 lines, and does not look good. iPhone 13 causes this effect. Through browser tools I have created a new media query for this to target specifically 300px - 359px. Can you please advise how I can clean this up? I have tried this: .mktoLabel.mktoHasWidth { display: block; margin: 0; padding-left: 1em; text-indent: -1em; } I do not see how I can possibly apply any <span> when HTML is not readily available for these form labels. Please advise. Thank you.
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.