A sample text widget
Etiam pulvinar consectetur dolor sed malesuada. Ut convallis
euismod dolor nec pretium. Nunc ut tristique massa.
Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan.
Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem,
suscipit in posuere in, interdum non magna.
|
By , on December 22nd, 2007 Workflows are designed under the security concept that they run as System Account in the Windows SharePoint Services and the App Pool Identity on the server computer and domain. In Windows SharePoint Services the workflows always have administrator pri…
By , on December 22nd, 2007 Site Usage reports can be retrieved programmatically by using the GetUsageData method from the SPWeb class. This method would return a Data Table that contains information about the usage of the site based on the specified type of report, interval, nu…
By Paul Galvin, on December 21st, 2007 I have a column name in a content type named "Real Estate Location". That column is of type "lookup". I have modified <CommonViewFields> and ItemStyle.xsl to show the column. A simple <xsl:value-of select=…> return…
By , on December 21st, 2007 Summary Link Webpart can be used to provide a summary of links from both inside of your SharePoint site and also from outside for SharePoint. The Summary link webpart provides an easy way to build a page of links to various resources. This webpart is a…
By Paul Galvin, on December 20th, 2007 Many of you know this already, but the December edition of SharePoint Beagle is live. Every article is worth reading in my opinion. I want to give a little extra bump to my colleague’s article (Natalya Voskrensenskya). She provides a screen-sho…
By , on December 20th, 2007 XML files developed for Windows SharePoint Services 3.0 can be modified or new xml files for WSS 3.0 can be created using CAML. However by default Microsoft Visual Studio does not provide intellisense for CAML development. It is possible to enable inte…
By , on December 20th, 2007 CAML is Collaborative Application Markup Language (CAML) is an XML based language that is used in Windows SharePoint Services to define the fields and views used by sites and lists. CAML is also used to define tables in the Windows SharePoint Services …
By Paul Galvin, on December 18th, 2007 I’ve implemented a workflow using SharePoint Designer in a site which is mainly read-only to "NT_AUTHORITY\Authenticated Users" (i.e. everyone). There is a forms library for an InfoPath form. There is an associated workflow tasks list…
By Paul Galvin, on December 18th, 2007 We often want to send an email that includes a hyperlink to the item or document that triggered the workflow. We can use current item’s "Encoded Absolute URL" for this purpose. However, it always seems to use "http" for the UR…
By , on December 18th, 2007 The following are some articles that are useful in identifying SharePoint errors. SharePoint errors are logged in the event viewer and in SharePoint logs located in the 12 hive in the following path. C:\Program Files\Common Files\Microsoft Shared\web s…
|
|