Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Has anyone had success with creating an External Lookup dropdown that provides options based off the queue topic selected on a Request?
I'm struggling with a template because I need to have some way to fix the dates of tasks 12 & 13, these tasks happen regardless of the timeline on a specific day of the week and the rest of the template needs to move around these dates. What makes this even more difficult is that tasks 20 and 26 are the final tasks based on a go-live date, these tasks need to be able to be set to a specific date and have the rest of the tasks calculated backward for timing aside from tasks 12 and 13 which will be set to a specific date. Then tasks 20 and 26 also need to be at least 3 weeks from task 13. I've tried building out all this timing and feel like every time I get close the timing gets messed up somehow and right now the issue is that the start dates are before the start dates of the preceding tasks as that should be impossible. So now I'm pulling my hair out a bit. I would love any feedback or input anyone may have if they've dealt with anything similar in Workfront!
If there is still a (SF) Bay Area user/admin group, could someone please point me to how I can connect? Thank you.
We are building a process that will ingest a file of values from a source. Our intent is to use this data to produce a drop down list in a form for some data entry. This is accomplished via an Enumeration set as the dbEnum value that drives rendering. As values may be added and removed from the source, we need to be able to do the same with this Enumeration. Decisions on whether to use a truncate and reload vs an incremental load strategy are TBD, but we need to understand the options. Is there a way to add/remove/clear an Enumeration's data via JavaScript?
Hi,Would it be possible to create a report that:1.Shows the total planned hours per job role, grouped by project templates?Or2. A project template report that displays the total planned hours, grouped by job roles or task assignments?We are trying to determine a way to calculate the total planned hours allocated to each role within the project templates. These project templates are part of a specific portfolio.
Our company has switched from Adobe Analytics workspace to Adobe CJA workspace. Since using the workspace I am seeing there are a lot of metrics/dimensions either replaced or missing. Example 1: There is no longer "Visit" available, we now have just the "Sessions".Example 2: We now don't see the "Exit Page" dimension.These changes are affecting our reports. How can we add these metrics/dimensions back, or are there alternative solutions to get the same insights?
We are trying to do a replace of an empty attribute in the client profile with N/A in a custom action in a journey. We tried replace and replaceAll but neither gave us the solution we needed.REPLACEconcat(concat(concat(concat(concat(concat(concat(concat(concat(concat(concat(concat(replace(#{ExperiencePlatform.ProfileFieldGroup.profile.person.name.firstName},'','NA'), ' '), replace(#{ExperiencePlatform.ProfileFieldGroup.profile.person.name.lastName},'', 'NA') ) , ' is customer since ' ) , replace(toString(#{ExperiencePlatform.ProfileFieldGroup.profile.customerSinceDate}),'','NA')) , ' has home at ') , replace(#{ExperiencePlatform.ProfileFieldGroup.profile..homeName}, '', 'NA')) , ' has potential total assets of ') , replace(toString(#{ExperiencePlatform.ProfileFieldGroup.profile.TotalAssetAmount}), '', 'NA'))
Help please. Trying to use the following Code in Query Services and keep getting an error: SELECT _*******.enrichmentData.category AS CATEGORY,_********.enrichmentData.enrichmentValue AS enrichmentValue,count(1) eventCountFROM dataset_aep_profileenrichmentWHERE _*******.enrichmentData.enrichmentType LIKE ('brands')GROUP BY _******.enrichmentData.category,_******.enrichmentData.enrichmentValue The error I get is:Reason: [[DATATYPE_MISMATCH.UNEXPECTED_INPUT_TYPE] Cannot resolve "_******.enrichmentdata.enrichmenttype LIKE brands" due to data type mismatch: Parameter 1 requires the "STRING" type, however "_******.enrichmentdata.enrichmenttype" has the type "ARRAY<STRING>".; I've tried every variation I can think - please help.
Hi All, I want to utilize Offer start date and Offer end date in representation as dynamic content inside the HTML. Is this possible ? if any one knows the syntax that will really help. Thanks in advance,
Hello, I would like to show a banner for a client's birthday.So for example, I would like to show a banner in the app of my company to a client which birthdate is 31/01 (we don't have the year of the birthday but we don't care about the year).And he needs to see the banner until 02/02 23h59.So during 3 days. Do you know how to do that in an audience or in a journey ? As I don't know how to filter on my variable Startdate and Enddate. In the first column is the Actor ID but I know in Adobe, we use Cloud ID, in the second column it's the offer ID. NS_IDACT_265ACTRTE_OFFLILY_265IUS1STARTDATEENDDATE955999967CoWe00000231-0102-02
Hi AllWhile trying to run a JSSP in adobe campaign classic v7, I am getting below error.XML-110009 Unable to find the element 'Body' of path '/' (document with schema 'SOAP-ENV:Envelope') Could anyone help me on this. I am trying to offer using soap call as per the adobe documentation.Integration via SOAP (server side) | Adobe Campaign. Thank you
hi Team, Any update regarding AEM 6.6 with Java 17 release plan (https://blog.arborydigital.com/aem-66-and-jdk-17)
Hi All, We have some PSD images managed in AEM DAM. These images have the clipping path added to them.It's observed that renditions generated for these images don't retain the clipping paths after they are processed by DAM Update asset workflow.Any suggests or idea how we can retain the clipping paths in imagerenditions? Thanks,Sayabanna
Hi Adobe Team,I am using the Data Loading activity in Adobe Campaign Classic v8, which includes a column for studentid. Upon analyzing the data, I noticed that the studentid column contains blank values.I have configured the following settings:Allow Null: Set to "Always populated."Error Processing: Set to "Ignore the value."However, I observed that the entire row is being rejected instead of ignoring the blank value and processing the other column values. I am unable to understand how the error processing works, despite reviewing the Adobe documentation.Could you please provide clarification on the following error processing options and how they function?1. Ignore the value2. Reject the line3. Use a default value in case of error4. Use a default value in case the value is not remapped5. Reject the line when there is no remapping value Thank you for your assistance.@parthasarathy
Hello, We would like to restrict the tag picker field, so when our editors edit the properties of a page, they could only select tags, that does not have any child tag.For example, there is the "Fruit" tag and under that, you can have "Berries" and under that you can have different kinds of berries like blueberry, cranberry, raspberry etc.Currently we are able to select the "Fruit" and "Berries" tags, but we would like to disallow this behaviour, and only allow selecting the specific berries. Is this possible? If so, how?Thank you,Marci
Hey! I'm having a weird problem with a Marketo form in my Next.js app. The form works perfectly fine in my local environment, but in production it's super inconsistent.The main issue is that when users first load the page, the form doesn't show up at all. Sometimes if you refresh the page (shift+F5) the form appears, but it's really random - sometimes it works, sometimes it doesn't.Here's what I know:Works 100% of the time in local developmentIn production, initial page load = no formSometimes works after a hard refreshThe Marketo script loads successfully (I can see it in the network tab)I'm getting "Error loading form: error" in the consoleUsing Next.js Script component to load Marketo's scriptAlready tried different loading strategies (afterInteractive, lazyOnload)Looking at the logs, it seems like there might be a timing issue between when the Marketo script loads and when it tries to initialize the form, but I can't figure out exactly what's going wrong.Has anyone run into similar
We encountered a situation where we scheduled an email to be sent at 10 AM EST, but after scheduling it, the schedule tab showed as 'not run' and there was no tick marked for the smart campaign either. When we revisited the smart campaign after half an hour, we observed that the email had been sent at 10:24 EST.Similarly, there was another instance where a team member scheduled the email again since the schedule tab had shown as not run.Can anyone please let me know why does this happen?
I want to count the number of visits to our site that begin with items already in cart from a previous visit. The logic would be something like: count(visits) IF[visitor(cart additions>cart removals) AND visitor(orders=0)] I have all of the necessary metrics but I can't get the logic to work in either segments or a calculated metric.
Hi All,We have few pages with complicated content structure holding just static content. something like below.Most of the content sections in the screenshot above has hosted various static components with similar structure below.When i try to hit the page Logs indicate Node traverse threshold reached limit 29.01.2025 15:58:33.694 *ERROR* [10.0.2.2 [1738166313592] GET /content/Sample/BB/Check/products/product.html HTTP/1.1] com.day.cq.wcm.core.impl.designer.SearchPathLimiter No style has been found until search path threshold: 10000 was reached. Issue Seems to be because of too many components on the page to be traversed as node from AEM scripts.Any suggestions on best ways to reduce this structure? can we try to use them in the form of Experience fragments since all the components in content section are static in nature.
Hi. I have 4 custom fields that have large single-select dropdown fields; all the columns have the same values. The fields are added as individual columns in a report where the user can select value in each column for each project. My report columns have this layout > Project, Menu 1, Menu 2, Menu 3, Menu 4Project NameMenu 1Menu 2Menu 3Menu 4Test 1A1B2C1A2Test 2B2A1B1A2Test 3A1C1B2B1 I have created a calculated field that will show the number of instances each that value occurs per project & built another report.Project NameA1 Value CountA2 Value Count B1 Value Count B2 Value Count C1 Value CountTest 111011Test 201110Test 310111 My question - Is there a way to create a calculated column to add the totals of each Value Count column? The goal is to have the total from each column reported on a graph (i.e. a pie chart showing there are 2 results for A1 Value Count, 2 for A2 Value Count, 2 for B1 Value Count, 3 for B2 Value Count, 2 f
Hi everyone, The dates in the AEP UI and for query results are displayed as MM/DD/YYYY.I would prefer it to display as DD/MM/YYYY in line with our locale (Australia); is there an option to change this? I have tried setting my Adobe profile preferred language to English (UK), as well as my browser language to English (UK), no changes were observed. Thanks,Andrew
Hello everyone I'm currently trying to send an audience created from a CSV file from RT CDP to a POS destination. When I make the audience with the option "Import audience", this action automatically creates an dataset and a adhoc schema which i can't activate to profile. When I try to send this audience to the destination it shows an error saying that the dataset is no activated to profile. How can I activate this imported audience? or how can i activate this dataset to profile to commit my sending ?. Thanks a lot. I look forward for your answers.
I created a custom view with a column for the last update and date on a task. I also want to include the name of the person who made the last comment. Thank you! column.14.displayname=Task Last Note and Datecolumn.14.sharecol=truecolumn.14.textmode=truecolumn.14.usewidths=truecolumn.14.value=</b></font><hr><font color=000000><b> </b></font>column.14.valueformat=HTMLcolumn.14.width=150column.15.linkedname=lastNotecolumn.15.namekey=view.relatedcolumncolumn.15.namekeyargkey.0=lastNotecolumn.15.namekeyargkey.1=entryDatecolumn.15.querysort=lastNote:entryDatecolumn.15.sharecol=truecolumn.15.textmode=truecolumn.15.usewidths=truecolumn.15.valuefield=lastNote:entryDatecolumn.15.valueformat=atDatecolumn.15.width=150column.16.sharecol=truecolumn.16.textmode=truecolumn.16.usewidths=truecolumn.16.value=</b></font><hr><font color=000000><b> </b></font>column.16.valueformat=HTMLcolumn.16.width=150column.17.displa
We have a field for Industry that is sent as normal industry values like (affordable housing, government, etc). That field is causing sync failures to Dynamics because Dynamics is looking for GUID. How do I fix this? Thanks
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.