Dear All,
Today we got a requirement to trigger Javascript on Add or Delete Value from Subgrid.
Please find the code below for the same
var contactsSubgrid = Xrm.Page.getControl("Contact");
var myContactsGridOnloadFunction = function () {
//Trigger your function or Code here
};
contactsSubgrid.addOnLoad(myContactsGridOnloadFunction);
Today we got a requirement to trigger Javascript on Add or Delete Value from Subgrid.
Please find the code below for the same
var contactsSubgrid = Xrm.Page.getControl("Contact");
var myContactsGridOnloadFunction = function () {
//Trigger your function or Code here
};
contactsSubgrid.addOnLoad(myContactsGridOnloadFunction);
No comments:
Post a Comment