Hi All,
Quick question: I'm using oData to access some records and I have these stored as follows:
var results = JSON.parse(req.responseText).d.results; if (results != null && results.length > 0) { alert = whatgoeshere?? }
Can anyone reveal the syntax for accessing the results? I.e. results[0].etc.etc
Thanks a million.
PS. End goal will be to call the following:
Xrm.Page.getAttribute("new_clientalerts").setValue(alert);
*This post is locked for comments