We have successfully integrate AEM Forms and ServiceNow by restful service with a swag file. Every field can be written into SN, expect for attachment. Does anyone familiar with this and will to shed a light?
Hi Team, Would like to understand best practices about Online Backup using JMX. curl -u admin:admin -X POST http://localhost:4502/system/console/jmx/com.adobe.granite:type=Repository/op/startBackup/java.lang.String?target=/mnt/crx-online-backup/01052023/backup.zip Using above command, I am taking ba...
I'm totally new to this, so please forgive the question. How do I initiate a Dynamic Media Classic account? I have my Adobe account set up, have read thru several of the topics, but the links don't provide any direction on this.Thank you!
Update: All my previous detective work (which I'll leave below) seems to be a dead end. The issue now seems to be, if I place a carousel in a tab and that tab is NOT active on load... the content doesn't load. We are using GlideJS and I am currently exploring if because the content of the carousel ...
I tried this absoluteLink = externalizer.absoluteLink(request, "https", link); but it gives the result as http://localhost:4506/content/we-retail/language-masters though I gave scheme as https:
Hi All,I am just wanting to create a basic approval workflow. I noticed a blog post re. conditional loop but I don't quite understand the process.All I want is for when a change is rejected it goes back to the author to make changes and then resubmit for approval/publishingHere is the workflow I cur...
Hi Community, I am trying to create a graphQl endpoint using the https://www.graphql-java.com/documentation/getting-started/ . So I'll be writing this sample code in Servlet and trying to print the same response {hello=world} using the Servlet endpoint.But when I am adding the dependency, the bundle...