1. Opportunity
2. OST - Child of Opp
3. OSTD - Child of OST
OST is nested grid in Opportunity, On change of field i want to refresh Opportunity. I added below code but i get unsaved changes message. How to avoid it?
formContext.data.refresh(true).then(function () { }, function () { });