Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
I have created one collection mashup which have infotable data. Now i want to update cell data after clicking on edit button. I am able to update first row data but when i am clicking on any other row i am getting the first row data. Please check below Attachments and let me know the solution on this.
Solved! Go to Solution.
In PopUp closed event you can update the data present in Collection Child mashup.
Instead of passing all values from "parent" mashup to "child" mashup, simply pass "identifier" field alone. And get the data in child mashup itself from services.
In PopUp closed event you can update the data present in Collection Child mashup.
Instead of passing all values from "parent" mashup to "child" mashup, simply pass "identifier" field alone. And get the data in child mashup itself from services.