Hi, we have a requirement to upload data outside /content/dam somewhere to /content/<appname>Till now we had been using the http put api but that is dependant on webdav.We cannot allow webdav in prod.Is there any other way out of this? ThanksRegards
Hi experts,we have a get api which fetches a large amount of data in sort of a DFS fashion.Like this A- is linked with B, B is linked with C, then it should get all A,B,C along with all the labels of all A,B,C and the version history of each of the files.Then we build our UI upon this to should a is...
Hi, I have the following statement in my client library function$(window).adaptTo("foundation-ui"); I am not able to understand how to mock this line in JEST so that it skips this linePlease can anybody helpThanksTarini
Hi,In one of our pages we have used sling:resourceType="granite/ui/components/coral/foundation/mode/switcher" so we have a page with multiple tabs and each tab has a separate actions in the action barE.gFig 1 (Tab 1 selected) Fig 2 (Tab 5 selected action bar has different options) Issue: If we ma...
we are trying to create a plugin in aem as a cloud. we are running into a issue where there is an asset which is available to all users but at one time can be processed by one user only. we are running into synchronicity issues where multiple users are able to process the same asset and plugin runs ...
hello @arunpatidar no i need to do it asynchronously. what happens is i send an event to process something then if it is successfull i need to update the icon on the same page
also ou can create a node in JCR in a specified location with true or false values, and then once the event is triggered, in JS consume that node value. how to constantly monitor this in JS? with on change event in JS ?
Hi @Kiran_Vedantam i am using eventAdmin.sendEvent("customevent"). So if i a send a custom event from this i can document.on("customevent") in javascript??