Hello Support, We need to implement functionality in which user can add specific date for run workflow on specific date and time. Can you please guide us how we can implement and add date field with workflow popup. Thanks & Regards,Bhanu Periwal
In an html file I can see a code like below.{{@root.group.name}} - {{add.cityCode}}I believe that 'add' is an object . But I cannot see a statament like data-sly-use.add=//some class name in the htl file. There is only a single occurrence of 'add' in the file. Could you please tell me how is it poss...
Hi All,I need to use aem debug feature for testing purposeI need to see how the java code is invoked in response to the changes in UI side, say a mouseclick.I need to know how a particular htl class gets a value.
Hi ,I have a requirement to move production assets to dev environment. Because some pages were directly added to the prod environment. How can we do that. At present our dev and prod are out of sync, with prod environment far ahead of dev. What can we do to sync dev env with prod?
Hi, We are using AEM as Cloud Service and for one of our application we are using SAML 2.0 SP initiated authentication with IDP as PING.The login authentication is working fine but not sure how to handle logout.we have configured "handleLogout" and "logoutUrl" in SAML configuration.But it's not work...
Hi, I am trying to create an image preset with AEM asset (dynamic media) and I need to set the resoultion to 300 PPI.Below are the requirements:Width: 2000Height: 2000Format: JPEGPPI: 300How can I specify the PPI value to 300? Is the query parameter res the appropriate command to use? Thank you for ...
Hi All, I need to create a custom Servlet code where we need to iterate over the children and grandchildren of components on a certain page to create the output json of those components. We could do it using infinity.json OOTB , but we dont want to use the same as those are not recommended to be use...
Hi Team, I have a requirement, where I have to construct the RTE data which is table information in Sling model with some data from third party service. Is it a good approach to concat the table html as a string and use that to display in sightly. I don't think, I need any jsoup parser for this ap...