unable to update the ADP after modifying the Data in custom Javascript function.
Summary
unable to update the ADP after modifying the Data in custom Javascript function.Content
Hi ,
I am unable to update the modified data to ArrayDataprovider. I need to update a column by the data fetched by one of the service. I am modifying the ADP in custom javascript function and I am assigning the returned data to ADP but the modified data is not reflecting in the table and getting the following error though it has the attribute POLineId which is defined as key.
Uncaught TypeError: Cannot read property 'POLineId' of null
at ArrayDataProvider._getVal (ojcorebundle.js:39239)
at ArrayDataProvider._getId (ojcorebundle.js:39226)
0