Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Greetings!I would like to edit the list of selections in a drop down field in my Marketo form. There are often too many selections and some that I would like to add. If I remove some of the selections and add some new ones, how would that affect what gets mapped over from Marketo to SFDC for that field?
Hi everyone, Our project has several dynamic dropdowns by using coral select. And it is supported in touch UI. Now we want to use the Universal Editor, but we didn't find a proper way to configure. So, my question would be:1. Does Universal Editor support dynamic dropdown? 2. If the editor supports dynamic dropdown, how can we implement it?3. If dynamic dropdown is not supported, does anyone know why this function is out of scope? Can this function be added back to the Universal Editor? Thanks in advance!
New calendar views went into affect and it is negatively impacting users. See user's description below. Is there a toggle switch to revert to old calendar views? Older documentation also mentions the ability to view the calendar full screen and remove weekends from view. Those options have also disappeared.User report:It is not showing more than three emails [items] on any given day. I need to be able to quickly see everything that is scheduled for a day when I present it to my team. Right now I can’t show that to them.I can no longer just click on the date to add the emails I need to send – having to click the add button for each email is going to disrupt the process of making sure everything gets planned in an easy way.The font size feels smaller and harder to read. I get that it shows more of the name of the task, but I’d prefer a bigger font due to all the words.Is anyone else hearing negative reports from users?
Description -Add the ability for Workfront Users to create a Custom Fiscal Year "wildcard" filter. Why is this feature important to you - Our Fiscal Year is very different from Calendar Year. Leadership doesn't find value in Calendar Year, they want Fiscal Year.How would you like the feature to work - Be able to have a between "ANY" Year with a specific Month/DateCurrent Behaviour -There is a Calendar Year, but not Fiscal Year.
Suggested improvements:- Fix spacing of left column- Make the additional time slots optional, current feature makes the calendar too clunky/ tall - Have the order of the tasks match the order of the column on the left, don't move completed tasks to the top- Make task information visible by hovering over the task - Add capability to hide Saturdays and Sundays
Description - We've had feedback from a couple teams who manage our automation for different business units. They heavily use calendars to see what emails are going out in a week or month. With a larger volume of email tasks, the new view truncates what they can see on any given day and forces them to click "see more" and scroll through a tiny pop-up to see all their tasks. The weekly view is a little better, but they also need to see what tasks they have scheduled week over week. Why is this feature important to you - Our automation teams have strict regulations on how many emails can be sent to an audience within a period of time. They use calendars to visualize this metric on their weekly calls. How would you like the feature to work - We'd love to see the day squares to expand to allow for all items to show at a glance. Similar to the previous version of the calendar. Current Behavior - The new view truncates what our teams can see on any given day a
Hi, hopefully this hasn't been answered recently, I searched but only found old questions that seem out of date. I have a custom form that I am using a typeahead field to pull up some user information.In my calculated fields, it seems to work perfectly if the field is native to workfront, but it says it is an invalid expression for custom fields.So {DE:IC Name}.{phoneNumber}displays a phone numberbut {DE:IC Name}.{DE:Employee ID}comes back as an invalid expression. Any idea how I can display these custom user fields?
Hello there, I'm Jiwon.I would like to additionally track web activities on a completely new domain that is different from the domain name currently set on my instance. If this is possible, how should I modify the existing Munchkin code? Also, I have one more question:Can I distinguish activities by domain in the activity log of person? I hope someone can help me. Thank you.
I have the Target Trace toggle turned on in the Chrome Extension Adobe Experience Platform Debugger. I refresh my page, but none of the response data is populating. I do see activity in the Network requests Screen, however I want to see what tests I'm in and which were evaluated. Please help if someone knows a work around.Thanks!
Hello, is it possible to make a report or a column in users -view that could show me a users approval count for example this month? I saw it in a demo but nobody got back to me regarding this. I have a screenshot of the column.
Hi teamI'd like to embed a YouTube video on a Channel in AEM Screens.I've tried using the Embedded page component without luck and the Video component assumes the media is hosted within AEM.Any advice on how or pointers to resources would be appreciated. RegardsCroydon
Trying to access the JSON offer in the email template for custom rendering format. The offers are stored as JSON. (Saved the JSON into HTML placemnt) Trying ways to access JSON as an object in an email template to custom render. <% let selectedOffer = offer.html['dps:offer-placement:12324324']['sps:offer-activity:32423423'].content %> {{selectedOffer}} It throws an error when rendering JSON. Any suggestions would help.
There's been previous conversations about how "before" date filters include blank values, and whether or not that is ideal behavior. I think the best solution to this would actually be to add another constraint to date/datetime fields called "include blanks: true/false." That way you could make determinations definitively whether blank dates should be included in each filter.
Does anyone know if you can delete an event partner from LaunchPoint services? Trying to delete BrightTalk and since there are past events associated to it, it cannot be removed. The only way to unlink the webinars from the event service is to remove all members first, and we definitely do not want to do that. It is more of a cleanup than anything else, but if anyone has any experiences/suggestions I would love to hear them.Thanks,Jason
We are currently using automated proofs for a project. There are approximately 60 proofs in this project. It is set up in 2 stages (Stakeholder review-). Stage 2 goes to our Agency for edits. Wondering if a Basic Proof workflow would make more sense. What are best practices for using Basic Proof and using Automated Proof
Hi,I am working in a multi tenant AEM instance. We are trying to retrieve workflow instances running/in any state for a particular model. We tried using getAllworkflows() which will give workflow instances of all the models. We tried few approaches but not working as expected. Can you please suggest any solution for the same? AEM 6.5 with sp21 cc: @arunpatidar @aanchalsikka try (ResourceResolver resourceResolver = ResourceResolverUtils.getServiceResourceResolver(resourceResolverFactory, "testworkflowService")) { logger.info("Fetching workflow instances using JCR query"); Session session = resourceResolver.adaptTo(Session.class); List<Workflow> runningWorkflows = new ArrayList<>(); WorkflowSession wfSession = resourceResolver.adaptTo(com.adobe.granite.workflow.WorkflowSession.class); try { if (wfSession != null) { Workflow[] wf = wfSession.getAllWorkflows(); } }}
Hi everyone,I'm currently working on a project where I need to set up some rewrite rules. The goal is to check if a requested page has a .html extension. If it doesn't, the request should be redirected to a 404.html page. Here's what I have so far:RewriteCond "%{REQUEST_URI}" "^/content/project/(.*)"RewriteRule "/(.*)" "/%1" [L,R=301,NE]RewriteRule "/(.*)(.html)$" "/content/project/$1.html" [PT,NE]I'm looking for advice on how to modify these rules to achieve the desired functionality, without breaking any existing functionality. Any suggestions or improvements would be greatly appreciated!Thanks in advance for your help!
Need Help: Adding Dialog Field to 2000+ Existing PagesI've added a new field to a component dialog used across ~2000 pages in our AEM instance.Issue:New field appears correctly on newly created pagesFor existing pages, field only appears after reopening/closing the dialogManually reauthoring 2000+ pages isn't feasible. Need efficient solution to add this property to all existing component instances without manual intervention.Looking for an out-of-the-box AEM solution or existing feature that can handle this dialog property update without extensive scripting. Prefer a configuration-based approach if available.Environment:AEM version: [6.5]Dialog: [Coral UI 3/Touch UI/Classic]Has anyone solved this problem at scale? Sample scripts would be appreciated!
I have scenario where,we have single multifield and each multifield item have checkbox.based on checking the checkbox i want to disable other fields in each multifield item.Sample:multi item1 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)multiitem2 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)multi item3 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)multi item4 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)multi item5 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)::and sooncan anyone help in having js logic for this or any solution for this
I have few AEM groups and it has already existed in AEM and it has their individual permissions to folders, Currently i need to validate all the permission levels for almost 20+ AEM groups any solution for this process ?I want to Validate & export all the groups with their permissions.
what configs/settings would you set in the CDN vs setting it in the dispatcher? as an example: I can set caching strategies in both dispatcher and CDN (this is for an AMS setup). But because, changing the CDN requires assistance from the AMS rep, I setup both CDN and dispatcher so that the dispatcher rules takes priority (our team can manage it). I also feel, managing similar configurations in 1 place is better than managing it in 2 places. suggestions/thoughts? Thank you.
Description -Why is this feature important to you - We have fusion scenarios set up for specific fields in custom forms. When folks can enter in any information within a single-select drop-down it causes fusion errors, time in me deciphering what the heck was added, and allows to much power to be given to someone in a non-admin role. How would you like the feature to work - Follow the thought process for "mandatory fields" and add a checkbox that says "should this field be locked."Current Behaviour -
Hello Community, I recently Integrated UplaodCare with marketo using the rich text in form and included that in my lading page, I am able to the upload button but has no style how can i include my own style to it. It currently looks like this. Thank you
Hi Everyone, I am working on custom work and need to send and email for approval. We are using ootb email configs. com.day.cq.mailer.DefaultMailService.cfg.json { "smtp.host": "$[env:PROJECT_SMTP_HOST]", "smtp.port": "30465", "smtp.user": "$[env:EMAIL_USERNAME]", "smtp.password": "$[secret:EMAIL_PASSWORD]", "from.address": "noreply@domain.com", "smtp.ssl": true, "smtp.starttls": false, "smtp.requiretls": false, "debug.email": false, "oauth.flow": false }We have changed the smtp.host variable name to "PROJECT_SMTP_HOST" as mentioned in adobe document that $[env:AEM_PROXY_HOST] is a reserved variable that AEM as a Cloud Service maps to the internal proxy.tunnel host.Do NOT attempt to set the AEM_PROXY_HOST via Cloud Manager.We have also enabled the port forwards and egress and whitelisting of IP. Still getting the connection timeout.
Is there a way to add timesheets to an individual users experience w/o additing it thru the layout template?Right now we have timesheets turned off for users except certain ones. Those ones that have it we created a layout template for them and added it that way. However the person i want to add a timesheet to currently has to stay with a different layout template, i don't want to switch them over.Is there a way i can add the timesheets w/o going thru the layout template.
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.