Thursday, December 29, 2011

Content Types Event Receivers

http://pietersveenstra.wordpress.com/2011/12/12/removing-multiple-event-handlers-from-content-type-or-list/

http://charliedigital.com/2010/10/06/programmatically-adding-an-event-receiver-to-a-content-type/


http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/ffc35fd4-2b26-4e56-a924-a3b9d9e25e6b

Tuesday, December 27, 2011

Search Center Links

http://www.businessintelligencetoday.com/1/post/2011/4/setting-up-a-search-center-in-sharepoint-2010.html




http://www.sharepoint911.com/blogs/john/archive/2011/06/10/using-tabs-in-the-enterprise-search-center-in-sharepoint-server-2010.aspx



http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/897c6a75-3a8f-4a86-9621-195b9d6fafbe

Workflow Codes

Workflow status codes (used for view filter)



Here is the list of the status codes used to maintain the workflow statuses. This list might be useful when anyone creates a view based on workflow status. If you are creating a view for a list filtered by the workflow status, you would need use the number rather than the words (e.g. 2 instead of In Progress, 4 instead of Cancelled etc)



Status Value

Not Started 0

Failed on Start 1

In Progress 2

Error Occurred 3

Canceled 4

Completed 5

Failed on Start (retrying) 6

Error Occurred (retrying) 7

Canceled 15

Approved 16

Rejected 17

Friday, February 18, 2011

Infopath Code Signing Certificate

Blog with step by step instructions: http://www.cnblogs.com/chenchaospr/archive/2008/04/10/1146686.html




The below link for setting up Enterprise Root Certificate:

http://technet.microsoft.com/en-us/library/cc700804.aspx

Friday, December 17, 2010

Installing Visual Studio Tools for Applications for Infopath 2010

Installing Visual Studio Tools for Applications


Visual Studio Tools for Applications (VSTA) is an optional installation component available in Microsoft Office 2010 setup. To install VSTA:



1.Launch Office 2010 setup from your Office 2010 installation media or from the Control Panel Programs and Features application.

2.If you’re installing a new copy of Office 2010, click the Customize button in the installer. If you’ve already installed Office 2010, choose the Add or Remove Features radio button in the installer.

3.Set the Visual Studio Tools for Applications option to Run from My Computer and continue through the setup wizard.

Tuesday, December 14, 2010

Most annoying thing - Prompts for credentials a bunch of times...

The below was found by my friend Chris Weinert... Here is the solution in his own words....
On Windows 7 (Sysmex domain), when you open a Visio document from SharePoint, do you get prompted for credentials a bunch of times? Does the document open even if you cancel out of the dialogs?


Yes, and Yes, right?



I’ve been looking for this issue since late 2008 when still using Vista. Regular files open up fine, but some Office documents prompt for credentials.

Vista/Win7 behave differently than XP with the way they (and Office) interact with SharePoint.



I finally found a solution on a TechNet forum.

Add this registry setting:







And then restart the WebClient service on your local machine:









Open up a Visio diagram, or one of the HR New Hire/Term forms (InfoPath)….no more prompts!!

Enjoy.

-C

Monday, December 13, 2010

Creating WSDl files for Sharepoint deployment

Create Directory -
Copy SPDev.exe
Copy asmx file there.
Run the SPDev.exe using below command
SPDev.exe -o GenWS -url Sitecollectionurl -asmx My.asmx
Copy the Disco and WSDl files in ISAPI folder along with asmx...
 and you are good to go.