Issue with Fire data provided event in Editable table
Summary:
Recently we have upgraded our application. We are using editable tables in our application.
Our table data source is flow level ADP variable.
In 'ojBeforeRowEdit' event, we are assigning rowData variable to temporary variable the same ADP type.
In 'ojBeforeRowEditEnd' event, we using fire data provider to update flow level ADP using temporary variable.
This is working fine for existing editable tables. Similar approach not working when we try to create new editable table and getting below errors in console.
Unable to dispatch the mutation event due to inadequate or inaccurate information to perform
failure occurred when processing dispatched event
Tagged:
0