Skip to main content
1-Visitor
April 15, 2015
Question

Update Data Table

  • April 15, 2015
  • 1 reply
  • 1788 views

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

    20-Turquoise
    April 15, 2015

    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.