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

Hi Experts,

I have override the changeset action to POST records in backend online scenario , I am using ActionResults and Success/Failure to capture changeset response but I get actionResult.data as undefined and empty

Backend response.

bill.froelich

Please suggest.

Regards

Manish

0 Likes
View Entire Topic
learner1
Explorer
0 Likes

Hi @bill_froelich as per the last response to get the details of the committed records the work around is to make read call with query parameters. Do you mean we will need to pass the key parameters those used for record creation or can use @odata:readLink in the read API? can you please advise?