Home Authors Posts by Miguel Isidoro

Miguel Isidoro

Miguel Isidoro
103 POSTS 78 COMMENTS
SharePoint & Microsoft 365 Tech Lead @ Create IT and tech enthusiast, focused on Microsoft technologies, specially everything that is related to SharePoint and Microsoft 365. Other topics of interest include: Solution Architecture design, Code Generation and Web Development.

Intelligent Security, Compliance and Privacy in Office 365 session at SharePoint...

0
Last Saturday, I delivered a session at the SharePoint Saturday event, that was for the first time held in Lisbon. My session was entitled "Intelligent Security,...

SharePoint Tunning Session

0
Last week I delivered a session at SharePoint Portuguese Community 36th event. My session was entitled SharePoint Tunning, focused on techniques used to improve the performance of a SharePoint farm....

Error “Value does not fall within the expected range” using SPFile.MoveTo...

1
Problem Recently, I caught the following error in a piece of code that was trying to move a document between two SharePoint document libraries inside...

SharePoint and “The form cannot be displayed in the browser because...

0
Problem Recently, a customer has created a new SharePoint environment and added an alternate access mapping (AAM) with the URL containing a “_” character (ex:...

SharePoint 2007 Workflow – Using the OnWorkflowItemDeleted activity

0
Introduction One of the most exciting features included in SharePoint 2007 is workflow support and the possibility of developing our own custom workflows...

SharePoint 2007 – Updating List Content Types Event Handlers on Site...

0
Introduction One of the areas where the SharePoint 2007 platform (both WSS 3.0 and MOSS 2007) still needs to improve is deployment despite...

SharePoint 2007 – Checking if a Workflow Instance is Completed

0
Introduction This blog post will show you how to check if a certain workflow instance is completed in a SharePoint list. In this example, let's...

InfoPath 2007 – Conditional SUM

0
This blog post will show you how to create an expression box in an InfoPath 2007 form whose value is based on the result...

SharePoint 2007 – New instances of this workflow template are currently...

0
When creating a new custom workflow project using Visual Studio 2008, a strong key file (.snk) file is automatically included in the project to...

SharePoint 2007 – Start a Workflow Programmatically

0
Introduction This blog post will show you how to start a workflow programmatically every time an item is updated in a SharePoint list. For those...