This update contains the following improvements in SharePoint
Server 2016:
This update fixes the following issues in SharePoint Server 2016:
- When you try to open InfoPath Filler forms from a SharePoint forms
library, InfoPath Filler doesn't open the forms; instead you are prompted with an
Internet Explorer dialog box to select Open/Save/Save as.
- When Document ID feature is active, if you export and then import
the site collection, a "date out of range" exception occurs.
- Fixes the issue that users can't use custom managed properties to sort the search query result.
- When you send email messages with
multiple attachments that have a same attachment name, the email messages are
deleted and aren't saved in a list.
- When you open a lookup column's link
in a new window or new tab, you receive a "404 Not Found" error.
- When a web application uses Default Configuration to configure
SAML-based claims authentication with Active Directory Federation Services
(ADFS) and the people picker account resolution, users from an external trusted
domain experience the following issues:
- They
are unable to log on to a site.
- They
can't be resolved by People Picker if they are set up by using ADFS with
"Email" as the identity claim.
This update fixes the above issues. To enable this fix, run the
following commands:
$wa = Get-SPWebApplication <web
app url>
$wa.PeoplePickerSettings.NoUpnResolveWhenResolvingEmailAddress =
$true;
$wa.Update();
- Previewing
Master Page crashes because of a null reference exception.
- SharePoint
doesn't honor group memberships for users from trusted domains. This results in
access denied errors to resources to which they should have access.
This update contains the following improvement and fix in Project
Server 2016:
- Adds the ProjectLastPublishedDate
field to Project Server OData Projects entity so you can, for example, do a REST call to get a
project's last published data.
- You are unable to update and clear local Duration and Outline Code field lookup values through the client-side object model (CSOM).