Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
We are trying to create a column in text mode that shows the DateDiff between the issue entry date and the resolving project entry date. This seems like an easy feat, yet we cannot get the report to display anything once the text has been configured. This works when we implement it in a project report, but we're not able to get it to display info on the issue report. How would you write this to display the DateDiff in a rounded, whole number? We've tried at least 50 different variations of text code and nothing seems to work. Is this just not possible for our use case?
I am trying to build XF components guide in our AEM similar to AEM Core component Examples, but I need to render the HTML part from story book for the same component, and show in my core component examples page. right now OOTB has Properties, Mark up and JSON tabs, i will be added one more tab which says HTML or IFRAME. and then show the html i get from storybook. so wanted to represent how this component gets rendered in real time page.
I'm trying to make a paragraph custom field appear when a date custom field meets a specific criteria. IF(ISBLANK({DE:Test Date Field with Logic}),"",IF({DE:Test Date Field with Logic}<ADDHOURS($$NOW,"48"),{DE:To help us better understand and meet the needs of our partners, please let us know why this request requires expedited production.})) Has anyone done anything like this? Is it even possible?
Hi all, Why do we typically create Header and Footer with Experience Fragments?Is there an advantage? My understanding is that Experience Fragments are to be created when we want the experience, not just data, so that even non AEM front ends could display it as it is. Appreciate all your responses. Thanks,RK.
Hi Folks,I’m facing an issue while upgrading our AEM environment from 6.5.21 to 6.5 LTS. As part of the upgrade, I updated the dependency in our pom.xml like below: <dependency><groupId>com.adobe.aem</groupId><artifactId>uber-jar</artifactId><version>6.6.0</version><classifier>apis</classifier><scope>provided</scope></dependency> However, during the build process, I’m encountering the following error:ZipException opening "uber-jar-6.6.0.jar": zip END header not foundUpon inspection, I noticed that the downloaded uber-jar-6.6.0.jar is only 2 KB in size, whereas the previous versions like 6.5.21 and 6.5.22 are around 62 MB and work without issues.This suggests that the 6.6.0 Uber Jar might be corrupted or incomplete in the public Maven repository. Could you please confirm if this is a known issue then can anyone provide a valid solution for this? If possible kindly provide detailed steps.
Does Target keeps separate profiles for different workspaces? Or not and profiles might be merged?Examply:1. Domain 1 - Workspace 1 - User 12. Domain 2 - Workspace 2 - User 1Would Target keep separate profile or it would be one profile?
We are trying to use the native connector in PBI to report on our Adobe Analytics data. Unfortunately, any time we try and do anything remotely close to the type of reporting we need, it does not work. Either will take for-ev-er to even try and load the rows or will just error out. I've investigated with Adobe & MS and it seems it is the way the 2.0 API works that causes any worthwhile reporting (more than 1 dimension & 1 metric over a daily time period) hits the limits of the 2.0 API calls. https://developer.adobe.com/analytics-apis/docs/2.0/guides/faq/Even trying something simple like: - Daily data for a 6 month time period- Marketing Channel - broken down by Device Type - Visits- Orders- Revenue this should be a "simple" report, yet it hits the API limits and effectively renders PBI useless for us. Has anyone use PBI w/AA connector successfully?
When you go to log time on a task, the previous days are available to add time even if the project was just opened, I have checked the settings and don't see anything that relates to not allow this. Wondering if anyone knows of a setting/workaround to not let users log time on a project/task before the start date? Thanks!
Hi All, We are exporting and updating XF to Adobe Target. The cloud configuration is working correctly as expected.However, when we export it as HTML XF, we get the below error in Target for rendering - <head><title>500 org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: Identifier ca.projectX.core.models.PageModel cannot be correctly instantiated by the Use API</title></head><body> <h1>org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: Identifier ca.projectX.core.mo
Installed the AEM integration package in Adobe CampaignYou first need to install the AEM integration package.From your Adobe Campaign instance, select Tools from the upper toolbar.Select Tools > Advanced > Import packageConfigure the external accountThe AEM integration package created the external account for Adobe Experience Cloud. You need now to configure it to connect with your Adobe Experience Manager instance.To configure the AEM external account, follow the steps below:Click the Explorer button.Select Administration > Platform > External accounts.From the External account list, select AEM instance.Enter the parameters for your AEM authoring instance:ServerAccountPasswordConfigure AEM resources filteringThe AEMResourceTypeFilter option is used to filter types of Experience Manager resources that can be used in Adobe Campaign. This allows Adobe Campaign to retrieve Experience Manager contents th
Hello everyone, I have recently run into an issue where I want to filter the pages that appear inside of a pathfield's selection dialog, to pages that have a specific resourceType (e.g. "products"). I have tried using a custom predicate to achieve this, but it does not seem to work (predicate gets registered as an OSGi service, but never fires). Could anybody shine some light on this? Is a predicate even the correct way of approaching this? I will attach the code bellow nonetheless. We are using AEM as a Cloud Service. Thanks in advance! Predicate: // Imports omitted @Component( service = Predicate.class, property = { "predicate.name=allowed-article-predicate" } ) public class AllowedArticlePredicate extends AbstractNodePredicate { private static final Logger log = LoggerFactory.getLogger(AllowedArticlePredicate.class); private static final String[] ALLOWED_RESOURCE_TYPES = { CommonConstants.NEWS_RESOURCE_TYPE, CommonConstants
Hi everyone,I have a requirement for the blocks in the universal editor where for richtext editor I have to limit the text till 100 char, in the dropdown I have to show sone option by default selected. how can we achieve this. for text fild I tried "validation": {"maxLength": 100} and it works. but for richtext it is not working. Thank you @1931634
Hi,I was always puzzled by the way the mobile tracking is set up and wanted to verify this once and for all. Implmenting tracking in the app is straight forward with adobe .trackState for a page views and .action for events. Fair enough. However, everything is implemented in the code and I have no control over what is send to Adobe, unless I brief a developer to take something out of the app code. This is strange to me as the Adobe SDK contains a Launch container which is used to host the Analytics extension. You can setup Analytics tags but they are triggered by .trackState and .trackAction which send the data to Analytics anyway. So what is the point of creating Adobe Analytics tags in mobile tag manager? Ideally the tag manager would work like for the website and give me the capability to fetch structured data and decide what to send to Analytics, but it doesn't seem to be possible to do this? Best regardsUwe
The latest Adobe Cloud 6.5 has discontinued the classic UI interface for editors/authors. I would like to know if this can still be enabled because many users in our organization are comfortable and like the classic UI more than Touch UI. Most of our authors/editors feel touch UI is not user friendly. This is not something I get this report from users, they have been saying this for past 4 years.
Hi All, I have a simple requirement, during page creation using an editable template, I need to show/hide fields based dropdown values, I triedUsing extraClientlibs at page component dialog level- not working, as the clientlibs would road on page render but not during page creation.Overlayed /apps/wcm/core/content/sites/createpagewizard/jcr:content added extraClientlibs to that node, still failed, Used global clientlib category (cq.authoring.dialog) to my custom clientlib and expected to load on page creation, but still no luck.Is there any way to achieve this? Thanks,Raju.
Hi Everyone, I’m not able to see the Buying Groups section in Adobe Journey Optimizer – B2B Edition UI. Is the Buying Groups tab automatically available, or there some specific prerequisites needed - such as whether creating audiences are required to make the Buying Groups tab becomes available? Any guidance or documentation reference would be very helpful.
Hello Team, I'm searching ASSGN object and trying to get the workperdate, AssignedTo ID values, post that I'm storing the data in datastore. So the workperdate is an array having collection(attached the screenshot). But Now if i try to create a CSV file for the same this workperdate is fields is null/empty. How i can simply the array collection so that it will easier to put in CSV. I have attached the scenario ss as well.
Are there any guardrails or considerations to keep in mind when creating an IP pool in a sandbox with 6–7 IPs?Can we randomly group a few of them into an IP pool, or are there best practices we should follow?
Hi all, I have created a derived field summing events (denoted by 1 and -1) at a People level for analytics use case to understand group membership. I was wondering, how does this derived field summation apply when you adjust the date range within a workspace? For example: In the derived field, I am denoting 1 as a subscribe/opt-in event and a -1 as an unsubscribe event/opt-out event, then summing at a Person level scope to understand who's net subscribed and who has net unsubscribed. When I drag this dimension into a freeform and adjust the date ranges, is it going to sum those values at a Person level according to the date range set (e.g. summing all events Jan1-Jan30)? Or is it going to return a 1 for anyone who, at any point in the date range, had 1 as their net status (e.g. user was was subscribed jan1-jan15, but unsubscribed after on jan24) I ask because of two use cases: 1) I want to create a time series graph plotting this information, for a use case to track net
How does Adobe Analytics collect tracking codes within URLs?If there are two tracking codes in one URL, which one does Adobe Analytics collect? According to the data set I'm referring to, it appears to collect the latter tracking code at the end.E.g. www.abc.co.kr/?csref=dsp:ABC&csref=dsp:DEFIn this case, Adobe Analytics only collects dsp:DEF and not dsp:ABC.
Does anyone have a Workfront project template that they use for Fusion development projects - i.e., project initiation & stakeholders, requirements/discovery, development, UAT testing, sign-off, push to Production, etc.? I can build one, but was hoping for a blueprint or template to get me started.
Any suggestions on how to build the return frequency dimension from Adobe Analytics into CJA? Thanks in advance!
Hii all, We have a recurring email performance report/deck (made in Excel) I create weekly which has multiple parameters like Number of sends, clicks, etc for each brand we serve and we basically club it against each other to just have a view of different KPI percentages and email volume. I have to manually export weekly and monthly numbers every week and then once exported in excel replace the numbers in the main dashboard since I import a new sheet on every brand. Say 4 brands- 2 exports for each(weekly & month). 8 exports and with marketo being the gOldie it is, takes more than 30 mins to do it and feel it can be automated.Let me know if anyone has a solve.
Hi, I've created a FUSION scenario that listens for Notes being added, and if they are done by certain user groups, and the task/project is in a certain status - it updates that status to be 'Updated by Stakeholder' I'm nearly there but have struggled to clearly identify what object the note is attcahed to - project, task, document attached at project level, document attached at task level. The 'noteObjCode' seems to be right for when the note is attached to a document or task. But when i add a note to a Project - the' noteObjCode' isn't getting set to 'PROJ' I'm having to check - if the documentID and TaskID for the Note are NULL - then I'm assuming it's attached to a Project. Can anyone offer any other help ?
Hello, I would like to modify the default workspace associated with an alert. Why is this not yet possible? Best, Enrique Gonzales
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.