IoT: Ability to update a field on a row in a grid (TR 9.1.5.7; app release 9.1)

RonWeasley

Active Member
Hi,
I am facing an issue with one of the orchestrations that I am working on my instance. We are running 9.1.5.7 tools release with app release 9.1. The issue is, I am unable to update a particular field in a row.

Adding a new row is not a problem. But Orchestration is not working on the updates. Any clue on how to approach this? My orchestration looks like this:

<formActions type="detail">
<inputGrid>GridData</inputGrid>
<mappedTo>1</mappedTo>
<rowData>
<rowData>
<input>Status</input>
<mappedTo>22</mappedTo>
<action>SetGridCellValue</action>
</rowData>

</rowData>
</formActions>
 
Sorry for the delayed update - I figured it out the same day I logged this issue. My current tools release level doesn't allow update of grid rows. the latest one does.
 
Back
Top