Hi, Is there a way to redirect to thank you page after an Agent submit the Interactive Communication print channel document to AEM workflow in AEM 6.5.15? How to customize to disable the submit button after submit the document to avoid multiple submissions? Appreciate all your help! Thank you!
We have successfully integrate AEM Forms and ServiceNow by restful service with a swag file. Every field can be written into SN, expect for attachment. Does anyone familiar with this and will to shed a light?
Hi,Currently we have following data type available for Content fragment model. Can we create customer data type ? already tried by overlay of /apps/settings/dam/cfm/models/formbuilderconfig/datatypes/items. But in this case Properties not working properly. Thanks
Hi Team, I have created ResourceResolver from request object of the Servlet. Do we need to close it manually in the Servlet? 1) PageManager pageManager = request.getResourceResolver().adaptTo(PageManager.class);2) Session session=request.getResourceResolver().adaptTo(Session.class);String newurl = ...
Hi I want .model.json(pages) production url, access via authentication for avoiding webcrawler. Can i know possible solution? @Vijayalakshmi_S My server is AEM 6.5 ThanksDillibabu
Hi, I am unable to open the process inside the workbench, getting a runtime error. Also, I installed a workbench on Windows 11, azure machine. PFB screenshot about the error message.Any suggestions or support will be helpful. Thanks,Guru Manish
Hi again, I've got a client asking me to disable the system message they get every time they try to print a form of mine where there's mandatory fields on them. I thought that i had like and "if" statement in there checking for mandatory fields, but it turns out it doesn't and it looks like its rela...
We would like to extends Content Fragment Model Editor. We would like to add a Preview button before Cancel button. On click on Preview Button it will redirect user to view content fragment on author environment. is it possible to extends this ?