Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Does anyone know how can I make some fields that are just readOnly in grey colour so that it's extra clear that they cannot be edited? Here can you find an example:<form _cs="CompanySignatures (example)" created="2017-01-26 12:59:16.000Z" createdBy-id="12345"entitySchema="xtk:form" img="xtk:form.png" label="CompanySignatures" lastModified="2025-03-11 15:17:58.000Z"md5="EXAMPLEMD5HASH" modifiedBy-id="67890" name="companySignatures"namespace="example" xtkschema="xtk:form"><createdBy _cs="example@example.com (example@example.com)"/><container codepage="1252" colcount="2" label=""><input readOnly="true" xpath="@internalCompanyNaturalKey"/><input readOnly="true" xpath="@internalCompanyCode"/><input readOnly="true" xpath="@internalCompanyBranchCode"/><input readOnly="true" xpath="@internalCompanyOfficialName"/><input xpath="@companyName"/><input xpath="@officeName"/><input xpath="@visitingAddress"/><input xpath="@visitingZip
I Have migrated the list's from default to snowflake, with the same name and internal name. but existing campaigns are referring these list's using readlist activity. but still the campaigns are readlist activity is referring default. if i delete these activity and recreated means it is working fine but multiple campaigns are using the readlist activity any ways to to update the campaign workflows.?
We have realised that opt-out indicator attribute in delivery doesn't consider unique clicks (like unique recipient click attribute). Is this the default behaviour? are there any attributes which we can use to get the unique opt-outs for a particular email delivery?
Hi everyone I am an IT administrator in an organization, and several of my users have had an issue with their Adobe Acrobat Pro on the same day.I've checked that their system languages are all Chinese and no changes have been made. Thanks.
Hi Team, I am using AEM Non-licensed quickstart.jar to create an AEM project. I created project using Maven Archetype 15, it was build but when I created the components and styles its working, But after few days it starts giving problem after refresh styles are gone AEM dashboard is just loading. Is it because it is AEM Non-licensed version or anything else. I notice that my styles are not persistent. Which archetype i should use?? ThanksHeena
Hi, One of our production publishers failed with 500 internal errors. Upon checking the logs we found below: org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingExceptionjava.io.IOException: classFile.delete() failed This particular issue was resolved automatically after 10 minutes, but still we restarted the instances..What could be the possible root cause of this, and what actions can we take to prevent the recurrence of this issue?
I'm one of the new (still learning) system admins for our Workfront instance. We are trying to create an external lookup field that will find all of our projects that are in the "In-Progress" (CUR) or "Planning" (PLN) status. I am having a hard time determining if Workfront supports syntax for "OR" not to mention what it would be. We have tried using ||, however that didn't seem to produce the results we wanted.This is what we have so far: $$HOST/attask/api/v19.0/projects/search?status=PLN||status=CURWe have also tried: $$HOST/attask/api/v19.0/projects/search?status=PLN,CUR $$HOST/attask/api/v19.0/projects/search?status=PLN&status=CURplus some other variations. Any advice would be appreciated.
I am working on a project to remove three tasks based on a selection option on the project. if the selection is "What type of template change is this?" = "Minor" then three tasks are to be removed from the project. So when the user creates this project and selects that choice then fusion removes three tasks from the project. "Reg review, Legal Review, Peer Review". I started with a search module looking for projects created with a specific template, then used a read module to gather the data, then i need to point to the choice on the project. i'm thinking i may need a switch module for the choice. Any help would be appreciated.
I've created a report filtering for two parent tasks within one project: Plan Campaign and Execute Campaign. I want the report to show the number of weekdays that transpired between the actual start date of the Plan Completion parent task and the actual completion date of the Execute Campaign task. Any tips? Thank you in advance!
Comcast is typically running and developing something like twenty campaigns a month right now. It would be helpful if the "Collisions" tab in Target Activity setup had a filter feature to sort by live/inactive campaigns, campaigns live on a particular page, etc, especially now that they use the Target Global mbox. As far as I can tell, if a campaign is setup on the Target Global mbox - the collisions tab shows every other campaign, live and inactive, QA and production, that is live on the Target global mbox - on any page. This is my first time submitting an idea - so please let me know if this is not the appropriate way to go about this.Thanks!Matt Lowden
Hello,I'm prepping for a CJA training session with internal stakeholders. Is there a way to see which of our CJA projects is most used? Maybe most clicked on via the Workspace? Thanks,Nicole
I have a fusion scenario that builds a project "recertified" with tasks based on a template. if a user selects a certain Status "decommission" Fusion goes in and removes the tasks from the project and adds a new template with different "decom" tasks. Now, if the user didn't mean to choose that status or perhaps down the line, this project didnt need to be decom'd, can fusion be setup to undo, or re-add those old tasks back in and remove the decom tasks. Basically re-setting the project back to its original "recertified" state again? would this take a large level of work to build this scenario or would it be better to tell the users to be careful in their choice?
I am playing with the JWT module and with help from support got it to where I can exchange it for a bearer token. According to documentation, to authenticate on the API I'd send it as "Authorization" header - but so far the API just errors out with an authentication failure. Have you successfully called the Workfront API with a bearer token?
Is it possible to create an email template and attach it to a Proofing workflow? So every time we send a proof, the email is standardized? Right now we have our standardized language in a Word document and copy and paste into the email in the Proofing workflow, but we would love it if the language could live inside Workfront.
Stay with me... I'm part of a creative services team and we have 1 custom form for our requestors to fill out. This form has options of a print request, promo request, digital/paid media request, language translation as well as other options of types of work needed. Requestors are able to select multiple choices, perhaps print and digital together. With each choice the specific set of questions or section populates on the form for requestors to answer related to that specific request type. When multiple ones are chosen, you could have 2, 3 or more separate sections on the form that have been filled out. My designers are finding that it is very hard to sift through each section, reading the answers to the questions, checking the boxes they've selected for types of assets (flyer, brochure, ad, billboard....), sizes and instruction boxes and at the end knowing exactly what they need to do - how many print items, how many digital items? Sometimes we can end up with upwards of 30+ assets/fi
I'm trying to understand why a watch record module for documents that I have set to look for new records only, is returning old documents from February. What criteria does it use? Do I need to perform an additional date test? Thanks in advance!!
Hello community! I've been trying to create some logic on one of my intake forms. My idea is to have a complete list of values on one field, but that it should display only a few of them depending on what I have chosen on a previous question.For example: in a field called Color I will have the options Blue, Yellow and Red, but I only want to display the options Blue and red if in previous Field I chose the option "Pencil" and only Yellow and blue if I chose "Pen".Is that possible? hope I made myself clear
In the ever-evolving landscape of customer experience management, businesses often face the challenge of performing intricate calculations on event data to extract meaningful insights. One such scenario our customer wants was determining the average booking price of a customer over the last 10 years. While the concept of calculating an average may seem straightforward, our clients present us with a unique and challenging interpretation.Challenges:Unique Average Calculation:Calculating the average involves more than just dividing the sum of prices by the total number of bookings. Instead, it requires dividing the sum of prices by the number of unique years in which bookings were made. For instance, if a customer made 3 bookings in 2021 and 7 in 2022, the average should be calculated by dividing the sum of prices by 2 (the number of unique years).Data Deduplication:The same booking ID can be updated multiple times. For example, a customer might initially book a service for $1000 an
Social visits have been incorrectly categorized as Paid Search in Adobe Analytics. Specifically, visits where Medium = SOCIAL are being assigned to the Paid Search channel. Due to which paid instagram activity have been affected on apple devices, this issue correlates with recent ios update on instagram. Could you please help on this.
I have a project template with proofreading as a task. I have created a custom form and attached it to my projects so our designers can communicate to our proofreading team and provide them the specifics on what needs to be proofread and where it’s located.Once the designers have completed the proofreading form, is there a way to automatically notify the proofreaders that the job is ready for them? Here are the only two scenarios I have come up with so far: The designers @ the proofreading team in the Updates section of the project, letting them know their job is ready to be reviewedI add a checkbox to the custom form that would trigger a fusion scenario to notify the team. The caveat there is that every job requires two proofreads, so I would then have to create two checkboxes, no? Is there something glaring obvious that I am not thinking about here?
Hi there, Is there a way or a workaround to duplicate a program that contains the same projects that are updated on a quarterly timeline?
Links in the My Approvals widget could previously be opened in a new tab by right-clicking and selecting "Open Link in New Tab". However, the functionality recently changed and a different menu appears when you right-click these links. I was informed that this was due to "changes made on the website's backend to ensure unified functionality and better overall performance". However, this is not ideal from a user experience standpoint. Users with multiple approvals pending need the option to open these links in a new tab so that they can quickly navigate back-and-forth to and from the Home page. Allowing these links to be opened in a new tab would also be consistent with the functionality of the other links on the page.
Hello, I moved to the new version of report builder. I have an existing daily dashboard that's been running daily for 5 years and I just made an update to the Excel file. I want to replace the old file with the new file and schedule it to the same distribution list as previously and using the same cadence, etc. Is this possible or do I need to recreate the entire thing (distribution list, cadence, file, etc) in the new report builder? Thanks!-Peter
Hi all,I would like to know the list of fields that belongs to this metadata path "_acp_system_metadata", I know that one of them is "_acp_system_metadata.ingestTime", but I want the complete list. Please, could anyone provide me this? Thank you! Cristhian N
Has anybody used this health dashboard- as it is for testing your implementation and your data governance, auditing and QA efforts as well as all variables, success events/metrics hits/instances for the whole suite. It is very helpful because it has some kind of anamoly detection built in it with confidence interval testing for custom success events extending past 100 as well as the evars and props. It also populates an email screenshot and uses outlook via a macro from the trigger of a button for creating an alerts email. I love this doc but it takes about 15-20 mins to run and we have about 20 different sites/report suites and it is not ideal for all of them. A couple problems here:1) it seems to freeze or break at any point when it is running after you click "run dashboard" to audit your report suite. I can't or dont know how to debug this to see where it is occuring - if it is some kind of setup/configuration I have (bc I haven't manipulated much of it other than the checkboxe
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.