Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
How to find out which attributes are being used from List in the live workflows. Eg : if a list have 100 attributes in the list, then how many are being used in live workflows and need to remove the unused from the list.
Hi everyone, I hope you're all doing well.Context: I'm managing groups and permissions in AEM. Each group has its own access to specific folders in the DAM. The problem I'm currently having is that if a new folder is created, it becomes visible to all users. My question is: is there a way to automate permission assignment? For example, if I create a "promo" folder and it's assigned to specific users, or if I create a folder in a specific location, could I use workflows to specify that the folder is for a specific group? Thanks for your input.
Hi AEM Community, I'm working on migration project , migrating from classic UI to touch UI. we have one button on siteadmin navigation bar called "start workflow" when clicked content tree dialog will open first where user where dialog will open with selected page(s) will show along next and cancel button if user selects next button then workflow model screen will load where model will be prepopulated. To achieve same in touch UI I have create a button at /apps/wcm/core/content/sites/jcr:content/actions/secondary/wokflow-button and below is xml<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/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="cq:Page"><jcr:content jcr:primaryType="nt:unstructured"><actions jcr:primaryType="nt:unstructured"><secondary jcr:primaryTy
I have a task report that I'm pulling in hours of a specific hour type. I can get them as a list and it works correctly - but I would also like this same information to be shown as a total rather than in a list. Can someone assist with the text mode for this calculation?displayname=Template Count listdelimiter=<br/> listmethod=nested(hours).lists type=iterate valueexpression=if({hourType}.{name}="Template Count",{hours}) valueformat=HTML
Has anyone noticed that Workfront no longer saves a comment you've started? For example, if you're typing a comment and navigate to another link within the project, the text doesn't remain in the commend field like it used to.
Hi community,I need to retrieve all metadata fields that start with a specific prefix (e.g., nameMetadata_) from all metadata schemas in AEM.Current situation:I'm currently using this endpoint to get fields from a specific schema:{{Instance}}/conf/global/settings/dam/adminui-extension/metadataschema/default.infinity.jsonWith a script, I can process the JSON and filter the metadata fields I need, but this endpoint only points to the default schema. What I've tried:I know I can use:/conf/global/settings/dam/adminui-extension/metadataschema.infinity.jsonThis endpoint returns all schemas, but it requires iterating through each one and querying their fields individually.My question:Is there a more direct endpoint or method that allows me to:Retrieve in a single JSON all metadata fields from all schemas (even those not currently in use)?Or alternatively, is there a way to filter directly by field name (e.g., nameMetadata_*) through a query parameter or selector?Basically, I'm looking to
Hello, In the screen shot below I am parsing json to separate values from a typehead field. When trying to put the @ symbol in front of the username it does not tag the user in Workfront updates section but simply an @ symbol which does not tag the user in the regular highlighted blue format. Is there a way to @ the user correctly in the updates section because the result is not rendering and tagging the person in my update. Please refer to second screen shot of how it is appearing. I appreciate all the help in advance
I need to create a program in a manner for 10000 contacts. We can say: send to 30% on day 1, 30% on day 2 and the remaining 40% on the last day. I created a program, and I am receiving the email on the 4th day as well. Why is this issue coming up? If have any suggestions, please share them here. Thanks!
We have in-project requests for extra resource to be added to the project. Once approved, the new task template is added. The task template has a folder structure attached to it which matched all the other tasks in the workflow. However, when adding the new template task, it seems to duplicate the folder structure at project level aswell.Is there a way to not have the folders duplicated at project level and why does it so this?
Hey there, Part of the proofing process is our team verifying that the bookmark/layer names on the PDF are correct. However, you cannot see the bookmark names unless you download the file which unfortunately defeats the purpose of us using the viewer and also comparing files side-by-side. Could this be something that get added in the future?
I’m working on cloning an existing schema. I successfully retrieved the target schema and created the cloned schema, but I’m encountering PES errors.While validating the mixins, the API consistently returns an error stating it expects version 1.65.1 of the mixins. However, the mixins returned by the API have varying versions. Even when I attempt to retrieve a mixin using a specific version from the list, or using the following endpoints: Https://platform.adobe.io/data/foundation/schemaregistry/tenant/mixins/{mixin id}?version=1.1 Https://platform.adobe.io/data/foundation/schemaregistry/tenant/mixins/{mixin id}?version=@latesthttps://platform.adobe.io/data/foundation/schemaregistry/tenant/mixins/{mixin id} I'd still get the error looking for version 1.65.1? Any idea on how to fix this issue?Thanks!
Has anyone successfully created a scenario that attaches multiple docs to one email? I have been working on a scenario to be able to attach multiple files from one folder to an email but am running into a roadblock. I have been experimenting with the iterator, aggregator and variable modules. When I test, the email will only attach one document but I can see in the aggregator that it did create 1 bundle with all files found in the folder. I am not sure if I am missing something in my setup with the email attachment setup. Also, I am new to using the iterator, aggregator and variables so maybe I am not setting up something correctly. For context, I need to be able to attach docs to the email as we have users on our email distro that are not in Workfront and we do not need them to be. Thank you for any help in advance. Current scenario set up: Aggregator result: Email Result: only will bring in 1 file as an input instead of multiple fi
Subresource Integrity (SRI) is a security feature that enables browsers to verify that the resources they fetch (for example, from a CDN ) are delivered without unexpected manipulation. It works by allowing you to provide a cryptographic hash that a fetched resource must match. How to add the integrity attribute to the Adobe Launch script below.<script type="text/javascript" src="https://assets.adobedtm.com/launch-.min.js " async></script>
I have about 30+ values in French and I want to convert them to English for the report.The translation is done I just need the ability to do a Find and Replace on mass. Have tried the Find and Replace within the derived fields but it only supports 5 arguments.Need something like a big look-up table or something.I could use classifications but looking for a little simpler solution.
Hi Team, I have created a test journey for a PoC to test a scenario where email 1 is being sent to a customer but due to capping rules (channel/frequency capping) the email doesn't get sent as for the user the quota of emails for the day is already exhausted.How can I re send the email again tomorrow ? I'll have to create a logic to check whether the profile received the email 1 or not, but how to check that in condition ?I can't use the action id of the node because the person must have passed through that node even after the capping rule.Check the image attached for reference.
Hello, I have calculated fields in my request form to capture the name of the person who put in the request and their home team. When this form was setup in implementation, we put a "Requestor Team Override" field that is visible to admins only, in the event we need to update the requestor team. I would like to also add a "Requestor Override" be able to also override the Original Requestor name, but I'm not quite sure what the code would look like to do that. Here is the calculation for the Requestor Team field:IF(ISBLANK({DE:Requestor Team Override:name}),IF(ISBLANK({convertedOpTaskOriginator}),{owner}.{homeTeam}.{name},{convertedOpTaskOriginator}.{homeTeam}.{name}),{DE:Requestor Team Override:name}) Calculation for the Requestor Team Override is a Typeahead field, with reference object type set to "Team" The calculation for the "Original Requestor" field is:{convertedOpTaskOriginator}.{name} Any ideas on how to create an admin only field that overrides this "
Hello, I am looking for the documentation in which form submission using external email template is described. I've tried locally using the out of the box template from: /libs/fd/dashboard/templates/email/htmlEmailTemplate.txt and the email that I get is a plain/text not an HTML. A simple example of how the email would look like is:However, if I am using the same template in an workflow > send email step, the HTML renders and the email looks good.What are the technical differences between submit action > send email + external template and submit action > invoke workflow + send email step? Thank you,Ana
Hello!I've recently taken this old "AC Tips and Tricks" article that I came across and used it to create a public GitHub repository that contains code and documentation for creating custom workflow activities in Adobe Campaign Classic.I thought I'd share it here, just in case it's of interest to anyone who is looking to extend their platform implementation in this way:https://github.com/mroshaw/acc-custom-activityI'd be very interested to hear your thoughts and feedback!
Hello,Can the standard Salesforce CRM connection sync lead data captured in AEP, including custom objects/data linked to those leads?We plan to store product interests as custom objects in Salesforce. If AEP dedupes a Lead, it should update the Lead info (name, email, phone) but append new product interests without overwriting existing ones. For example, our web forms (using AEP) will collect not only name, email, and phone, but also the products the person is interested in.Is the standard Salesforce CRM connection sufficient, or do we need a custom integration for this?Below is a high-level representation of our potential Salesforce data model, showing deduped Leads and their interactions, including product interests.Thanks!
Hello AEM Community, I have a requirement to customize the filters that show under the admin rail under Forms. I am able to override these by creating a copy of the folder structure from /libs to /apps. But these does not seem to perform a resource merger and instead acts as an override. Is there any recommendation around how I could go about making this update without breaking the inheritance from /libs. Thanks Narendra
I'm facing same issue, currently migrating AEM Forms repository from TFS to GitLab using the following command:git push --mirror GitLaberror: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413It seems to fail due to a HTTP 413 (Request Entity Too Large) error, possibly because of the repository size.Has anyone encountered a similar issue when pushing large repositories to GitLab?What's the best way to resolve this?Regards,Nagendra
Can you please let me know if there is an option to create an audience as batch evaluation and publish it, wait for the audience evaluation job to run, once it is evaluated one time, is there a way to stop further evaluation but still have the audience available for activation to destination, and use it in other audiences.
After installing latest service package 6.5.23.0In console/bundles below bundle is installed state.SARB Project - sarb-internet-site Bundleza.co.sarb.internet-site.core - Installed not active org.apache.xmlbeans,version=[2.0,3) -- Cannot be resolved can you pls, kindly share the details or reference links.Thanks,Nagendra
I'm sorry, this is a very basic question but I got thrown into this project and I'm hoping someone can help me. Thank you in advance.
Hello sir when i check the revenue sale data on dashboard it show an amount which is completely different form the sales report which i downloaded with exact filter date ...does the dashboard shows an average or accurate revenue sales
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.