I had a quick look, found your form Submit Action set to Forms Portal Submit Action.So I changed it to Invoke an AEM Workflow as you previously mentioned it should be.The form submits.I was able to reproduce your error from create application (inbox).Try setting the "Store attachments using" of your...
I believe you will need to manually bind (if not already done) each field to /data/name and /data/title respectively. Also, looked at the code in that link you provided, can you add the following 2 lines rootElement.appendChild(name);
rootElement.appendChild(title);just before ...
Hi @shady-zabady You caught my interest, have you made any progress?To what detail do you need to know about the change? What was deleted or just the fact that something was deleted?Do you need to know immediately or can we (somehow) check if the table changed after it loses focus?Cheers M
Hi @nowackem I had a quick look at your form, I think I understand what you are trying to achieve. Firstly, I noticed your Average Hourly Rate was not showing for me.I checked the eventform1.Page1.subPayRollInfo.tbleEmployeeInfo.averageRow.costAverage::calculateand found the following codeAvg(repeat...
Hi @IanFlem After your existing linethis.resolveNode('Main.STFrontPage.Contact._AddCont').addInstance(this.parent.index); does adding the following work for you? (my forms designer is "broken" at the moment)this.resolveNode('Main.DATable.Accom.Table1.Row1.Guests').rawValue = Main.STFrontPage.Contac...
Hi @IanFlem I didn't quite get what you are trying to do exactly. You tried it on Calculate and Exit events of which field(s)?"automatically indexes" - does this mean the ContactP of the new subform should contain the ContactP value of the previous subform + 1?How do the "Add Count" subforms get ad...
Hi swaroopI think I have experienced this error a while ago, and I believe it was caused by invalid xml, don't recall much else at the moment. Obviously need to check your workflow.
Hi triciaWhat version are you on?Similar post on forum 352252 - Http Error code = 401 Creating LCA I would raise a help ticket, should get a quick response if someone has already raised this before.
Hi IanFlemI gave this a quick try on an adaptive form, if I understood correctly can you try this ...lastPanelIndex = AddCont.instanceManager.instanceCount - 1; // get index of last instance of panel
myTable = guideBridge.resolveNode("AddCont[" + lastPanelIndex + "].ContactT[0]");
numRows = myTabl...
Your workbench is definitely connecting to the same workflow server where your AFs reside e.g. http://localhost:8080? Need to get hands-on, so I suggest a screenshare with Adobe Support.