cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Update Data Table

ptc-6292037
1-Newbie

Update Data Table

Hi Team,

How Can I bind data direct to Infotable from Mashup.

I'm entering data in Grid editable column from Mashup and want it to be reflected into Thing's Infotable,where I can set (change) the values accordingly?

Please assist on this.
1 REPLY 1
posipova
20-Turquoise
(To:ptc-6292037)

First you would need to create a Service (ex:UpdateEditedTable) with the input of type infotable" that would correspond to the datashape of your Grid. An easy way would be to run a service that gets all records from the infotable in the composer using "Test" button and "Create Datashape from Executed result"; then add the datashape to the UpdateEditedTable service. Then, in the mashup, you'll bind the EditedTable parameter from your Grid to the UpdateEditedTable service.

Top Tags