Wednesday, October 10, 2012

Branding Master Page SharePoint 2010 - center fix contents


Remove scroll="no" from body tag

body
{
overflow:auto !important;
}
/* start : make ribbon fix and keep in center*/
#s4-ribbonrow
{
width:1003px !important;
margin:auto !important;
float:none;
height:100% !important;
}
#s4-ribboncont
{
background-color:rgb(33, 55, 76) !important;
z-index:1000;
width:1003px;
}
/* end : make ribbon fix and keep in center*/
#s4-bodyContainer, #s4-statusbarcontainer, #s4-mainarea
{
width:1003px;
margin:auto;
float:none !important;
}
.s4-ca {
margin-left:0px !important;
}
body #s4-workspace {
left:0;
overflow:visible;
position:relative;
}

html.ms-dialog body #s4-workspace {
overflow-x:auto;
overflow-y:scroll;
}

Tuesday, September 25, 2012

MOSS 2007 Sequential WorkFlow Findings / Errors / Challenges

Sharepoint 2007 Workflow – Failed on start (retrying)
change service account as Administrator for application pool from Admin Settings 

To update task list columns values on createTask1_MethodInvoking use TaskProperties.ExtendedProperties["OffsiteParticipant"]

onTaskChanged1_Invoked
AfterProperties.ExtendedProperties["TaskStatus"]  as string == "#" - Task Approved
AfterProperties.ExtendedProperties["TaskStatus"]  as string == "@" - Task reejcted
onTaskChanged1.AfterProperties.ExtendedProperties["Comments"] - Get Approvers Comments

Always use separate task token for task than Workflow token, also use separate task token if generating second task

Workflow task: Value does not fall within the expected range
 1)  approver should have Contributor permission on tasklistitem
 2)  approver should have Read permission on workflowItem (user web.ensureuser to add user to site if doc lib inherit permission from parent web)


Thursday, August 30, 2012

Project Tracker - Bug Tracker - Ticket Management tools and server

ScrumeMe is a simple way to manage your projects.
http://scrumme.contactt.com.br

JIRA is an issue and project tracker for teams building great software.
http://www.atlassian.com

TFS is the collaboration platform at the core of Microsoft's application lifecycle management solution.
http://msdn.microsoft.com/en-us/vstudio/ff637362.aspx

Or go for a Ticket management System :)


Saturday, March 3, 2012

SharePoint stores and maintains a user information profile for authenticated users at the site collection level


SharePoint stores and maintains a user information profile for authenticated users at the site collection level

_catalogs/users/simple.aspx