Archive for October, 2009
If you’re having trouble constructing your CAML query and you have a DateTime field with time enabled, the important fact that plain 2009-10-28T10:00:00Z will ignore the time part of the query. It is useful for querying whole days. If Time part of the DateTime field is also important to consider (you’re querying specific time of […]
Categories: Programming, SharePoint
Tags: CAML
Due to a lot of comments and questions to my last year’s post about Attaching functions to SharePoint form fields concerning especially lookup fields on which the demo was made, I’ve decided to take a deeper dive into SharePoint’s Lookup Field and how to manipulate it client-side, since it behaves different in different situations. On […]