Hi, is there a way to access the policy of a certain component that has been called by component using data-sly-resource?Let's say I have a parent component and calls the customcomponent using data-sly-resource: <sly data-sly-resource="${ 'share' @ resourceType='core/wcm/components/custom/customcomp...
Hi all, I'm creating a registration form using core form container. I need to send form payload to external API then using that API I need to show success or failure message after click on the submit button. Can anyone help me with this ??
We have nested multiple fields in our component and the default "Add" button is adding lots of confusion. Is there a easy way to customize that without writing complex JavaScript? I would assume Adobe would allow to add a property called "AddButtonLabel" or something to make simple and complete OOB....
Hello Everyone,I just wanted to throw a question on REST API implementation here. We have a third-party REST API that returns data needed for our website's couple of pages. I am not sure which REST Client to use or how to implement one in terms of AEM development. So, I am just seeking some guidance...
Hello, Could you please let me know how can we use reverse proxy to allow non aem server to post pages to a directory on the main domain on AEM site (Eg: www.yourdomainname.com/test-one)?I have tried adding the below syntax in the vhost file in dispatcher module of Apache server for using reverse ...
Hi, We have a situation where we are currently querying to find an Image with the below patternabcd_108489356_en.jpg and it is giving the results.SELECT * FROM [dam:Asset] AS a WHERE ISDESCENDANTNODE(a,[/content/dam/some-company/creative-assets/automobiles/offers]) AND a.[jcr:path] LIKE '%/108489356...
Hi Team, I have to disable Delegate and Step back features for a particular workflow from content page. Do we have feasibility in OOTB functionality? If not, is there any customized solution? Thank you!AryA
Hello ! On AEM 6.4.8.4, I have created a validation workflow which contains dynamic participant steps. The customer would like users to receive a reminder email X days after the first email (that they received when the step is assign to them). I was trying to use the timeout option available in the...