Hi,After migrating several thousand assets, I need to run DAM Update Asset on all of them. I need to modify the workflow to have one more purpose, which is to create a "versionDate" metadata property on each asset, and copy the Last Modified Date from the file to that property value. I'm not really ...
Hello guys.We have the requirement to get our ContextHub work on publish and dispatcher, we found a way to do that by putting the following condition on our dispatcher:RewriteCond %{REQUEST_URI} (default|tandt)\.html$But when we got that this condition started to break our other URL treatments, for ...
Hi All,As per Adobe documentation https://helpx.adobe.com/experience-manager/6-3/sites/authoring/using/page-diff.html, the user must have the Modify/Create/Delete permission on the node /content/versionhistory in order to use the page diff feature which allows for the convenient side-by-side compari...
I installed latest 6.5 + aem-service-pkg-6.5.1 + adobe-aemfd-win-pkg-6.0.88If I go to bundles, AEM FD Signature Bundles and a ton of bundles needed for forms show in resolved state and not active.How do I make them in active state without which none of my document services will work?Thanks
Hi all,i'm currently creating a custom metadata schema as per requirement!! but as a use case i need to cascade a metadata schema as required based on the particular value from two drop down fields. in schema console i can set required rule only for one drop down. how to add a multiple cascading ru...
setup/configurationusing OKTA SSO which I configured using the SAML authentication configurationLooking at the code base and CRXDE, I can see we are using ACS commons error handling.I can only see a 404.jsp and a default.jsp in /apps/sling/servlet/errorhandlerI have a 403.html, 404.html and default....
Hi Everyone,We have request to rename very large number of assets. We tried using session.move() from the JCR API and AssetManager.moveAsset() from com.adobe.granite.asset.api. Both do not modify the Collections which the questioned assets are part of. We are looking for there a direct way we can re...
Hi,In Classic UI we could created multiple checkbox using selection xtype<multiplecheckbox jcr:primaryType="cq:Widget" allowBlank="{Boolean}true" disabled="{Boolean}false" fieldLabel="Industri...
When extending the [Container] core component, I want to modify the placeholder text once the component is placed on the page, displaying the jcr:title of the component.This seems to work well when adding just one, however, when I try to add another [Container] inside of that one, the display issues...