Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. 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.