Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
We are using SAML authentication to access our site. Within same content tree, I want to restrict access to some pages based on user group. The AEM groups are synced based on SAML response. Is this possible by adding CUG without configuring Login Page? Is there another solution to achieve this?
We have a custom index we created to address some specific needs for searching Content Fragments. We noticed a side effect where the Content Fragment browser stopped showing fragments on the initial screen. Digging in to Splunk when the browser attempts to load this screen it makes the following OOTB query that fails on the backend. This is that query. SELECT asset.* FROM [dam:Asset] AS asset WHERE asset.[jcr:content/contentFragment] = true AND asset.[jcr:content/data/cq:model] IS NOT NULL AND ISDESCENDANTNODE(asset, '/content/dam') ORDER BY COALESCE(asset.[jcr:content/jcr:lastModified], asset.[jcr:created]) DESC, asset.[jcr:uuid] OPTION (TRAVERSAL FAIL, INDEX TAG[fragments]) Now I'm suspecting this may be caused by a custom index that is a customization of "fragments". We used the "fragments" tag and we believe that could be the cause. AEM attempts to use our custom index with the tag[fragments]" clause and our custom index isn't setup to wo
Hi, I have created a AEM component with aem as clod services that contains a rich text editor in the dialog and a multifield dropdown. I have written a Sling model to handle the rich text formatting and logic to retrieve and use the selected dropdown value. However, I am facing an issue where the dropdown value is being processed incorrectly. The logs show warnings related to an invalid multifieldvaue option format, and the dropdown value retrieval is not getting as expected.Here is my sling modal logic: @PostConstruct public void init() { Resource multifieldValueSelectionResource = componentResource.getChild("multifieldValueSelection"); if (multifieldValueSelectionResource != null) { logger.warn( "Found multifieldValueSelection resource at path: {}", multifieldValueSelectionResource.getPath()); multifieldValues = getLanguagesFromResource(multifieldValueSelectionResource); if (multifieldValues == null || multifieldValues.isEmpty()) {
Hi, Can we write into /home/users using ServiceResoruceResolver in AEM 6.5? My understanding is we have to use Adminstrative session to write into /home/users but wanted to confirm. Regards,Kishore
Our agency was migrated to the Console last week. Since that time the WF "add on" for Outlook is not in my menu and not available to add. Has anyone else experienced this? Suggestions for getting it back?
I am using the visual editor in Adobe Target to make changes to a component that only shows on the page if you are logged in. The issue I am running into is making the page inside the visual editor recognize that I am logged in. I am logged in to the site in the browser, but when it loads in the visual editor, it is in a logged out state. If I try logging in through the visual editor, it errors out and just shows a blank page. Is there anyway to force the visual editor to recognize I am logged in to my site?
Hello community,I am trying to use insert into sql command in AEP query services, my end goal is to create a CTAS schedule queries to ingest data from one dataset to another dataset for a specific phone number column. Dataset A has a schema field '_abc.phone.number.number' which has data, Dataset B has a schema field '_abc.uGuestPrimary.phone.number' but is empty. I am using below query: INSERT INTO Dataset BSELECT struct(_abc as _abc, phone as uGuestPrimary, number as phone, number as number) _abc FROM Dataset A I am getting following error:ErrorCode: 58000 Batch query execution gets : [failed reason ErrorCode: 58000 Batch query execution gets : [Analysis error encountered. Reason: [sessionId: 8bed5f80-d51-bb39-090286252d53 queryId: b26abfc3-1a62ab-627fd6504350 Column phone does not exist.]]]I am using this document for reference:https://experienceleague.adobe.com/en/docs/experience-platform/query/sql/syntax#select-queries What could be wrong in my query?I als
We're currently managing a project to merge orphaned records in Marketo within Dynamics. The merge rules and process are set up and managed in Dynamics, and until recently, everything was functioning as expected. However, we've noticed the Possible Duplicates list in Marketo growing exponentially, indicating that the merge process is no longer working correctly.We conducted tests in both Sandbox and Production environments:Sandbox Testing:A test record in Marketo was sent to Dynamics with SyncToMkto set to TRUE.The Marketo record merged with existing Dynamics records, both marked with SyncToMkto as TRUE.The Marketo record was then set to Inactive in Dynamics and deleted from the database.In Marketo, both the Marketo and Dynamics Contacts existed. After a few minutes, only the Dynamics Contact remained.The deleted Marketo Contact was not passed back to the database in Marketo.Result: SUCCESSProduction Testing:A test record in Marketo was sent to Dynamics with SyncToMkto set to TRUE
Hi, We are trying to ensure accuracy in our Time Spent/Page Metric. We want to exclude Page Views of a page for single page visits (in other words, only include page views in the denominator that aren't a single page visit. We currently don't have that segment for the numerator (total seconds spent). Do we need to have that segment in the numerator to get this metric correct? In Adobe, we put this calculated metric on a freeform table with a segment of the hit of the page we are interested in above it and then our dimension is usually month.Any thoughts to help? Thanks!
Upon approval asset in workfront, how do we copy that approved asset into AEM, with all the correct meta data and schema?
I hope this message finds you well.I would like to import Japan’s weekends (Saturdays and Sundays) and public holidays into Workfront to facilitate progress tracking and effort calculations. I have the official public holiday data from Japan’s Ministry of Internal Affairs and Communications, which I can provide as an attachment.Could you please guide me on the steps or process to bulk import this data into Workfront so that these days are recognized as non-working days? Additionally, if there are any specific format requirements or tools needed for this import, kindly let me know.Thank you in advance for your support. I look forward to your guidance.Best regards,
I currently have a process that involves adding multiple project templates to a project. I have done some testing and wanted to confirm that the only items that can be added/updated would be found in the Options section (attached) and not areas within the Overview and Finance Sections of the Project. Thanks!
I am creating some custom forms for our Marketing team. We are planning on having Programs = Campaigns, theProgram will focus on a Brand and the task level work might involve specifc Brand related promotion. They asked for a field that would indicate the product. It would be helpful to isolate the list based on the Brand selected at the Program level, instead of re-selecting the brand on the task form to make the display logic work. So the example would be: If "Brand A" is selected at the Program level, corresponding "Product list A" is diplayed at the Task level. If "Brand B" then "Product list B" is displayed at the Task level.Seems like maybe there's way with calculated fields...??? thanks
A member has reported recently not recieving our emails. Upon looking into the users activity log, I saw this message as of last week: 550 spamcop.mimecast.org Blocked - see https://www.spamcop.net/bl.shtml?199.15.213.53. - https://community.mimecast.com/docs/DOC-1369#550 [TY4iEaFyORqMurZxr7nvrg.us277] The user has stated they have followed whitelisteing instructions. Any other ideas on how we can solve this deliverability challenge?
When we apply Arabic content, preaheader isn't available in pane mode in outlook version as you see below, instead it appears View in browser text. If you include any English word along with Arabic, that English word only appears. We also noticed last part of Subject line appear if you have lengthy subject line ( I assume that is because Arabic letter format) Please let me know if you have any way to resolve this issue? Thanks!
Hi there,Could anyone assist with the personalisation token issue below?I’ve added the target data attribute as: Date: <%= targetData.expStartDate %>. However, in the test email delivery, the date appears with a timestamp, e.g., Date: Sat Dec 28 2024 05:30:00 GMT+0000 (Coordinated Universal Time).Could someone help with the code to display only the date in this format: Date: 09 Jan 2024?Additionally, we are passing both date and time in the date variable. How can we split them into two separate attributes, such as:Date: 09 Jan 2024Time: 09:00?Thank you! Arivu.
Can test plan ,test cases be created and linked to the tasks or projects in workfront
Hi, We migrated our iOS app to the MobileSDK recently and experienced a drop in iOS visits in Adobe Analytics. We believe the drop is caused by a bug with App Id not being captured correctly in the Lifecycle Metrics when the app launches. We use Lifecycle metrics in our Mobile Launch property and in the iOS code. How do we make sure that App Id is captured on every visit in the MobileSDK? Is there any other reason that the migration to the MobileSDK could trigger a drop in iOS visits specifically? Thank you if you have any insights!
Hi all, I'm attempting to create an Issue Approval Report that displays a list of all the issues a user ($$USER.ID) is assigned to, that they haven't rendered a decision on. I didn't see anything in reporting that would allow me to generate a report like this. Does anyone know how to create a filter that only shows pending approvals for $$USER.ID, and how to display the users approval status as a column on the report.
Hello everyone,I got the need to delete directly from the editor edit, with the editable Toolbar the generated subcomponent. Basically at the delete click it only removes me the content of the subcomponent but not its dialog.is there a way to delete both the content and its dialog by simultaneously editing the number of subcomponents selected by the parent component?Thanks in advance
Here is the business scenario: - Event is triggered that a customer's monthly payment has declined - Event payload arrives in AJO include the customer ID, timestamp, the payment method, Credit card type, last 4 digits, and product subscription that will be impacted. (Payment Method, Credit Card Type, Last 4 digits are not stored on the customer profile at this time) - Email is triggered, but if it bounces or is not opened/clicked, we want to take the action of sending them a letter. Issues & Assumptions:1) DM action can only be done in AJO Campaigns2) Event data only be used in Journeys, where DM action is not an option3) Cannot export Event data via Activation to a destination4) Data to Adobe profile cannot be set to expire Question 1: Are the above 4 issues correct or am I missing something? Potential Option: - Add the same 'Event' data to the Adobe Customer Profile via batch Considerations/concerns: 1) Inc
Hi Everyone, Has anyone experienced any issue to find properties/ tools that can assist the marketers to add anchor tag as they create their email within the AJO email content template.What is the best way for a marketer to add anchor tag using the tools within the UI. This ask is specific for UI and not adding via the HTML. Thanks,Tanu@1925394 @emailmarketer
I need to have a time sheet summary report for a group of employees. I can show their single entry task hours and planned hours, but not summarized by the various hour entries - task hours, PTO, overhead hours, etc. in total for the time period. Also, the planned hours are not for the report duration (e.g. one week) but are rather for the entire task duration - so it shows up as individual task line items with the TOTAL planned hours on every single line. (if the person has multiple entries for the same task over the course of a week, it will show the same total every single time so that it looks like they were planned to work way higher hours in the week instead of 40). -- Bob - 2 hours - planned 20 hours; then next line Bob - 1.5 hours planned 20 hours (in the end, it looks like Bob worked 40 hours but was planned to work double or triple that amount due to the double counting) Ideally I want the report to sayName -- total hours entered ---- total hours planned ---- t
How do I extract a list of customers included in an audience for QA and validation. I am coming from Adobe Campaign where it's easy to pull a list out of a workflow in order to validate the audience for QA. I see where we can see a sample of an audience but not where I can pull the full list to validate.
Hi Team, Caching content with selector is common practice in AEM sites. Before AEM CS we were useing acs dispatcher flush rules to flush the cache of cached content with selector but in AEM CS it seems to be working by default means there is no need to have any custom mechanism to flush the content with selector in dispatcher. Is anyone is having any idea how cache flush works for content with selector in AEM CS dispatcher? Thanks Umesh Thakur
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.