Hi Community, I have requirement to display metadata fields for forms in sv (Swedish). Is there any way to implement this using i18n. I was referring to some previous posts : Solved: How to apply the multilanguage on Metadata fields ... - Adobe Experience League Community - 231398 but not sure if th...
Hello: I have a dynamic PDF form that can be filled in. I want to password-protect it so that only those with the password can open and edit/view the underlying code in the designer. However, I don't want Adobe (or any PDF reader) to prompt for a password for regular viewing or editing. How can I ac...
Hi, I am connecting to a CRM and invoking a function , using invoke service but unable to add an error handling function per the document or as we could with workflows Has anyone tried this ? I see usage of old form template vs new one , plus guidelib is not something that can be used. https://ex...
Does anyone know how I can import the api for guidelib to invoke below . guidelib.dataIntegrationUtils.executeOperation(operationInfo, inputs, outputs, null, null,); @Sakshi5 @mayankg @workflowuser
Hello all, I have a custom form data model annd associations. A custom data source to MS Dynamics CRM. I have a form with 15 tables to submit in one go and with error handling for each put/post. These tables are in a parent child relationship. Submitting parent did not submit child data although PUT...
Hello, I created a form using AEM Designer 6.5.0.20190320.3.935878. Some users only have Reader and we found that they could not save the file without using Print to PDF. That won't work as additional information is added to the form just prior to release. I have the ability to lock fields as sig...
Hello,I have searched the already answered questions and have not seen one that would help me. If this has already been answered, please direct me to the correct post.Short form: How can I make a drop-down choice reset an entire subform if it is changed.Long form:My form has a basic first two page...
Hello, I am stumped. I need to be able to convert a number to its ones value only. For example: if someone enters 65, I need it to return only the 5. Another example: 87 returns only the 7, etc. There will be no decimal numbers. Any idea how I could accomplish this? Thank you