HI team
On change of optionset field, I am calling one function to set the Business process stage, and I am using below code for refresh of page,but page page is not refreshing and the bpf stage is not setting.
Xrm.Page.data.save().then
(
function() {
Xrm.Page.data.refresh();
}
);
Manasa T