CRM 2011 and 2013 Solutions
Search This Blog
Showing posts with label
query
.
Show all posts
Showing posts with label
query
.
Show all posts
Monday, June 2, 2014
Retrieve Record using Odata query filter with GUID of Record
var GroupId = Xrm.Page.data.entity.getId();
var _query = "?$filter=new_GroupId/Id eq (Guid'"+ GroupId +"')";
var obj = RecRetrieveMultiple(_query, 'new_student');
Older Posts
Home
Subscribe to:
Posts (Atom)