Archive for the ‘SharePoint 2007’ Category

How to get a featured form ID in InfoPath Form

Saturday, July 23rd, 2011 in InfoPath Forms, SharePoint 2007, SharePoint 2010.
Tags: , , , , ,

No Comments »

The scenario is very common: You create a new form template and want to use the ID of the form as part of the form name.

But there is a catch here – the ID doesn’t exist until you will submit the form to the SharePoint library…

Here is a very simple way to calculate the feature ID of your form in the SharePoint Library.

(more…)

Slideshow from Picture library anywhere

Wednesday, June 29th, 2011 in SharePoint 2007, SharePoint 2010.
Tags: , , ,

2 Comments »

A couple of days ago I was asked to prepare a small slideshow of the company pictures. I’m really not a big fan of the “This week in pictures” web part but I had no choice because of the last minute request (as usuallyJ).

So I checked out the original Slideshow page that comes out of the box with Picture library.

And it was pretty nice, I have to say. And guess what? You can actually change the slideshow that appears when you click the “This week in pictures” slideshow button!

Here are a couple of tips how to improve the default slideshow and redesign this page:

(more…)

SPD Workflow – the e-mail message cannot be sent

Thursday, June 16th, 2011 in SharePoint 2007, SharePoint Designer 2007.

No Comments »

Today I met a very strange issue. In company portal every time that user tried to run workflow that just send an e-mail to SharePoint group the workflow had been stopped immediately with status “Stopped” and error message:

 

The e-mail message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly.

 

But in the strange way all users that was set as Site Collection Administrators run this workflow without any problem. Strange, the issue is definitely not in the outgoing e-mail settings…

After I tried to give end users every possible permission level (even Full Control) without any luck I finally checked the settings of the SharePoint group that I’m trying to send e-mail to. I saw that the “Who can view the membership of this group” is set to “Group Members”. That’s It! In this case any other user can’t see who is the member of the group so he can’t send they an e-mail. And because the workflow always run with the end user permissions the e-mail cannot be sent via workflow.

So after I changed the configuration and checked the “Everyone” option for “Who can view the membership of this group” my issue is gone.