Hi guys,While developing data model and services under Data Integration we only have get, insert, and update services out of the box. I am not able to see any delete service/API. Is this missing? How we can create a delete service withing the Data Integration of AEM. ThanksRamandeep
Hello, I have a form (SAP) which I am designing in livecycle designer. I have the code below for one of the fields in the form. My requirement is to traverse a list of dates in a node and choose the latest one. The below code is only for test purpose. My expectation is that after the code is execut...
Hello, How do we split the XDP File which has both the design and the master Layout into 2 separate templates.one for the Master and the other for the content. Thanks,Kash
I have registered yesterday for the Experience Makers Live with some sessions. I have not received any notification as to how to attend. I also wanted to sign up for some more session but am unable to. Can you assist me?
Hi Everyone, We have one RTE field where we need to limit number of characters. As maxlength property is not supported by Richtext field so is there any another approach we can follow to limit characters in RTE.Thanks in advance. Regards,lovepreet
I am trying to create custom submit action and calling my service from from post.POST.jsp similar to below but calling my service inplace of mail.https://docs.adobe.com/content/help/en/experience-manager-65/forms/customize-aem-forms/custom-submit-action-form.html way i am calling. core.service.Hand...
I'm in the process of upgrading from LiveCycle Designer 11 and would like to know if AEM Forms allows a fillable form designer to specify the error message that is displayed by unsupported PDF readers. For forms produced by "recent" versions of LiveCycle, the message that is displayed appears to be...
We used workflow variables in DDX assembler with Livecycle ES4 JEE. Like this:<DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result = "myPDF"> <Watermark scale="70%" verticalOffset="-85pt" opacity="100%"> <PDF source = "docLoteDeclaracoes" pages="{$/process_data/@intPagina$}"/> </...
Hi, We are adding multiple rows into a table using instance manager which working in all the browsers except in IE11. For each panel section we have enabled lazy loading. If we run the same code at fragment level its working fine in IE browser but when it comes to main page we are unable to add rows...