Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have known for a while that there was a Workfront <> Creative Cloud integration and am at a point where I'd like to test it for my team. When I got to documentation, there are articles describing the uses of the integration however whenever I click on a link to install, I'm taken to a 404 page (example). Is this no longer an integration that Workfront offers?
On-Prem AEM 6.5 SP 21 I'm building an application to create pages automatically based on an input file. I can get the page created, but the created page is not showing the sub-nodes (components) which should appear because of the use of the template page. I have read that in order to resolve this I need to call a "replicate" action on the page i just created to have it "sync" and build the child nodes from the template on the target page. The problem is the code below is what I'm using and regardless of what environment i try it on I'm getting either unauthorized or invalid request for responses to the replicate call. Even when working on a local development copy using the admin account I encounter this issue. Looking for assistance in debugging where I'm going wrong with this approach or what else should be checked?It's the line: var response = await client.PostAsync($"{aemUrl}/bin/replicate.json", content); whose result is the error.public static
Can anyone help with a column that is needed in one of our project reports? We would like to see how many actual hours were tracked to the project not including the current month (ex. project A has a total of 100 hours tracked to date, 20 in Dec, 20 in Jan, and 60 in Feb. We want that column to show 40 hours since those hours were tracked in Dec & Jan, not the current month of Feb). Hoping it can be done 🙂 Thanks in advance!
Hi, has anyone sucessfully implemented the salesforce crm integration in rt-cdp? I'm following documentation but not being able to send segments to salesforce, if anyone has any tips regarding this it would be helpfull, we basically want to send data into the leads object in salesforce, Thanks
Hi, all. There are several threads discussing the shortcomings of the native Risks functionality in WorkFront, namely the inability to add custom fields to the interface. In one of those threads, someone suggested using the Issues area to record risks, and that is the path I'm currently exploring. I'm running into some struggles while trying to capture custom form data. I want to use a specific custom form pertaining to risks, used only when the issue is of type, "Risk" (among other things, assessing the likelihood and severity of the risk and giving it a score). I have other use-cases for issues with their own custom forms (such as a "Change Request"), and haven't yet found a workable solution to getting the right data/form based on context. A few things I've tried so far:I tried adding my "Change Request" and "Risks" custom forms from the Queue Details project settings.What I really need here is to attach a specific form based on the Issue Type. Inevitably, there will be custom
Hello Everyone, I am trying to setup a OAuth Secret within Event Forwardiing for WebSDK implementation.Its for Google Search 360 API. When i do that Launch always gives me this error "The Credentials provided are incorrect" Even though i am able to generate token using curl with same credentials. Below i the screenshot of how i am doing it under Data Collection:Does anyone know what might be wrong i am doing. Here is the syntax google is giving for Curl:curl \ --data "grant_type=refresh_token" \ --data "client_id=CLIENT_ID" \ --data "client_secret=CLIENT_SECRET" \ --data "refresh_token=REFRESH_TOKEN" \ "https://www.googleapis.com/oauth2/v3/token"
No text available
I have been granted System Administrator access but still I do not see the integration tab for the enterprise workfront account. why so?
Looking at the Device Name (SDK) variable in a Mobile App suite, I see a pretty high occurrence of just "iPhone" and then a bunch of instances of "<Person's First Name>'s iPhone," in addition to the expected Device-Model, as in "iPhone 11,2". This is only happening in one of our mobile app report suites, so it isn't an iphone-to-adobe issue. While the deviceName (SDK) is wrong, we also have a value DeviceName coming through, which contains the correct value ("iPhone12,1" etc) even if deviceName SDK is wrong. Is there a way to tell the SDK to always grab DeviceName ("iPhone 12,1") instead of deviceName of "Derek's iPhone"? I was hopeful we could tell Processing Rules to just grab DeviceName but it doesn't appear that's possible.
I'm wondering if anyone has a text mode column for the last update on a task, however, the text mode that I have created shows the last update for the entire project on the report, and I'm just looking to see a single update on an individual task. Can anyone help me out here? displayname=Latest Update namekey=latest update shortview=true valueexpression=CONCAT({project}.{lastNote}.{noteText}," -- ",{project}.{lastNote}.{owner}.{name}," on ",{project}.{lastNote}.{entryDate}) valueformat=HTML
We am overlaying Journal component and using ckEditor in that. There is a media embed plugin where we can put youtube url and it adds the video onto the blog. But the issue arises when we use Youtube-shortUrl and the internal jQuery call happens to convert it to longURL over http protocol. And that API call is being blocked on our website as it serves only https.Also, it works fine when we use YT long-url. Expected behavior/codeExpected that is should convert YT shortUrl to longUrl over https call and embed the video onto blogEnvironmentAEM version 6.4.2.0Looks like the issue is in /libs/clientlibs/ckeditor/resources/ckeditor/plugins/oembed/libs/jquery.oembed.min.js https://github.com/adobe/aem-core-wcm-components/issues/1174
Hi all,Hope everyone good ! Wondering if there is a way to Manage Dispatcher Custom Headers from AEM Authoring Screen instead of making changes directly in dispatcher. we wanted to grant "Super Authors" to add / update any Custom Headers using Authoring Screen itself rather than asking DevOps help (since authoring team will not have access to clientheaders.any / dispatcher.any files). Updating Headers will be once in a while activity - but will take some burden from DevOps team. See example here from Adobe sitehttps://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/dispatcher-configuration.html#specifying-the-http-headers-to-pass-through-clientheaders Wondering if there is any OOB feature or anything from ACS Common which can achieve this. I am using AEM 6.4
We are trying to integrate the Dispatcher end from AEM screen player, but we are getting the AEM Screen Blank Page. How do configure the dispatcher end. We are not able to find dispatcher end point URL integration steps. Can you please suggest in this.I have followed the below docs.https://docs.adobe.com/content/help/en/experience-manager-screens/user-guide/administering/dispatcher-configurations-aem-screens.html
"Please resolve publish conflicts in Adobe Launch andre-trigger the download workflow manually afterwards." receiving this msg while trying to update the cloud service configs. For the very first time only with "Analytics" able to connect and afterward added IDservice and Target extensions to the Launch and trying to update IMS configs. Does anyone have idea why this is happening? Please guide me. Thank You
If we make use of any ready mark up available for carousel component w.r.t amp, we are unable to fetch the teaser title,description and button link. We followed this link https://amp.dev/documentation/examples/multimedia-animations/image_galleries_with_amp-carousel/ for getting ready markup for AMP.
Unable to read json file using CQ.Util.formatData(CQ.Util.eval('/apps/ax.json') in 6.4.IT is working in other instance.Any js files need to be installed or any config changes needed
Hello everyone,I'm working in a project AEM SPA with ReactJS, since last week i have a warning when i am building the project because AEM react libraries that i am using are deprecated.After reading about this new libraries, i realise that besides the package renaming also it were introduced in the new versions support to typescript, and thats is very interesting because i am using typescript in my project.After i done the changes below, i have a lot of errors in my typescript validation because i have to use the new typsecripts types. "@adobe/cq-react-editable-components": "1.2.0","@adobe/cq-spa-component-mapping": "1.0.3","@adobe/cq-spa-page-model-manager": "1.1.1"To"@adobe/aem-react-editable-components": "1.0.4","@adobe/aem-spa-component-mapping": "1.0.5","@adobe/aem-spa-page-model-manager": "1.0.3" I tried to find some documentation to help me in this migration, but i am not able to find in this forum or in the aem documentation some documents with support for AEM w
Hello Everyone,For AEP Destination, Pinterest tokens expire every 30 days. Once the token is expired, data exports to the destination stop working. To prevent this situation, reauthenticate by performing the following steps:https://experienceleague.adobe.com/en/docs/experience-platform/destinations/catalog/advertising/pinterest This is a manual step, has anyone tried to automate this process? Does anyone has used API with DAG to automate? What API is used from destination authoring? Thanks,Saurabh
Hello Everyone, I want help to understand how rolling range filter work on dates in AXP. Use case 1:I have to run campaign on 17 Feb . For this I have to target audience with enrollment date from 30 Jan to 12 Feb(including 30Jan and 12 feb). Use case 2:I have to run campaign on 12 Mar . For this I have to target audience with enrollment date from 27feb to 5 Mar (including 27 feb and 5 Mar). Is rolling date works fine , in case date lie between 2 months (example feb and march) Thank you
Hi Everyone, I am facing the issue in experience fragment, like live copy is working from XF lang-master to XF live copy. But the moment when I am creating language copy its not reflecting in live copy. As per this thread: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/language-copy-reference-updates-issue-with-experience-fragments/m-p/611652below line is present in this path: /libs/settings/translation/rules/translation_rules.xml. <assetNode resourceType="cq/experience-fragments/editor/components/experiencefragment" assetReferenceAttribute="fragmentPath"/> Also, there is no override is created at location /conf/global/settings/translation/rules/translation_rules.xml Kindly anyone help on this problem statement, Thanks in advance! CC: @aanchal-sikka
Hello AEM community, I'm encountering an issue where a workflow instance keeps running even after I restart the bundle in AEM. I've tried various troubleshooting steps like terminating the instance, purging active instances, and restarting the AEM instance itself, but none of these actions seem to resolve the problem. Interestingly, the issue is temporarily fixed after a full machine restart and setting up AEM again, but it eventually recurs. Has anyone else faced this problem before? What steps or solutions have you used to resolve this issue permanently?Any help or suggestions would be greatly appreciated! Thanks in advance!
Is there a way to have the Append mode option selected by default for metadata changes?
How to unlock the default metadata in aem cloud and make the title and description fields as mandatory without creating a custom metadata schema.
Hi All,I wanted to understand if I send same field value in two different objects in and array with each of these objects containing other different fields, how does CJA interpret this data.For example, if I sent an event to AEP which had an array field populated as below with a product id information, { "products": [ { "id": "prodID123", "count": 5, "type": "new" }, { "id": "prodID123", "count": 3, "type": "old" } ] } How will this data be reported in AEP/CJA?I'm assuming products.count against products.id value "prodID123" will show as 8, is that correct?If I create a segment for events which had only one product in them, will this event qualify for it based on unique products.id value "prodID123" or will it not qualify because products field has two objects in it?If I create a segment for events where products.type value is "new" and used it to fetch products.id data,&
Hi Team,Is it possible to to use Collect endpoint (non-interactive collection) instead of Interact endpoint (interactive collection) with AEP Client Side SDKs like Mobile SDK or Web SDK to queue the events upto a certain time or number of events and then send them as a batch?I understand that use of this endpoint will mean not sending the events real-time and also as these events won't be interactive we can't use them in use cases where we need response back from AEP/Edge. For use cases where we don't have any real-time needs for certain actions and there isn't a response for these events, is it even possible to send them as batch through collect endpoint?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.