Presentation is loading. Please wait.

Presentation is loading. Please wait.

Paul Schaeflein, MCT Manager of Advanced Technologies LaSalle Consulting Partners, Inc. SESSION CODE: OSP309.

Similar presentations


Presentation on theme: "Paul Schaeflein, MCT Manager of Advanced Technologies LaSalle Consulting Partners, Inc. SESSION CODE: OSP309."— Presentation transcript:

1

2 Paul Schaeflein, MCT Manager of Advanced Technologies LaSalle Consulting Partners, Inc. SESSION CODE: OSP309

3

4 Farm Site List Data External Lists ClientOM Client OM REST APIs

5

6

7

8 Query Result Set

9

10

11

12 Farm Site List Data External Lists ClientOM Client OM REST APIs

13

14

15

16

17

18

19 Farm Site List Data External Lists ClientOM Client OM REST APIs

20

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

25

26

27

28

29

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

32

33


Download ppt "Paul Schaeflein, MCT Manager of Advanced Technologies LaSalle Consulting Partners, Inc. SESSION CODE: OSP309."

Similar presentations


Ads by Google