Quantcast
Channel: Forum CRM Deployment
Viewing all articles
Browse latest Browse all 997

CRM 2015 Subgrid control is not working correctly which has working in CRm 2013 online

$
0
0

function RetrieveSubGridRecords() {
    var claimed;

    if (window.parent.document.getElementById("m_policymembers")) {
        var grid = window.parent.document.getElementById("m_policymembers").control;
        var arrX = new Array(grid.GetRecordsFromInnerGrid().length);

        for (var rowNo = 0; rowNo < grid.GetRecordsFromInnerGrid().length; rowNo++) {
            for (var cellNo = 3; cellNo < grid.GetRecordsFromInnerGrid()[rowNo][3].cells.length; cellNo++) {
                arrX[rowNo] = grid.GetRecordsFromInnerGrid()[rowNo][3].cells[3].outerText;
            }

        }

}
    else {
        setTimeout("RetrieveSubGridRecords();", 2500);
    }

grid.GetRecordsFromInnerGrid()  it's shwoing the error  please suggest it. it's bit urgent.


}


Viewing all articles
Browse latest Browse all 997

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>