Hello Team,I have generated pdf based user inputs through javascript using pdfmake library, now i have to send email with generated pdf to customers. I am able send mail with pdf using smpt.js library but due to some security concerns its not recommended. Now I am thinking to send/post the generated...
Hi All, Want to restrict in triggering a workflow on an Asset from 'Timeline' option when asset have certain property value set on it. Also needs to restrict trigger workflow on an asset if it is in folder path ending with certain suffix like /content/dam/folderA/nA, /content/dam/folderB/nA, /conten...
No component list under the slide panel; But component can be inserted on the page parsysBelow is the structure for one of the components:<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www...
Below is my original class @referenceprivate ResourceResolverFactory resourceResolverFactory;@referenceprivate WorkflowService workflowService; How can I mock the above?I tried something like below: @MockWorkflowService workflowServiceMock; thenworkflowServiceMock = context.registerInjectActivateSer...
Hi Everyone, Need help in reading some specific chinese chars from JCR repo.I have one dialog where author enters content and save the page. Author created page for China and entered some content specific to China in the dialog and saved it. When I try to read the below content from JCR it is addin...
Hi All,We have some pages under /c/ folder like example /content/we-retail/us/en/c/page1 and /content/we-retail/us/en/c/page2 etc.We would like to remove /c/ from the page and should redirect to /content/we-retail/us/en/page1.html with serving the same content as /content/we-retail/us/en/c/page1. We...
How would you go about translating the Quick Search core component into a language that is not supported by machine translation? I have a need to translate the "Search" keyword in the quick search bar of my site into a language which is not supported by our Machine translation provider. We are on AE...
Hello,I'm facing following strange situation and I have no idea about this behavior, using AEM6.4. Given is following situation: In my project exists some nodes they have in property 'sling:resourceType' the value "c109_video". So I created two queries to find those nodes.Query one: SELECT * FROM [n...