26 reputation
5
bio website martinhatch.com
location London, United Kingdom
age 32
visits member for 3 months
seen May 17 at 9:43
stats profile views 2

SharePoint Solution Architect (consultant, developer and evangelist)


May
17
awarded  Editor
May
17
revised Check “indirect” group membership using .NET Managed Client Object Model
Added specific reference to "indirect" membership to make it more clear
May
17
asked Check “indirect” group membership using .NET Managed Client Object Model
May
16
answered Exception “The SPListItem being updated was not retrieved with all taxonomy fields.” at changing TaxonomyField value
May
15
awarded  Commentator
May
15
comment Taxonomy Field provisioned from Feature is not being crawled by Search
I have found the "solution" .. the hidden note field needed to have the exact internal name of <Taxonomyfield>TaxHTField0. For example a Taxonomy Field of "MyCustomField" would have a hidden note field of "MyCustomFieldTaxHTField0" .. my main problem now is .. how to change all of the existing fields?
May
14
asked Taxonomy Field provisioned from Feature is not being crawled by Search
Apr
10
comment Enterprise wiki site collection Users privileges in sharepoint 2013
Site Contents - Add Sub site.. Select the "Enterprise Wiki" (in the "Publishing" category) as the selected site template.
Apr
10
answered Conditional packaging into WSP file?
Apr
10
comment Conditional packaging into WSP file?
Agreed .. maybe not suitable for a dev environment (although it would work for automated builds)
Apr
9
awarded  Teacher
Apr
9
answered Conditional packaging into WSP file?
Apr
9
answered Enterprise wiki site collection Users privileges in sharepoint 2013
Apr
8
comment How can I authenticate SharePoint REST calls from JavaScript?
Also the ODataAuthenticator class referenced in that sample is part of the SharePoint SDK for Windows Phone .. so how it would execute on iPhone / Droid is confusing at best
Apr
8
comment How can I authenticate SharePoint REST calls from JavaScript?
Those all include C# code (which you can't execute on an iPhone / Android device). I was thinking of building a Web Service to generate the cookie using OAuthenticator .. but apparently the cookie is URL based so the JavaScript page needs to be on the same URL as the Web Service (again .. not going to happen)
Apr
5
asked How can I authenticate SharePoint REST calls from JavaScript?
Feb
6
awarded  Tumbleweed
Feb
5
comment How can I control formatting of a Property Mapping in a Content by Search Web Part? (SP2013)
This is where I get stuck .. the indexed Mapped Property Author just returns the display name of the person .. nothing else... Guess I'll have to look if there are any hidden fields I can index or something ..
Feb
5
comment How can I control formatting of a Property Mapping in a Content by Search Web Part? (SP2013)
how do I get the User ID from the "Display Name" that the search web part returns?
Feb
5
comment How can I control formatting of a Property Mapping in a Content by Search Web Part? (SP2013)
.. and lets just hope you don't have two "John Smith" or "Jane Doe" in your profile database .. ?