Download presentation
Presentation is loading. Please wait.
Published byTariq Toll Modified over 10 years ago
2
Paul Schaeflein, MCT Manager of Advanced Technologies LaSalle Consulting Partners, Inc. SESSION CODE: OSP309
4
Farm Site List Data External Lists ClientOM Client OM REST APIs
8
Query Result Set
12
Farm Site List Data External Lists ClientOM Client OM REST APIs
19
Farm Site List Data External Lists ClientOM Client OM REST APIs
21
from p in data.Projects where p.Client.City == "Chicago" select new { Name = p.Title, ClientName = p.Client.Title, Budget = p.BudgetHours };
22
0x0100 Chicago <Field Name="ClientTitle" Type="Lookup" List="Client" ShowField="Title" /> <Field Name="ClientCity" Type="Lookup" List="Client" ShowField="City" />
23
from tc in data.Timecards where tc.Id == 4 group tc by tc.WorkDate.Value.ToString("MM/yy") into tcs select new { Month = tcs.Key, Total = tcs.Sum(t => t.Hours) };
24
0x0100 4 2147483647
30
Required Slide Track PMs will supply the content for this slide, which will be inserted during the final scrub.
31
www.microsoft.com/teched www.microsoft.com/learning http://microsoft.com/technet http://microsoft.com/msdn
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.