Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

JavaScript Error "Server is Busy"

$
0
0

Hi,

I am using the below java script code but getting the alert "Server is Busy". I am calling the method on the onSave event of the form.Any suggestion.

function OnSaveMethod(){

Xrm.Page.data.save().then(
function(){
Xrm.Utility.alertDialog("Record saved");
},
function(error){
Xrm.Utility.alertDialog(error.message);
});

}

Thnaks,

Amit Kumar Rath


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images