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(repeatingRow[*].hourlyRateUsed)but the
Language setting was Javascript. I changed this to FormCalc and it now
displays the average. The Add Payroll Information button (click event)
can also add a Summary ro...
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.Contact._AddCont.count;p.s. I also noticed "calculate
- (FormCalc, client)" and not "::calculate - (JavaScript, client)"
Cheers
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 added? Cheers
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 = myTable.items.length - 1; // remove 1 if
header row in table lastRowIndex = numRows - 1; // get index of last row
in table myValue = guideBridge.resolveNode("AddCont[" + lastPanelIndex +
"].ContactT[0].Row1["...
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.
I don't see any problem with having 103 items. How are you populating
the Drop Down? What exactly happens after selecting an item in this Drop
Down? Do you have some complex script that populates other field(s) on
the form? Do you see any errors in your browser console?
Do you have other AFs or just the 1? Same issue for other AFs? Can you
(if you haven't already) create a new AF, empty using Blank template,
under
http://localhost:8080/lc/aem/forms.html/content/dam/formsanddocuments,
and see what happens?