随笔分类 -  SharePoint

SharePoint Articles Collection
Setup SSRS in SharePoint Integrated Mode
摘要:Setup SSRS in SharePoint Integrated ModeThis post is about configuring SQL Server Reporting Services in SharePoint Integrated mode the quick and clean way with no fuzz in 40 steps.I'm not discussing the default values, I will only talk about the values which need to be changed or selected in... 阅读全文
posted @ 2013-01-04 13:08 ilawrence 阅读(323) 评论(0) 推荐(0)
Sharepoint Timerjob: Read the web.config inside a Timer Job
摘要:Sharepoint Timerjob: Read the web.config inside a Timer Job There is no way to get a reference to a SPSite or SPWeb object inside a timerjob. So when you want to store configuration values in the web.config of your Web Application, there is no way to get the Web Application's name to open the we 阅读全文
posted @ 2012-12-25 10:54 ilawrence 阅读(995) 评论(0) 推荐(0)
SharePoint 2010 CAML List Joins
摘要:SharePoint 2010 CAML List JoinsRATE THISKirk Evans[MSFT]20 Jan 2012 4:26 PM4This post demonstrates how to use the JOIN syntax in CAML.A customer pinged me asking about how to write a JOIN query in CAML. Honestly, I haven’t done this since in a long time, so it took awhile to shake off the cobwebs. I 阅读全文
posted @ 2012-12-25 10:00 ilawrence 阅读(595) 评论(0) 推荐(0)
SharePoint 2010 Custom Timer Job
摘要:IntroductionBased on my popular articel about Creating Custom Timer Job in Sharepoint 2010,I Have decide to upload the simple code on how to create Custom Timer Job in Sharepoint 2010 ,But first let us know more about Timer JobA timer job runs in a specific Windows service for SharePoint Server.Time 阅读全文
posted @ 2012-12-21 15:18 ilawrence 阅读(369) 评论(0) 推荐(0)
CAML query on URL field (Stupid design)
摘要:Hello,I am trying to write a custom searchquery using CAML ona list which contains a URL field.The CAML query contains a WHERE clause on the URL field. What I have noticed is that when the URL field is used in the WHERE clause it does not return any results back. Maybe my CAML query is wrong??Any he 阅读全文
posted @ 2012-11-28 23:06 ilawrence 阅读(2046) 评论(0) 推荐(0)
Editing contents of a WSP (SharePoint)
摘要:Editing contents of a WSP(SharePoint)July 7, 2010When deploying a new SharePoint feature for a trial upgrade 2010 environment, I was striking a problem with the contents of the WSP.Inconsequential to this story, there was a SYSTEM.WEB.DLL file within the WSP – and SharePoint 2010 would not allow it 阅读全文
posted @ 2012-11-26 19:09 ilawrence 阅读(310) 评论(0) 推荐(0)
Insert multi user or more than one user in SharePoint list Person or Group field
摘要:Objective In this article, I am going to explain, how to insert multi user or more than one user in Share point list. About SharePoint list where value would be inserted There is a list called TestingUser.There is one column in list called UserTest. This column is of type Person or Group.Allow mult. 阅读全文
posted @ 2012-11-22 23:50 ilawrence 阅读(1760) 评论(0) 推荐(0)
SharePoint List Pagination using SPListItemCollectionPosition
摘要:SharePoint List Pagination using SPListItemCollectionPositionDescriptionThis article will show you how to apply paging with sorting on search grid which gets data from sharepoint list by using SPQuery and SPListItemCollectionPosition.Requirement:-I have search page which is divided in 2 part; Search 阅读全文
posted @ 2012-11-18 15:57 ilawrence 阅读(1589) 评论(2) 推荐(0)
Working with BeforeProperties and AfterProperties on SPItemEventReceiver
摘要:Working with BeforeProperties and AfterProperties on SPItemEventReceiverbyRandy Williamson9/18/2008 4:06 PMCategory:DevelopmentAs many of you know, event receivers are a great way to hook into various SharePoint events. These can apply to Feature events such as FeatureActivated, List events such as 阅读全文
posted @ 2012-11-14 15:15 ilawrence 阅读(175) 评论(0) 推荐(0)
Debugging Custom SharePoint Timer Jobs
摘要:IntroductionSharePoint timer jobs are tasks executed on a scheduled basis by the Windows SharePoint Services timer service (owstimer.exe). They are analogous to scheduled tasks, and you can create them in any version of Windows, but SharePoint timer jobs come with many more benefits. SharePoint reli 阅读全文
posted @ 2012-11-07 16:11 ilawrence 阅读(291) 评论(0) 推荐(0)
Developing custom field type for SharePoint 201
摘要:The ECM features of SharePoint 2010 are excellent. The best thing is the extendibility of the platform using SharePoint designer and Visual Studio. By default SharePoint includes field types such as Single line text, multi-line text etc. The following is the snapshot of the fields available in Share 阅读全文
posted @ 2012-11-06 13:24 ilawrence 阅读(308) 评论(0) 推荐(0)
The control is not available because you do not have the correct permissions
摘要:This is an issue that we faced recently in one of our sites where in only the admin user could see the sharepoint people picker control added on the page.For all the other users, the control was not visible and kept on giving the error: "The control is not available because you do not have the 阅读全文
posted @ 2012-11-02 14:22 ilawrence 阅读(277) 评论(0) 推荐(0)
Programmatically Upload a document with new Version to SharePoint List
摘要:Search SharePoint Legacy Versions - Development and Other Programming Forum Search All SharePoint Products and Technologies Forums Search All MSDN Forums Ask a questionTuesday, April 14, 2009 6:44 PMda.3vil.genius da.3vil.genius65 Points 2 0 0Recent AchievementsForums Answerer I First Marked Ans... 阅读全文
posted @ 2012-11-02 09:26 ilawrence 阅读(379) 评论(0) 推荐(0)
sharepoint column/view permission
摘要:http://www.sharepointboost.com/columnpermission.htmlHide or read-only columns in a listHide or read-only views in a listSet Permissions According to ConditionsHide columns in Alert Me email 阅读全文
posted @ 2012-11-01 11:15 ilawrence 阅读(146) 评论(0) 推荐(0)
SharePoint Security and Permission System Overview
摘要:SharePoint Permission and Security MechanismsFrom time to time, our customers ask us about how SharePoint security and permission features work, and how should they be utilized. In this post we try to walkthroughthe basic permission and security features of SharePoint. This post is not intended to b 阅读全文
posted @ 2012-10-31 16:45 ilawrence 阅读(674) 评论(0) 推荐(0)
PowerShell Advance Usage
摘要:高级用法:一、创建文件夹与子文件夹 先写一个创建文件夹的公用方法$url代表文件夹的路径(即:DocLib/XX/)$list代表对应的列表,$name 文件夹的名字return 的是一个文件夹对象,在下面的操作过程中会用到。# Add ItemFunction AddItemFolder($url,$list,$name){ Write-host ".............Starting create " $name " Folder,please waiting............." -foregroundcolor blue $folde 阅读全文
posted @ 2012-10-31 16:30 ilawrence 阅读(223) 评论(0) 推荐(0)
SharePoint2010 PowerShell backup restore deploy .WSP
摘要:backup# Check to ensure Microsoft.SharePoint.PowerShell is loaded$Snapin = get-PSSnapin | Where-Object {$_.Name -eq 'Microsoft.SharePoint.Powershell'}if($Snapin -eq $null){ Write-host "Loading SharePoint Powershell Snapin" Add-PSSnapin "Microsoft.SharePoint.Powershell"}$s 阅读全文
posted @ 2012-10-31 16:28 ilawrence 阅读(246) 评论(0) 推荐(0)
http://www.sympraxisconsulting.com/Demos/default.aspx spservice
摘要:http://www.sympraxisconsulting.com/Demos/default.aspxhttp://sympmarc.com/2012/10/15/spservices-getlistitems-generator-demo-page/ SPServices GetListItems Generator Demo Pagehttp://www.itidea.nl/index.php/jquery-spservice-get-list-guid/https://www.nothingbutsharepoint.com/sites/eusp/Pages/real-life-ex 阅读全文
posted @ 2012-10-30 15:02 ilawrence 阅读(136) 评论(0) 推荐(0)
Using jQuery and SPServices to Display List Items
摘要:Using jQuery and SPServices to Display List ItemsI had an interesting challenge recently that I turned to Marc Anderson’s wonderful SPServices project for. If you haven’t already seen or used SPServices, please do. It’s a jQuery library that does primarily two things. First, it wraps up all of the S 阅读全文
posted @ 2012-10-30 10:26 ilawrence 阅读(1089) 评论(0) 推荐(0)
difference between SPListItem.SystemUpdate and SPListItem.Update Method
摘要:http://www.codegain.com/articles/sharepoint/developmentprogramming/what-is-the-difference-between-splistitem-systemupdate-and-splistitem-update-method.aspxSPListItem.SystemUpdate:Updates the database(Sharepoint list) with changes that are made to the list item, without effecting changes in the Modif 阅读全文
posted @ 2012-10-29 22:56 ilawrence 阅读(234) 评论(0) 推荐(0)