Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello Workfront Community,I am currently working with the Workfront API and trying to filter records using the lastUpdateDate parameter. However, I am encountering an error when attempting to query for records using this field.I am trying to use the following query to fetch project-level records based on the lastUpdateDate field:https://yourdomain.my.workfront.com/attask/api/v19.0/proj/search?fields=*&lastUpdateDate=2023-05-24T23:46:03ZInvalid Parameter: lastUpdateDate value "2023-05-24T23:46:03Z"My question is:Can we use lastUpdateDate to filter records at the Project, User, Issue, and Task levels?If yes, could you please help me understand how to properly format the lastUpdateDate parameter for filtering records at these levels?Is there any specific syntax or rules I need to follow for the lastUpdateDate field across different entity types (e.g., project, task, user, issue)?Any assistance or examples would be greatly appreciated. Looking forward to your guidance!Thanks!Ujjwal Kum
Does anyone use Workfront to track a room or piece of equipment as a resource? For example, our AV Media team may need a specific type of equipment for a project and want to see if it is available. Is anyone using Workfront to track resources other than people? Cindy Mersch TriHealth, Inc. cindy_mersch@trihealth.com
Is there any advantage to overlaying components than just extending them using sling:resourceSuperType? Overlay allows you to copy over libs components to apps and changing them without affecting the original component. Doesn't extending the component also allow the same - you can just overwrite the script where changes are required? In addition, extending can make it future-proof, that is, if you happen to upgrade AEM in the future, extending components will allow you to use the latest available components in /libs.Or is there anything that can only be achieved using overlay that I'm missing here?Thanks for any inputs here.
Hello!We're working on a campaign that would assign email personalization (From Address, Body Copy, etc) to one of three representatives.In theory how it would work is:Lead qualifies for Campaign and enters Flow StepsChange Data Value step randomly assigns a score of 1-3 to a Custom Field (So Random Sample at 33% across 3 choices)Velocity scripting takes field score and outputs Representative information on email sent out same dayMy question is if this is the best way to handle this, especially in possibilities where there may only be 1 qualifying Lead on some days without having to send to a list and wait for more than one potential Recipient?
I have a document report set up to list documents. It is filtered to show documents within a specific folder (text mode from this post: Document Report to Identify Number of Files in a Specific Folder) and project status is set to planning and current : folders:name=final folders:name_Mod=cicontains project:status=CPL CUR project:status_Mod=inWhich works, but it shows ALL documents in ALL projects.I need an extra filter to show owner home team. In another document report, I have project status set to planning and current and also filtered by owner home team:owner:homeTeamID=abc123 owner:homeTeamID_Mod=in project:status=CPL CUR project:status_Mod=inThis also works but doesn't show me the file I want in the specific folder, as per first example. When I put the text mode together, i.e.:owner:homeTeamID=abc123owner:homeTeamID_Mod=inproject:status=CPL CURproject:status_Mod=infolders:name=finalfolders:name_Mod=cicontains I get nothing showing up. Where am I
Hi All, I've got a question regarding screenshot below from MPI. Does the number 98.9 mean that we influenced 98.9 opportunities that were created in the month of February? Thanks!
When working with conditional content in emails it hard to find and change your existing conditions. You need to go into a email and use the conditional content feature to be able to see the list over all conditions been created. This list/library of conditions could have been accessible through the menu. Then you could se all, and you could open and change them directly without going trough a existing email that only can be accessed in a Journey. Selecting a condition to use in a variant of a ex a email module is intuitive and works fine, it is the overview over what you have already created before, and how to make changes to them that is hard, and little intuitive.
Hello teamWe are working with one of our implementation team for their B2B implementation use case. One of their use cases is to use Account-based attributes from AEP to Target for their web personalization. Is there any way Adobe supports this kind of use case? Please help us to solve it.Thanks Sheejo Rapheal
Hi, I'm working on moving some documents from Adobe Workfront to AEM assets using fusion. I'm using Upload an Asset module in my scenario to upload the document to AEM asset and came across the below fields. Does anyone know what are they used for? Create versionReplace Currently when I upload same document again, it overwrites the previously uploaded document. Is there any way I can keep both the versions of the documents? Thanks!
Hi, I'm looking for a way to configure AJO so that messages will not be sent outside of certain 'office' hours. Is there a global setting (like a typology rule)? or if not does anyone have code that can be used in a journey? thanks a tonMarc
Hey everyone, I am trying to implement a Blogs feature in EDS. I am doing this by creating a dynamic feed from query-index.json using JS fetch. async function loadJSON(path) { if (path) { const resp = await fetch(path); if (resp.ok) { return await resp.json(); } } return null; }This happens in a block with the json path.1. For the URL: `/blogs/` I am fetching all blogs without filtering2. For Tagging, I am using static URLs: `/blogs/<tag>` and adding a filter through the block className by adding a (tag)I have a few questions:For Dynamic filtering, what should I use? Is there a best practice, instead of using static URLs? Are there any other best practices for blogs in EDS?
Hello Community. I have started to think about switching over our current custom Fields we have that list team member (just values). that we have to manually manage everytime a user leaves etc. To using the External Lookup to dynamically display the Team Members. This way, the Manager of the Team can more easily manage the Team and the list, And then in my custom forms the list is always up to date. However, I can't seem to figure it out. I honestly don't know what I am doing here. I have been able to write a API URL that will pull a top level item like Portfolio names but I can't seem to get more than that. I keep getting errors in my Projects. Does anyone have an example API URL that they are pulling Team member from a particular Team name?My current attempt is: $$HOST/attask/api/v18.0/PORT/search?ID={62bc509f0078fa8703af0eda89d16e7d}&fields= teammemberswith the JSON Path being: $.data[*]. teammembers
Hi, I have installed node module "@apollo/client" from npm install, i am trying to use that in scripts.js file, using import, but getting error in browser console "Uncaught TypeError: Failed to resolve module specifier "@apollo/client". Relative references must start with either "/", "./", or "../"" I am new to AEM edge delivery services, please let me know what am missing. Thanks,Parvathi
Hello, I am trying to configure a textmode column to display who is filling certain roles on a project. I have this textmode to get it working on a project report but I am unsure how to tweak it for an assignment report. Here is my code:description=Team Users displayname=Creative Roles On Project link.linkproperty.0.name=ID link.linkproperty.0.valuefield=userID link.linkproperty.0.valueformat=int listdelimiter=<br> listmethod=nested(projectUsers).lists name=ID namekey=assignment.plural stretch=70 type=iterate valueexpression=IF({user}.{roleID}="53beed9c004ebf57e7a83caffa893a89" || {user}.{roleID}="58d97b9e004ada7cbf3e81ba6c649a48" || {user}.{roleID}="5d84f13e0063dd16b96fcb0c42f714df" || {user}.{roleID}="5458cd0300113c8b8b5f50f821bc6ddf" || {user}.{roleID}="5ab11c1200734f7fa047c04f062afe57" || {user}.{roleID}="53beee46004f251d355dc780bb32a84a" || {user}.{roleID}="5f6c9d7800186cbf89cec913fc61533f" || {user}.{roleID}="64beb1880006e8ec3ffc3d8e2d3f7834",CONCAT({user}.{name}," - "
We are in the process of switching from the AA extension to the Web SDK extension. The Web SDK extension was created as a new tag (for testing purposes). The issue we are facing is migrating this tag with Web SDK, into our Production instance. Testing has been verified and validated in Staging, but what we had hoped to do was include the new tag along with our old AA extension tag in Production for a certain time frame. The reason for this is to cross reference the two tag's analytics to make sure everything is actually identical with live data. But I have read that duplicate adobe tagging is not possible. Is this true? If this is not possible, are there any suggestions on final migration to Production, before all web sdk extension changes are made to the old tag? This is entirely new to our team, and while we understand the importance of testing and validation in Stage, it's hard to get an exact representation of the data in a Staging instance versus Production, for Analyti
Since Bing is not an option in LaunchPoint, is there another way to send leads to Microsoft ads in Bing? Thank you for your help.
Hi Team, Trying to forward aemaccess AEM logs from AEM Splunk to our own Splunk with below config .config LogForwarding-dev.yaml kind: "LogForwarding"version: "1"metadata: envTypes: ["dev"]data: splunk: default: enabled: false host: "<splunk_host_name>" token: "${{SPLUNK_TOKEN}}" index: "<splunk_index>" sourcetype: "aemaccess" Logs from all source types are syncing to splunk instead of just aemaccess logs. Kindly suggest if there is more specific configuration to only pick logs from specific log source.
When I pull into my smart list the Triggers, Added to SFDC Campaign or Status was Changed in SFDC Campaign, there are a few different constraints listed. I see a "Type" constraint. Does anyone know if Type refers to SFDC Type (lead, contact) or is it Campaign Type? Also, any ideas on how we could enable this trigger or filter to look for Campaign Type = XXX where we can specify the campaign type in SFDC.
we are not building any campaign meters and we need to leverage with the existing architecture there is a query string parameter appended (Ex: below one) to URL whenever user clicks on a banner on the home page and the banners are rotating carousels In this case, what i proposed is that, I can pass this to a variable "Tracking Code" and based on this tracking code, I can create processing rule for Campaign type, Campaign ID & Internal (Marketing Channel Processing rule)also, on the click of the banner, there is already an web interaction call (Link Click Call) that is happening and I would like to implement additional variables like Banner Name & Banner type to capture and store the Banner values in it, which will further used for data analysis Please share your thoughts on my proposal as well as I'm open for any suggestions Thanks & Regards,
My team has to copy about 100 projects each quarter. Could you create the ability to copy the projects all at once?
Hi Sirs, I ve been trying to create a validation for a field consisting of drop-down button/enumeration with 5 options. The goal is: if a user creates a new delivery template and leaves the field empty then an error message must pop-up once user tries to press the save button. So far i haven't been successful tho. here is the relevant part of the form.the input:<container><input required="true" xpath="@userPreference"/><static label="NB: Choose opt-out based on what category the email belongs to." type="help"/></container> and, in the bottom part of the form file, the leave+check part <leave name="leave"><check expr="@userPreference!=''"><error>test_test</error></check></leave></form> What am i missing? Cheers
Is there a way, maybe with share settings, to prevent users from adding any more documents. after a request is converted to a project.The only way I see is to remove all permission from all users except admins. Thanks in advance.
Do we need to consider the initial event(first number) when capturing the actual event in post_event_lists array column ? below example click is product view . eg; post_vent_list(2,216,218,222,100,102,103,104,105,127,129,134,136,137,138,139,140,10003,500,501,502,503,10000,128,130,131,143,144)
What is the best way to tap into and run a bit of Java code whenever a publish occurs in AEMaaCS? I have an API servlet that is fetching and returning some structured content from AEM. This servlet uses Caffeine to cache some computations in memory for an hour so that results don't get recomputed on every request. When a publish occurs in AEM, I want to run a function to clear this cache. I tried the following but it doesn't appear to get triggered (at least locally). What's the best way to trigger a bit of Java code to run after a publish occurs? @8220494(service = EventHandler.class, property = { EventConstants.EVENT_TOPIC + "=com/adobe/granite/content/replication/end" }) public class CustomPublishEvent implements EventHandler { @3214626 public ResourceResolverFactory rrFactory; @9944223 public void handleEvent(Event event) { // do something here... } }
Could you please help me , how i can add multiple page on AB Testing Activity, i try :1. Configure > Page Delivery. but not working . test wont running2. Configure > Add Additional Page , also not working. the page gone when i save the activity
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.