Build better products with our product team
Request for Feature Enhancement (RFE) Summary: Adding a warning about the impact of making changes to the "Edit Product Profile" feature Use-case: Changing the Product Profile name to a more user-friendly in the "Edit product profile" feature Current/Experienced Behavior: Changing the Product Profile name to a more user-friendly name impacted the permissions in each environment. Since the group did not exist, certain features became unavailable to users. This issue has been escalated in Case - E-001332537. Improved/Expected Behavior: Add a warning that changing the Product Profile name may impact the actual environment permissions. Alternatively, consider implementing a more robust solution, such as blocking the option to change the profile name and using the display name field (if filled in) to show the name in product/profile listings. Environment Details (AEM version/service pack, any other specifics if applicable): Customer-name/Organization name: NOS TECHNOLOGY-CONCEPCAO CONSTRUCAO Screenshot (if applicable): Code package (if applicable): NOTE: This Body has been Updated based on the comment below.
Request for Feature Enhancement (RFE) Summary: Adobe provides New Relic One access for observability but does not use it for customer alerting or internal operational alerting. Request is to support setting up these alerts to get notified of any potential downtime or issue with the AEM PODs. Use-case: Adobe provides New Relic One access for observability but does not use it for customer alerting or internal operational alerting. Request is to support setting up these alerts to get notified of any potential downtime or issue with the AEM PODs. Current/Experienced Behavior: Adobe provides New Relic One access for observability but does not use it for customer alerting or internal operational alerting. Improved/Expected Behavior: Adobe should provide New Relic One access for customer alerting or internal operational alerting. Environment Details (AEM version/service pack, any other specifics if applicable): AEM as Cloud service Latest release Customer-name/Organization name: Abbott Screenshot (if applicable): Code package (if applicable):
Request for Feature Enhancement (RFE) Summary: Based on the current behaviour of AEM as a cloud service, when someone tries to download assets with licences you get a page that requires you to agree or disagree downloading the asset. This page is: /dam/gui/content/assets/licensecheck.external.html. So, when you click "agree" and then the "download" button, you get the download pop up. If, though, you press cancel to the pop up, the download button of the asset is disabled and you need to switch the options to make it available again. Use-case: Based on the current behaviour of AEM as a cloud service, when someone tries to download assets with licences you get a page that requires you to agree or disagree downloading the asset. This page is: /dam/gui/content/assets/licensecheck.external.html. So, when you click "agree" and then the "download" button, you get the download pop up. If, though, you press cancel to the pop up, the download button of the asset is disabled and you need to switch the options to make it available again. Current/Experienced Behavior: "Download" button is disabled after cancelation and requires to switch the options. Improved/Expected Behavior: "Download" button should be enabled after cancelation. Environment Details (AEM version/service pack, any other specifics if applicable): aem-sdk-2024.8.17465.20240813T175259Z-240700 Customer-name/Organization name: Jet2 Screenshot (if applicable): Code package (if applicable):
Request for Feature Enhancement (RFE) Summary: Create a new Java library that does same functions of aio-lib-state like AdobeState.get(), .put(), etc Use-case: This is a suggestion after my previous posts on allowing AssetCompute microservice to accept altText and another problem. Will be nice if AEMaaCS can have a fast state persistence layer (not JCR). aio-lib-state works well leveraging cosmos. Extend its abilities to java world as well. Current/Experienced Behavior: No library similar to aio-lib-state for java. Cant share data between aio-runtime-action and AEM java Improved/Expected Behavior: Extend aio-lib-state to support java SDK. Environment Details (AEM version/service pack, any other specifics if applicable): AEMaaCS Customer-name/Organization name: SGWS Screenshot (if applicable): Code package (if applicable):
Request for Feature Enhancement (RFE) Summary: Confirmation of successful installation in AEM Forms Add-on Use-case: When installing for example AEM Forms 6.5.<version> Add-on for Windows, it would be nice to get a message in the error.log at info level when the installation is done, just as you have in the service pack. Current/Experienced Behavior: There is no message when installation is done, so you have to just wait for the loggs to stay still for a while Improved/Expected Behavior: The developer will see a message of done installation so we will know when the instalattion is done. Environment Details (AEM version/service pack, any other specifics if applicable): AEM Forms 6.5.<version> Add-on for Windows Customer-name/Organization name: Kristian Franzén/Arbetsförmedlingen Screenshot (if applicable): Code package (if applicable):
Request for Feature Enhancement (RFE) Summary: In AEMaaCS can push AEM, Dispatcher, and CDN logs to Splunk, but not the Deployment logs. Use-case: As an Architect/Developer, I would like to receive alerts when new warnings/errors appear in my releases/deployments. The only way to perform proper log analysis and set up alerting in AEMaaCS is through Splunk. Current/Experienced Behavior: The only way to analyze Deployment logs in AEMaaCS is by manually downloading them from Cloud Manager. Improved/Expected Behavior: By pushing the Deployment logs to Splunks, Adobe would enable clients to set up custom queries, reports, dashboards, and alerts to monitor their releases. Environment Details (AEM version/service pack, any other specifics if applicable): 2024.9.17964.20240924T170544Z Customer-name/Organization name: Assa Abloy Screenshot (if applicable): Code package (if applicable):
Description - Similar to the Count, Sum, Ave, etc functions available on columns in reports and charts, add the DCNT (unique count) function for several objects. Why is this feature important to you -There are several scenarios we have and that I have seen across the community where we need UNIQUE count values. Examples:1) Count of unique projects that an assignee has. Pull all open/active assignments then show the count of active (unique) projects for each assignee. It's great to have a count of open assignments per assignee, but management wants to know how many projects each assignee is currently assigned (and no, project users doesn't work because we only want to see the project counted when the person has an active/open task or issue)2) Show UNIQUE assignees on a project report How would you like the feature to work - Similar to the COUNT function but DCNT. We need the UNIQUE counts to show on the groupings, the summary tab, and available in charts. Current Behaviour - DCNT works only in groupings BUT not an option on the drop-down like COUNT, must force in text mode. And even when you have text mode, you can't see the unique count on the summary tab or use it in a chart.
Can a feature be added to make the name of the proof static? Now when a revised proof is added, and if it is a single document or multiple documents to a combined proof the Workfront Proof this is not the case. If a single document is added as a new version, and the user does not edit the document name, the proof is renamed to match the new document. If new documents are added to a combined proof then the proof asks the user to add a name. Once a proof is started the default should be to pick up the previous name automatically. I think there can still be an option to edit the name but that should be secondary.
When using valueexpression in an iterator, I'd like to be able to emit simple HTML concatenated with object attributes to, e.g. create an img tag or a link. Currently a valueexpression is printed as string, not HTML UsecaseOn certain tasks we attach documents (images), usually 1, sometimes 2. In a task report I'd like to see the thumbnails of these attachments. I can iterate over documents but I can't display a thumbnail. Using HTML would address that: valueexpression='<img src=/internal/document/thumbnail?build=&size=MEDIUM&documentVersionID='+{currentVersion}.{ID}+'&ID='+{ID}+'/>'listdelimiter=<hr/>listmethod=nested(documents).listsvalueformat=HTMLtextmode=truetype=iterate additionally I'd like to do the same in plain valueexpression statements (ie no iterator) but Workfront parses the string and when it detects <img or <a it emits as string, not HTML
Tracking, auditing, sync queue, sync errors, and sync successes are difficult to audit. Instead of requiring customers to build their own API's or reference outdated GitHub repos such as: https://github.com/Marketo or https://github.com/Marketo/REST-Sample-Code (4 years old) please provide a sample postman collection for customers to clone or leverage to build on top of existing APIs. Many companies provide collections like Cloudflare, New Relic, etc. New Relic Reference: https://www.postman.com/new-relic/new-relic-graphql-api-collection/collection/btuxnnc/new-relic-nerdgraph-graphql-api-collection
We often run our subject lines through online testers to either optimize phrasing, length, or flag words that could trigger spam filters, (ex: "Free"). With the expanding capabilities of AI, I feel like this could be a built in feature when entering subject lines into Marketo to improve deliverability by reducing soft bounces, and users wouldn't have to bounce between programs.
Description - Would like to be able to collapse the new left navigation bar or hide it all together when using Home/Priorities Why is this feature important to you - The new navigation bar is consuming valuable screen space and adding unnecessary clutter to the page. With the unified experience bar already reducing our vertical space, this additional navigation bar further contributes to that. How would you like the feature to work - Would like to be able to minimize this navigation bar even further to collapse it all the way down on the left. Or would like the ability to hide this bar all together if I am hard pinning these pages to a layout template. Current Behaviour - You can slightly collapse the bar, but it remains quite visible and takes up significant space.
Description - Reinstate the company branding functionality on WorkfrontWhy is this feature important to you - After migration to Adobe Admin Console, without warning, the branding functionality went away in Workfront. This was jarring to users. We trained users to click on our logo to go to the homepage, now it's gone...replaced by the lion logo. Now all of training screenshots are wrong too.How would you like the feature to work - Reinstate the company branding on Workfront like it exists before the admin console migrationCurrent Behaviour - Company branding no longer shows. Defaults back to Workfront logo instead of our company's logo.
Disclaimer: please do correct me if I am wrong! This feature request is just to my best knowledge and based on experience, and maybe this has been changed/fixed already.Looking at the release process, it just does not feel that way. Description - In Tags/Launch/whaever is en vogue these days, nowadays the "Approve & Publish to Production" does a direct deployment to PROD, leaving out STAGE, which may cause unwanted side effects for testers who regularily test functionality on a staging environment. It would be awesome if this step could implicitly do a STAGE deployemnt as well. Why is this feature important to you - When I get asked by a tester whether the functionality on STAGE is having all features from PROD (let aside new features in development), I can only shrug and say "well, ... it depends", since I do not know if other developers may have pushed recent features to PROD right away. How would you like the feature to work - either have an additional menu item like "Approve & Build to Staging & Publish to Production" or just assume that in 99% of the cases, this is what a developer wants to do anyway. Current Behaviour - "Approve & Publish to Production" omits deploying on the STAGING instance
Description - When Adobe updated the new custom form experience, they removed the display that shows the amount of fields left within a custom form. Why is this feature important to you - This is a huge risk due to us not knowing how many fields are left within the custom form. How would you like the feature to work - Revert back to the ability to show how many fields are left in the custom formCurrent Behaviour - There is currently no way to tell how many fields are on the form.
Request for Feature Enhancement (RFE) Summary: Ability to re-organize tabs in the metadata schema editor Use-case: When we want to change the order of the tabs in the metadata schema editor, we will need to delete and create the whole tab page Current/Experienced Behavior: AEM metadata schema editor does not allow to re-arrange the header tabs. This is a pain point especially if there are already a lot of changes done in the metadata schema, and we just want to re-arrange the tabs. Improved/Expected Behavior: Ability to drag and drop the header tabs to easily arrange them in the order that we want. Environment Details (AEM version/service pack, any other specifics if applicable): Customer-name/Organization name: Screenshot (if applicable): Code package (if applicable):
No longer required - We can achieve this from Edit Preferences tab from Workspace settings. Refer to comment from @jeff_bloomer Description - The custom palette accessible from Project Info & Settings have the ability to be saved and reused for other dashboards easily.Why is this feature important to you - For each new dashboard that starts afresh, if we need to change the theme, we have to gather the hex color codes or copy from the previous dashboards.How would you like the feature to work - An option to save custom palette as brand template or any other given name. Current Behaviour - For each dashboard, we have to add hex codes for customizing the dashboard.
Thank you Marketo for the notification feature, it has helped us react to potential issues quickly, especially the sync and exhausted content alerts. While I think the feature is great, it is very limited:Today, you can subscribe to notifications in the tool, but you cannot view/manage your current notification subscriptions. You cannot unsubscribe to a notification in Marketo, you have to dig out a notification email and click unsub there.I want to encourage our campaign teams to subscribe to notifications, specifically those that can help them react to campaign issues, but the first question that I'll get is, "how can I see what I'm subscribed to?"Please make it possible to view/manage notifications within Marketo.Thanks for giving the community and opportunity to make a great product even bettter!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.