• Our Office
  • 12 Alpine Close Lakefield Benoni 1501

Lists.UpdateListItems and Person Field

The Lists.asmx web service enables you to CRUD items on a SharePoint list (https://msdn.microsoft.com/en-us/library/lists.lists.updatelistitems(v=office.12).aspx) The default options for the person field however does not work e.g: i:0#.w|domain\username Display Name domain\username Email To make it work pass one of the following: Single user = [ID];#[Person] Multi user = [ID];#[Person];#[ID];#[Person];#[ID];#[Person];# -1;#Display Name [...]

Read More

SharePoint App Disappearing

We have been developing a SharePoint 2016 on-premise which we deployed quite a few times to work through some bugs and issues. Every time you publish a new version you need to delete the App from the sites and re-add it to the page where you want to use it. [...]

Read More

SharePoint REST API

Had some issues before using the SharePoint REST API, well, actually using the jquery implementations. Been struggling with the basics to get user profile properties. Some methods and examples suggest you get the PeopleManager class, pass the user (which then differs from onsite to O365). If you are just after [...]

Read More

Everything is fine

Everything is fine, but we had a small problem getting your license. Please go back to the SharePoint Store to get this app again and you won’t be charged for it. Still not quite sure what cause this be best fix so far below: Try in other browser Try inPrivate [...]

Read More

Configure incoming e-mail settings missing

So busy setting up new SharePoint 2016 environment and needed to configure the incoming e-mail settings but I can only see the link in Central Admin for the outgoing e-mails. Seems there are some strange security issues with Central Administration which prevents some links from displaying (even if you login [...]

Read More