Hi Team,I have to use case to allow delegation for workitem assigned to a single user. Looking around any custom solutions. I tried updating the workitem in the same dynamic paticipant step, but the wokitem comes as volatile and hence can't be updated. Any pointers appreciated. This is how OOTB del...
Hi, In AEM 6.5.10 Managed Instance , I am trying to import Assets from a sftp server using Asset ingestor in ACS Manage Controlled Process. sftp://<hostname>:<port> (Username and password entered correctly in appropriate fields) It is throwing an exception in the logs as "javax.jcr.RepositoryExcept...
Hey all, is there anything I can do speed along responses file generated from importing PDF files? Each file is coming out of Designer at about 1.5 MB. When 20 files are imported into the responses file, it is essentially impossible to navigate. Adobe hangs non stop. I'm trying to find out ways to o...
Hi Team , I want to add publication date and Publication Type in the sites console side panel , i mean when the page is selected through sites console Thanks
Getting Sightly Exception after selecting and Clicking on page properties icon. Attaching error screenshot below. Please help me out with this. Thanks in advanceRamesh
I have tried the below query in query builder but results showing up zero, I'm getting results only when I remove type=dam:Asset. I have verified in crx, the assets are of primary type dam:Asset only.path=/content/dam/testtype=dam:Assetp.limit=-1p.guessTotal=trueproperty.value=ABC123p.nodedepth=3pro...
Hi Team I am facing an issue. I wanted to check if this is a product bug (which I think it is) with you all before going ahead with my conclusion. The issue is , when a component has multiple tabs and there are mandatory fields in the non-active (the one which is not open) ; if the author submit...
for example in HTL i can access the element using ${ } but how can access the same in js file i.e html file- ${geo.location} -> this I can easily get location variable in html file the question is how can I achieve the ${geo.location} inside script tag in the same html itself