Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Has anyone else still been experiencing on and off slowness or other issues with timesheets? It is not something easily reproduced for support to see. Therefore, it is harder for them to fix it. This has been happening ever since the update to timesheets to make it autosave.
Hi, New user of Adobe Campaign here. When trying to add images into the "Public Resources", i get this error everytime. What does it mean and how do you justify it?Thanks, Filip
Hello, I am struggling to get this to work: displayname=Testlistdelimiter=<div>listmethod=nested(tasks).liststextmode=truetype=iteratevalueexpression=IF(ISBLANK({actualCompletionDate}),IF({numberOfChildren}=0,IF(CONTAINS(" Test1 ",{name}),CONCAT({plannedCompletionDate}," - ",{name}),IF(CONTAINS(" Test1 ",{name}),CONCAT({plannedCompletionDate}," - ",{name})))))valueformat=HTML I am trying to pull a Task within a project that is named Test1 to a column in a project level report and see it's status, but when I do this the field is blank. Thank you, David
Adobe Experience Manager Assets Brand Portal Guide by Adobe Abstract Adobe Experience Manager Assets Brand Portal aids organizations to meet their marketing needs by securely distributing approved brand and product assets to external agencies, partners, internal teams, and resellers for download. The lack of a secure asset sharing solution can result in: Manual asset sharing through email or cloud Brand compliance issues Lack of control over asset usage Delays in campaigns and product launches Duplication of content across geographic locations and organizations Unsecured storage of assets before release With Brand Portal, organizations can ensure brand compliance by enabling marketers to collaborate with channel partners and internal business users to quickly create, manage, and deliver the latest design guidelines, logos, campaign and product assets to the stakeholders. Brand Portal is a cloud-based SAAS offering. It is available as an add-on to Adobe Experience Manager Assets prod
I have enabled CORS for a specific domain and supportsCredentials as true.Below screenshot from AEM dev instance config I have also added CORS headers in dispatcher - clientheaders.any file However, request to AEM server still throws CORS error and there are no response headersChrome Dev Tools gives this error:Access to fetch at 'https://author-p24737-e166384.adobeaemcloud.com/content/dam/nike.initiateUpload.json' from origin 'https://401518-contentsymphonydev-shelly.adobeio-static.net' has been blocked by CORS policy: Request header field authorization is not allowed by Access-Control-Allow-Headers in preflight response. So I explicitly added headers in supportedheaders as below:Still getting the same issue.Firefox preflight information below: Sling Referrer Filter Config: Now the CORS issue is resolved but it gives 403 Forbidden (other then GET calls). I read few articles and it mentioned to remove POST method from Sling Referrer Filter , I removed it but no
Having some trouble getting the quickstart to run. What version of JDK for java should I be using? I downloaded version 8. So Java SE version is 1.8.0_221.Right now, when I run the quickstart jar file. I see this screen but it never advances in the progress bar. I am on Windows 10 - 64bit.Logs show.25.07.2019 11:44:11.185 *INFO* [FelixStartLevel] org.apache.sling.commons.log.logback.internal.Activator LogbackManager initialized at bundle startup25.07.2019 11:44:11.190 *INFO* [FelixStartLevel] org.apache.sling.commons.logservice Service [org.apache.sling.commons.logservice.internal.LogServiceFactory,18, [org.osgi.service.log.LogService]] ServiceEvent REGISTERED25.07.2019 11:44:11.191 *INFO* [FelixStartLevel] org.apache.sling.commons.logservice Service [org.apache.sling.commons.logservice.internal.LogReaderServiceFactory,19, [org.osgi.service.log.LogReaderService]] ServiceEvent REGISTERED25.07
A matrix scoring model lets you cross-reference ideal customer profiles (ICPs) against engagement. Rather than qualifying leads based solely on engagement, a matrix scoring model allows you to divide and segment your audience with greater depth and decide who to surface to Sales, when to do so, and who to suppress from qualifying as MQLs. Crucially, you can measure and benchmark your lead groups against small sub-populations of your audience to better refine how you qualify or suppress leads. In this post, you’ll learn step-by-step how to build and use a matrix scoring model in Marketo Engage.One key thing to note before getting into matrix scoring: If you build a program like this, you’ll need to be mindful when you turn it on of how many people you’re processing into the program at one time! Obviously, the last thing you want to do is overload your SFDC sync or general system processing. This means you’ll also need to think about where you’re creating fields and
Successful end-user adoption starts with the WHY.Being an Adobe Workfront System Administrator is more than just understanding the software and implementing features. System Admins carry the responsibility for communicating a clear connection with end users for WHY their organization is using Workfront – AND, what’s in it for them.In this on-demand webinar, originally broadcast on November 16, 2022, Cynthia Boon (@cynthiaboon) and Leslie Spier (@lesliespier), Customer Success Managers (and former customers!) with Workfront, joined Karlton Harrison (@karlton_harrison), VP, Data Platform Engineer from Truist. Between them, they have YEARS of experience in this area, and they covered:Tips for documenting and communicating adoption expectationsHow to identify the reasons for poor end-user adoptionExamples of great communicationsTraining best practicesReal-world learnings from Truist on their experience with onboarding new usersCreating systems for scaling your instanceAnd moreYou
This post is an experiment: can a cool technical hack be communicated without extra prose... that is, can I shut up for once? If it doesn’t make sense, ask in the comments! 😉 In Form Editor, just add the field with type Select — options don’t need to be listed there. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta class="mktoString" mktoName="Job Title Option" id="Title-0" default="Select...|"> <meta class="mktoString" mktoName="Job Title Option" id="Title-1" default="Choice 1"> <meta class="mktoString" mktoName="Job Title Option" id="Title-2" default="Choice 2"> <meta class="mktoString" mktoName="Job Title Option" id="Title-3" default="Choice 3"> <meta class="mktoString" mktoName="Job Title Option" id="Title-4" default=""> <meta class="mktoString" mktoName="Job Title Option" id="Title-5" default=""> <title>Test Page</title> </head> <
When trying to send an asset from Workfront to AEM were getting a Sever Error message in Workfront.Does anyone know what may be causing this error message? Appreciate any assistance. Thank you Cliff
Is there a way to count the number of assignments per task in a task report?
Hi All, I am trying to add one more textfield called "ariaLabel" in "call-to-actions" multifield of core Teaser component in our project by extending the "core/wcm/components/teaser/v2/teaser" component. The dialog changes looks good. But while extending the core Sling Model Teaser by using Delegation Pattern, I am not able to access the inner class "Action" which contains all the "call-to-actions" implementation. With the below implementation I am getting ClassNotFound exception for TeaserImpl.Action class. Could someone please help me with this? import com.adobe.cq.export.json.ComponentExporter;import com.adobe.cq.export.json.ExporterConstants;import com.adobe.cq.wcm.core.components.internal.models.v2.TeaserImpl;import com.adobe.cq.wcm.core.components.models.Teaser;import com.day.cq.wcm.api.components.Component;import lombok.experimental.Delegate;import org.apache.sling.api.SlingHttpServletRequest;import org.apache.sling.api.resource.Resource;import org.apache.slin
#Making Navigation Hierarchy In Adobe CampaignThe navigation hierarchy works like a file browser (e.g. Windows Explorer). Folders may contain sub-folders. Selecting a node displays the view corresponding to the node. The types of folders used by the navigation list are described in an XML document that obeys the grammar of the xtk: navtree schema. The navigation hierarchy configuration is divided over several XML documents. It operates on a similar principle to schema extension: all documents are merged to generate a single document containing the whole configuration. To know more, click here.The Adobe Campaign implementation guides serve as a one stop shop for all implementation needs. For more information, refer to following thread – https://forums.adobe.com/thread/2357258
Hello, I've recently gone through training and started doing some of my first OSGi workflows (and have some prior experience working with J2EE/Workbench processes). I'm running into problems trying to use the out-of-box "Export PDF to specified type" process. I know how to view the running instance via: lc/libs/cq/workflow/admin/console/content/instances.html and find the details there lacking for troubleshooting. I know you can view details related to the workflow instance steps via CRX (i.e. var --> workflows --> instances --> expand my instance), and I can see errors related to the instance in our server logs, but I am not finding any clear information to help me fix the issue with this process. Instead of erroring out/failing, it just hangs on the step that it cannot complete - I've let it run for errors before and the step with errors in the log just shows "Active" in the AEM --> Workflows --> Instances history. I was hoping to
Hello, I'm hoping there are some experts out there that can help with this question! In our instance of WF Proof, we have some "generic" workflows created with stages. Our project managers, use and customize these workflows as needed, tagging in the appropriate users for the given project. However, we seem to run into issues with users tagging in other users and then the proofs never get completed. In your experience, what is the best way to combat this? We explored turning off the "Add People to Stages" option, but that seems to remove all ability for the PMs to customize the workflow.
Hi,I need to programmatically pull the list of AEM inbox notifications of a user, with the purpose of sending them a reminder (via email) of the workflow steps waiting for them to take action on. Can someone please send some hints, or sample code on how to get the list of inbox items.Thank you
Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version. 【目的】Dynamic Media Classicへの画像アップロードで、FTP/SFTPサーバーに接続できない場合、どのように調査を進めるかをご説明します。 【環境】Dynamic Media Classic 【対応方法】 クライアント側とサービス側、それぞれを確認します。 1. クライアント側の確認認証情報やネットワーク観点で切り分けを行います。- FTP/SFTPクライアントを変えてみる- 接続に用いるユーザーとパスワードを確認する- VPNやProxyを介さず接続してみる- 別のPCでアクセスしてみる 2. サービス側の確認障害情報やメンテナンス情報があるかどうかを確認します。Adobe System Status(https://status.adobe.com/)- Experience Cloud/Adobe Experience Manager/Dynamic Mediaを選択メンテナンス情報がある場合は、しばらく時間をおいて再度アクセスを試みてください。 <留意事項>・上記は以下記事の抄訳/翻訳となります。KB記事タイトル(英語). Adobe Experience Manager as a Cloud Service: Which commit of custom code will be deployed during the automated update, September 20, 2022, https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-21182.html, (参照 2022-12-20).・本記事にいただいたコメントへの返信はお約束できません。あらかじめご了承ください。
Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version. 【目的】AEM を Dynamic Media Scene7 Mode で連携している場合、画像は Dynamic Media 側にも連携されます。本記事では公開済みの画像を更新する時の注意点について説明します。 【環境】AEM as a Cloud Service、AEM 6.5、Dynamic Media Scene7 Mode 【対応方法】AEM に画像をアップロードすると Dynamic Media 側にも自動でアップロードされます。Dynamic Media で公開済みの画像を AEM で更新すると、Dynamic Media 側では「公開ステータス」が維持されたまま上書きされるため、下記の流れで予期せず画像の公開される可能性があります。この動作は Dynamic Media との連携設定が Upon Activation の場合も同様です。 例: 画像の更新時の動作1. AEM に画像をアップロード2. 画像は AEM --> Dynamic Media に「非公開ステータス」で自動でアップロードされる3. AEM で画像を公開4. Dynamic Media でも公開ステータスとして画像が外部に公開される5. AEM で画像を修正して、新しい画像(同ファイル名)をアップロード6. 新しい画像(同ファイル名)が Dynamic Media に自動でアップロードされる 公開ステータスも維持されているため、新しい画像が即時公開される 更新する時に新しい画像を即時公開したくない場合には、ファイル名をリネームした上でアップロードしてください。 <留意事項>・上記は以下記事の抄訳/翻訳となります。KB記事タイトル(英語). Adobe Experience Manager: Dynamic Media publishes updated images immediately, December 16, 2022, https://experi
Hello Everyone, AEP Community is closing out the year with flying colors. The mentorship program is designed to promote career growth and build strong connections among AEP experts in the community. I am delighted to introduce you to the AEP experts from the Mentorship Program 2022. Congratulations to the mentors who led their packs with enthusiasm and shared their expertise with the aspirants. @adua7 , @Gokul_Agiwal @brekrut Congratulations to the aspirants for actively engaging in the community and scoring the certification. @Manoj_Kumar_ , @AvinashGupta01 , @anil_umachigi Cheers, Nimasha
I have a report built with wildcards that is supposed to show the user any proof requiring their approval. I had someone from my web team create a test proof and assign me to it as a R&A but it doesn't show in the report. I can see it in other reports I use for proof approvals, I got a notification in WF, an email, and it shows in my left side panel in WF home, but not in this proof report and I can't figure out why. I've included all the wildcards I'm using below and I just can't figure out what I'm missing. Anyone have any ideas on what I'm missing? EXISTS:1:$$OBJCODE=DOCU EXISTS:1:ID=FIELD:documentID EXISTS:1:project:status=CUR EXISTS:1:project:status_Mod=in EXISTS:2:$$EXISTSMOD=NOTEXISTS EXISTS:2:$$OBJCODE=PRFAPL EXISTS:2:approverDecision=approved EXISTS:2:approverDecision_Mod=cicontains EXISTS:2:approverID= EXISTS:2:documentVersionID=FIELD:ID isCurrentVersion=true isCurrentVersion_Mod=eq proofApprovals:approverID=$$USER.ID proofApprovals:approver
Any suggestion?
I have created a folder in configuration browser and checked content fragment model. But that folder is not showing under tools- assets- content fragment model. We are unable to create content fragment model.
Hi, We are trying to integrate Google Cloud Pub/Sub feature (https://cloud.google.com/pubsub/docs/publisher#java) in AEM 6.5.11. We added dependency in Parent and Core respectively as below: <!-- https://mvnrepository.com/artifact/com.google.cloud/google-cloud-pubsub --><dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-pubsub</artifactId><version>1.122.2</version></dependency> <!-- https://mvnrepository.com/artifact/com.google.cloud/google-cloud-pubsub --><dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-pubsub</artifactId></dependency> After adding dependency, Build is succesful but bundle is not active. It gives many errors in inported sections: NOTE: In Core POM.xml, Added entry as below in Export-package section: Related import in JAVA: Thanks in advance. Regards, KTNR &nbs
15.12.2022 14:55:56.039 *INFO* [qtp2102147594-25673] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials15.12.2022 14:55:56.049 *WARN* [qtp2102147594-25673] org.apache.sling.auth.core.AuthUtil isRedirectValid: Redirect target must not be empty or null How can I fix it? I have changed Sling refer. When I want to login my system, it redirect to the IDP login page. However, the status code is 500, I new to SAML2.0, it confused me several days. Who can help me to fix it?
It seems I'm losing my marbles here. When I use the classification rule builder, it doesn't appear to be there for me to select in the 'Set Classification As' drop down box, even though I have created a classification in Report Suite Manager. I thought maybe it could be a time problem but I have waited a few hours and it is still not there. Would you mind if I asked you a few questions?
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.