I want to save the opportunity product form onchange of Quantity field. Here is the code:
function SaveForm_onchange(){
Xrm.Page.data.entity.save();
}
When I run, it throws a generic error on the Opportunity entity. Closing the error message allows the Opportunity Product entity to save. Any ideas?
Ken Compter