Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi, I am trying to update a form field via Fusion automation in the following way: We have e.g. 4 time slots, that submitters can select from and after one slot has been selected I would like to remove this option for other submitters in order to prevent duplicate slot "bookings". Example:The field is calledSELECT A TIME:7:008:009:0010:00Mr. Smith selects time 7:00 and submits a request.When Mrs. Smart opens the request form after Mr. Smith's submission, the field SELECT A TIME shows the following available slots:8:009:0010:00 I heard it is possible via an API call to hide a field choice, since the RECORD TYPE FORM or FIELD does not exist in the dropdown. Has anybody experience with a similar update of a form after a form submission (to hide a field)?
Hi everyone,I’m trying to extend the core Title component core/wcm/components/title/v3/title by adding a dropdown field to its dialog using Sling Resource Merger.Here is what I have done:1. Created a proxy component at /apps/myproject/components/title2. Set sling:resourceSuperType = "core/wcm/components/title/v3/title"3. Created an overlay dialog at:/apps/myproject/components/title/_cq_dialog/.content.xmlAnd I tried adding this dropdown:<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="nt:unstructured" sling:resourceSuperType="core/wcm/components/title/v3/title"> <content jcr:primaryType="nt:unstructured"> <items jcr:primaryType="nt:unstructured"> <headingType jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/select" fieldLabel="Heading Type"
Hi, I am trying to set up an automation that auto-locks a proof as soon as the set deadline is met to enforce users to not enter feedback after the deadline is up.The challenge is that I cannot do it via a regular workflow since the approvers are so different every time and a Fusion API call cannot be used for the entire instance since this should really be set up for only proofs created by our team and not other teams who are using the instance. Any workarounds or recommendations?
Hi Community, we are in the process of integrating Customer Attributes into the People function of the Adobe Experience Platform. As all you can imagine, we want to fill in the mapping fields with useful data related to the users; it happens that in the CRM we're working on, one user record is related to many records on another table, for example each unique user record on table USERS is related to multiple user interest categories on table INTERESTS. Our question is: would Adobe Customer Attributes manage multiple lines like:User IDInterestuser1interest1user1interest2 or, as I guess, the only way to manage this will be serializing the values like this?User IDInterestsuser1"interest1;interest2"user2"interest1;interest3;interest4" Thanks in advaance,Daniele
Hi All, I'm having issues with a custom form calculated field. If WIP milestone task "Production Completed" is complete (100%), this is true, what do i need to fix in the below formula? IF({DE:PD - WIP Name}='Production Completed',IF({status}='CPL',"Yes","")) Thanks
This may be a repetitive question, but I can't find the exact solution to solve this issue.I'm currently using this code event.value = util.printd("name mm/dd/yyyy", new Date); for a stamp that is meant to sign off my work documents, but the stamp itself isn't automating the new date. I've had to go into the properties of the original file and reupload the stamp to the stamp palette on Adobe each day to update the date. Does this have something to do with the location of my saved stamp? If so, where should the stamp image be saved, so it would automatically update each day?
Hi All,I'm in need of a calculated custom field on the Task object that indicates (y/n) if the Name of the Task matches the Name of any (active) Job Role that exists in the system, but I'm not sure how to do this (or if it's doable at all). - For clarity: I not only need to look at the Job Roles assigned to the Task, but at all Roles that exist.I appreciate if anyone can help with any ideas.Thank you,Tibor
Hello,Using a workflow I need a step by step guide for how I can populate content/values from a csv file as variable fields into an email delivery.My csv file is fairly simple with two rows. First row with column headers which will be used for the field name and the second row will have the values to populate for those fields in the email. E.g. First column is an image url, second column is a title, and then the row underneath is the values for them. There is no recipient data like email etc.How can I upload this file into Adobe, use javascript to create these fields as temporary(?) variable fields and then use those variable fields which are then recognised within the delivery template and populate the content (all the content is the same it is not personalised).Any help is appreciated!
Hi, I've got an image URL Corp-Prim-CREATIVESTUDIO-RGB-PH-lr-workfront (526×151) But when I put it in the html field when adding a Note the email just shows the html The html does work in an html editor when I preview it so I'm not sure why it's not working in the html field in FUSION. Can anyone help ? Thanks
Previously we could select a "parent task" from a report and go to the ellipsis and delete the "parent task", "sub task", and any related "requests" suddenly we can no longer do that. Did something change and I missed it? A user pointed this out to me and I checked from my perspective and also could not do it - but in my Preview area I can still do that process. Screen shots attached from both preview and live. Any insight would be appreciated. TIA Dawnmarie
Hi All, I've been running into a wall trying to get a fusion scenario to trigger that is aimed at task approval processes. Is suppose to trigger when the decision to an approval is made, but I can't even get the trigger to fire. Any ideas on how to get by this first hurdle?
We have a custom form that feeds a report for our stakeholders to know the status of the project. The % complete is not a clear indicator of the phase of our work/the project. Right now updating the status field in the form is manual and not tied to anything. We want to select specific tasks (mile makers) to be tied to the custom for to update the "status" field as they are completed. Is this possible? Alternatively, is there a way to add the "status" field as a column that can be viewed AND updated in the project view? So then, as we complete the mile marker tasks we can also update the status? I was able to add it as a column but am not able to edit while marking a task as complete. Thanks!
I am trying to use Baselines - but I am not seeing how I would show that a project has slipped a month from its start. Does anyone have a process they are using to calculate slippage in a project or a series of projects? Thanks in advance for any guidance you can provide! Sue
Hi All, Is it possible to add comment on proof via API. If ues can someone help me with the API please. Thanks in Advance
Hello!We have a user management scenario where we create a federated user in the Adobe console and then search for that user that in Workfront to update their account to the right permissions/access. The issue we're facing is that there's quite a delay from when a user is created in console to when that user shows up in Workfront. We currently have the scenario using a bunch of sleep modules hoping that if the search yields no result on the first time we can catch it after the sleep but the delay can last longer than a few minutes; and we can't extend the sleep duration without worrying about the scenario timing out.If anyone has come across a similar issue I would love to learn how you go around it.
Hi there, please help! Thanks in advance. I've a custom field in Workfront to capture the campaign frequency. Based on this selection, I want to create recurring tasks via fusion. I see "recurrence number" and "recurrence rule id" in "create record" 'task' module. Can you please help what should I write in these two fields if I want to create task daily for 10 occurrences. I've given '10' for "recurrence number" and 'FREQ=DAILY;INTERVAL=1' for "recurrence rule id" but it ended up creating only one task instead of 10. Please help!
Hello,We have users that are associating a custom project status and when they select that project status, they're supposed to enter an issue within the project with that status. I'm trying to build a report to see when projects have that status, show me only when the issue doesn't exist. It's basically an audit type report to ensure we're entering issues into projects with that status. I attempted to build it as a project report and if the issue id is blank which means it doesn't exist, but that's not a native option. Thoughts? Thanks!Mary
Hi All, I'm building out a scenario that closes out old active projects. I'm able to close out open tasks and issues, but I'm running into a wall when attempting to close out active approval processes on a project. Has anyone ever created a module to do this? I've attempted using a Create a Record module and a Custom API Call module but no luck yet.
Hi all,I’m working on a requirement to download the Proof PDF (including comments) from Workfront Proof.I’ve tried the following approaches:Using the Request PDF Summary moduleMaking a Custom API call with the requestPDFPrintSummary methodIn both cases, the response returns a Boolean (True), and I’ve used a Webhook ID as the callback URL. However, the webhook response I receive contains binary data, and I’m unsure how to handle it to download the actual PDF.Note: The original document uploaded to Workfront is already in PDF format.Could someone guide me on the correct steps to download the finalized proof PDF (with comments) and handle the binary output properly?
Hello, I am receiving an error message when uploading a document and I am not sure why. Here are two bundles that uploaded fine: But this bundle did not process:Here is my error:Here is my upload file module configuration:The failed filename does not appear to have any illegal characters. Is there anything else that could cause this error when uploading a file? Thank you
Is there a report or text mode where I can add @mentions to a Note Report. The @mentions don't show up on my updates report. I know we can use the Home page widget, but some of my users want all updates in one report.
Hello Community. Wondering if anyone has run across this. If not, I can put in a support ticket. I recently started using an External Lookup Field to pull in Team Members from a specific team. The old way we just had a pulldown field that fixed names, that we kept having to update every time a new teammber came on board or left etc. This way the Team Admin can maintain their own list by managing the team.Anyway, I got it working however the users want it be able to select multiple team members when using the filed. So after creating the Field, I checked the "Mulit-select dropdown" option. All seems to work great for a few days. Then after a while that checkbox somehow is getting unchecked. I can go in and check it again and it will be ok for a few days. Has anyone run across this before? I have attached a screen shot of how my field is setup. Is it how my field is setup? Or is this a bug? Any h
Is there a way to have a checklist auto populate on a board card without having to copy a previous card? We are wanting 4 fields to attach automatically whenever we press "new card".
We use Workfront for marketing and reviewing proofs. Periodically, we know a similar document was submitted and want to search within the PowerPoint presentation or PDF. Is there a way to do this? Has anyone done this or found this a need?
What is the best way to add recurring requests (monthly, quarterly or yearly) ? Can this be automated?
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.