Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I'm trying to create a mashup that displays an approval list. My idea is to create a "temporary" infotable, which I already have. In another mashup, I have a form where users can make requests. This form populates the infotable with the temporary requests. I'm having trouble creating a mashup that shows the approval list, which will have two buttons: accept and deny. The accept button will copy the information from the temporary table to my core table. I realized that to create the approval list mashup, I needed to create an infotable. Now I'm having trouble transferring the existing information from the infotable to the data table.
Hello @GV_11098078 ,
Not quite sure what issue you are encountering. There are several different ways to solve the issue.
You have a service which provides the data to the Grid to be displayed.
You can also have this service provide the same data to a service which is Invoked by a button widget (Accept), this service will copy the entries to the desired table. The bindings would look something like below.
This is just one way to approach the issue. Please review and let me know if you have any questions?
Pehowe
So if i have like 3 different requests in this table you showed, how does the button knows wich to approve?