Follow Me

Workaround: Version comments not saved in SharePoint 2013

By Stefan Feenstra   /     Oct 31, 2013  /     Office 365, SharePoint 2013  /     1 Comment

Today I found a workaround for the bug I reported a few weeks ago: “Version comments not saved in SharePoint 2013“.

When you have one content type available in the library the version comments cannot be saved when you upload a new file. If you have more than one content type available the version comments can be saved in SharePoint.

Steps to add a content type to the library

  1. Go to the “Library Settings”
  2. Click on “Advanced settings”
  3. Change “Allow management of content types” to: “Yes” and save the settings.

  4. On the “Library Settings” page click on Add from existing site content types.

  5. Add a content type to the library e.g. ‘Basic page’ and save it again.
  6. Now try again to upload the file. Select a file. Fill in the version comments and click on OK.
  7. Click on “Save”
  8. Now when you view the library you will see the version comments you entered at step 6.
Continue Reading

Error sending emails to external users in SharePoint online (2013 experience)

By Stefan Feenstra   /     Oct 03, 2013  /     Office 365  /     0 Comment

In our Office 365 environment I tried to create a SharePoint Designer workflow to send an email to external users. The following error message is displayed in the workflow history: “HTTP BadRequest https://[tenant].sharepoint.com/sites/[sitecoll]/_vti_bin/client.svc/sp.utilities.utility.SendEmail”Unable to send emails external users

I created a new workflow and selected as platform type “SharePoint 2013 workflow”.

SP2013 -Unable to send email external3

It seems like in the new SharePoint Online 2013 workflow engine it is not possible anymore to send messages to unknown e-mail addresses. Microsoft suggested the following workaround: add the users as contact in Exchange. This has the following disadvantage: it takes +/- 3 days to show up in SharePoint.

Add contact in Exchange

Another workaround I found out is to recreate the workflow and select as platform type “SharePoint 2010 workflow” .

Unable to send emails external users

Add the email action to the workflow. And publish the new workflow to SharePoint.

SP2013 -Unable to send email external5

Start the workflow in SharePoint and now you will receive the email message.

SP2013 -Unable to send email external6

Continue Reading