Microsoft Premier Field Engineer - SharePoint
All posts are provided "AS IS" with no warranties, and confers no rights.
How To: A custom workflow(Approval) to send the notification emails with custom message appended at the end
task.createWssTask_TaskProperties1.EmailBody = @"<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML...
Author: -Tejas Date: 12/25/2008
Code snippet : Rollup tasks list from sub-sites to the parent site
string strSite = "https://terminator:2004/sites/t2";...
Author: -Tejas Date: 12/25/2008
How to: Add a column in search results page
Add a column in document library(exp. tjcolumn) Add an item in this document library and fill in the...
Author: -Tejas Date: 11/20/2008
Resolution: MOSS: This Page has been modified since you opened it. You must open the page again.
Behavior/Symptoms: Whenever user tries to add a web part to the page, he gets the following error...
Author: -Tejas Date: 06/19/2008
Resolution: MOSS: Event handler being called twice on an imported list template
Behavior/Symptoms: I registered an event handler with a (custom) content type and then added this...
Author: -Tejas Date: 06/19/2008
Resolution: MOSS: Custom document library doesn't display metadata with more than one content type
Behavior/Symptoms: If you add more than one content type to a custom (programmatically created)...
Author: -Tejas Date: 06/19/2008
Resolution: MOSS: Cannot execute multiple tasks in workflow
Behavior/Symptoms: MOSS: Cannot execute multiple tasks in workflow when user tried to modify the...
Author: -Tejas Date: 06/19/2008
How To : Work with RunWithElevatedPrivileges
Problem: If the code is not set inside RunWithElevatedPrivileges then you may get following errors...
Author: -Tejas Date: 06/19/2008
How To: Work around OnTaskCreated activity to get TaskId
Behavior/Symptoms: OnTaskCreated activity was used to get taskid after executing createtask activity...
Author: -Tejas Date: 04/10/2008
SharePoint OM APIs to get/set 'Information Management Policy Settings'
How To: SharePoint 2007 has settings under "Information Management Policy Settings" for...
Author: -Tejas Date: 04/03/2008
Code snippet: Copy list data between sites programmatically
private void button1_Click(object sender, EventArgs e)...
Author: -Tejas Date: 11/12/2007
How To: MOSS: Work with RunWithElevatedPrivileges
BEHAVIOR/SYMPTOMS: ==================== if the code is not set inside RnWithElevatedPrivileges then...
Author: -Tejas Date: 10/18/2007
How To: Add/remove the action from EditControlBlock(ECB)
1. Make a copy of the LAYOUTS folder from “…\12\TEMPLATE\” . 2. ...
Author: -Tejas Date: 10/09/2007
How To: Steps to create web services in MOSS 2007
I followed the article https://msdn2.microsoft.com/en-us/library/ms464040.aspx but still I had to do...
Author: -Tejas Date: 07/18/2007