Hi ulibaehr,can you please provide an sample script? Or which function do I have to use in the script?I found this: (probably JavaScript) -->how is the syntax in FormCalc? getField("text2").value = getField("text1").valueAsString;I changed my code by adding a loop to copy the values to the seco...
I managed to get table A to show only Product A items. I used the following code in the table initialize event (FormCalc)://Number of repeated DataRows (-1 because count from zero)var vRows = Form.Page2.frmProductA.TableProdA.DataRow.instanceManager.count-1;//Count Down-Loop deleting every Row that ...
Hi Bruce,thanks so much for your help!! It now works with: var dateString = xfa.record.ServiceRequest.copylastchangeddate_9WVLT0YP0XZ2GHZIFXHWYA21U.value;Have a lovely day,Best regards Deborah
Hello CODevGroup,what syntax did you use now? Where is the exact path for the element (the path of the data binding) inserted in the sample code of BR001? (with or without $)My data binding path looks like this: $.ServiceRequest.copylastchangeddate_9WVLT0YP0XZ2GHZIFXHWYA21U And the name of this Dat...
Hi community,is it possible in Adobe Lifecycle Designer to fill two different tabels based on the data input?I'm creating a form in Adobe Lifecycle Designer with data binding for usage in our CRM System. This form should show 2 tables. The tables are dynamically growing dependent on the data. In ea...