• 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

Slow People Picker

We recently updated our AD configuration to include a 2-way trust with a number of other AD domains. Since the change our People Picker has been extremely slow (up to 3 minutes) and often timing out. Using the address book function was fine as a workaround but as soon as [...]

Read More

Move search index location

When you install SharePoint 2013 there is no option to change the default search index location (like the ULS log folder). If (like us) you keep your default c drive small and only allocated for installations it can cause some issues with size as the search index grows. Unfortunately there [...]

Read More

App with the same version and product ID

This error usually comes up when you install and uninstall an App more than once on SharePoint 2013. There are some solutions online that relates to SharePoint Online and updating manifest files when developing your OWN apps. In our case this was a 3rd party app which caused the issue. [...]

Read More