We are trying to hide or remove Store Content option from Action Type dropdown of Core Form Container Component and hide error message dialog field. To achieve this, first we were trying to understand how this dropdown & error message filed is coming in Dialog Content. But we are not able to get t...
Hello all! I'm building adaptive forms in AEM and I need assistance with a rule or script to force user entered data from a text field to upper case letters. In Designer we used this JS: xfa.event.change=xfa.event.change.toUpperCase(); Wondering how to get this same functionality into the Adaptive s...
I have a form with a drop down field that, based on the selection, changes the email recipient in the submit button. Basically "if dropdown = A", email recipient is "john smith", if dropdown = B, email recipient is "bill jones", if dropdown = C, email recipient is "mary doe", etc. Not sure how to ...
Hi All, We have recently deployed AEM 6.5 JEE using WebSphere on Unix Server. After the application installation we have installed all the specific hotfixes at both Unix level and application level.However when we are trying to render the forms we are facing the below error. Can you please help us i...
Hello, Here's link to my form: https://we.tl/t-HX3piyQgMX I want to create the form where the value from REFERENCE3 field repeats in SECTION 3 - REFERENCE 3 field. The thing is that when the plus button is pressed the new REFERENCE 3 section comes in as well as SECTION 3 section, so that each refere...
How to add footer per page in GeneratePDFService htmlFileToPdf I have a long html file that results into a multi page pdf file, I would like to put a footer per page, is there something I can add to this to make that happen? This is my code: BundleContext bundleContext = FrameworkUtil.getBundle(this...
Dear community, for our basic forms we use a variation of "core/wcm/components/form/container/v2/container". We do not have any email template or some kind of that, so generated emails come OOTB. But we have one issue with them. The content of the email starts with (inside the arrows):--> You've rec...
I am trying to create a task using an Adaptive form, input data, etc. - Just like the Assign Task but, I want to accomplish this via Java API. The reason is because I need to create a bunch of parallel tasks and the workflow needs to block until they are all completed (don't worry about resolving ...
In OSGI, we need the ability to assign tasks to multiple people in parallel. This list of users is dynamically retreived from a database but, this is not a problem in itself. The step needs to assign tasks to each user.If any of the users "action" the task positively, it queues and waits for the o...
We have created a custom component to create a Security group. The code is below.The code completes successfully with no errors but, the security group is not created.Any help would be appreciated. log.info(" Creating the group in AEM - " + groupNameToCreate);userManager.autoSave(true); -- added la...