Hello,I would like to ask a question about the "Repeat Subform for each data item" option present in the Aem Forms Designer in Object-> Binding. If I connect the element I want to repeat to the data of the XMl file through the "Data binding" field and select "Repeat Subform for each data item" the r...
hi, I'm new to AEM Forms. I would like to ask how to calculate the height of a subform which varies according to the number of data passed. The subform is of the Flowed type, the height varies according to the number of elements contained in it (which depends on the number of data it finds). Is it p...
I use Adobe LiveCycle Designer from SAP and I'm trying to create a label that requires a Data Matrix 2D barcode that is 5/8" (.625in) square. The smallest that I've been able to create is .8317in. Anything smaller and I get a box with a lightning bolt and the PDF View just shows a grey box. Am I do...
AEM forms 6.5 (Centos) Using Decimal, num{z9.99%} does not show percentage after decimal. Input is 0.6503. Should show "65.03%". Shows "65.00%", Docs https://help.adobe.com/en_US/AEMForms/6.1/DesignerHelp/WS92d06802c76abadb-56c02439129b8b00ebc-7ecf.2.html Say it should. I can use a JS solution, but...
How do you call each instance and get the numeric value to calculate a total value? I'm stuck at identifying the syntax for each instance's value - here's the script for the calculated field: var f = guideRootPanel.tblAgencies.Agency.instanceManager.instanceCount;var total = 0; for (var i=0; i < f; ...
Hi Everyone, We have created a RTE tool tip plugin . So according to the functionality when we enter text in Richtext field and create tooltip of it then our tooltip pop up is working fine. But now if we need to update tooltip description (description in tool tip popup) of the text although updated ...
My question is how can we insert a repeatable field/group of fields into a Database using the Form Data Model.I've tried creating two separate tables in my DB and making an association from one to child model in Form Data Model editor but it only provides us with get service to configure for the as...
I have created 2 fillable forms and both contain background Images (Not just image fields). When I email the forms to my Ipad, one does not display the background images, the other does. I have checked every setting I can think of and they both appear to use the same settings. Any suggestions on...
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...