williamvanstrien.blogspot.com
Thoughts on SharePoint Development: Convert Excel file into Excel Services compliant variant
http://williamvanstrien.blogspot.com/2015/07/convert-excel-file-into-excel-services.html
Thoughts on SharePoint Development. My professional but personal ideas, thoughts, experiences and opinions wrt SharePoint custom development. Wednesday, July 22, 2015. Convert Excel file into Excel Services compliant variant. Excel Services does not support the entire Excel feature set. A.o following aspects are not supported:. External Links, to external workbooks. Formula) Names that refer to external workbooks,. Space(s) in name of worksheet connected as Range Name. 0 Then nm.Delete End If Next En...
williamvanstrien.blogspot.com
Thoughts on SharePoint Development: Tabbed view on document library
http://williamvanstrien.blogspot.com/2015/07/tabbed-view-on-document-library.html
Thoughts on SharePoint Development. My professional but personal ideas, thoughts, experiences and opinions wrt SharePoint custom development. Sunday, July 12, 2015. Tabbed view on document library. The ‘group by’ native functionality of XsltListViewWebPart is convenient to present a classified view on the contents of a SharePoint List / Library. Requirement of one of our departments is to go beyond that, and provide a tabbed view on the document library: a tab per month per year. Reuse XsltListViewWebPar...
williamvanstrien.blogspot.com
Thoughts on SharePoint Development: March 2015
http://williamvanstrien.blogspot.com/2015_03_01_archive.html
Thoughts on SharePoint Development. My professional but personal ideas, thoughts, experiences and opinions wrt SharePoint custom development. Sunday, March 29, 2015. Anonymous access of SharePoint content in authenticated SharePoint context. Sunday, March 22, 2015. SharePoint App-Model NTLM results in more 401’s. Upon monitoring the http transfer in Fiddler, I notice a lot of 401’s. My reasoning on what causes this is the following:. The browser in parallel requests resources at the webserver over multip...
williamvanstrien.blogspot.com
Thoughts on SharePoint Development: May 2015
http://williamvanstrien.blogspot.com/2015_05_01_archive.html
Thoughts on SharePoint Development. My professional but personal ideas, thoughts, experiences and opinions wrt SharePoint custom development. Tuesday, May 19, 2015. Beware: BLOB cache may miss modifications via SPD. There are 2 alternative approaches to manually ( not via a SharePoint solution. Update content resources (.css, .js, page layouts, masterpage) that are provisioned in a SharePoint library. Via the browser:. Wednesday, May 13, 2015. Takeaways from SharePoint YamJam. For NextGen Portal experien...
williamvanstrien.blogspot.com
Thoughts on SharePoint Development: Excel SaveAs to SharePoint failing due required document library properties
http://williamvanstrien.blogspot.com/2015/07/excel-saveas-to-sharepoint-failing-due.html
Thoughts on SharePoint Development. My professional but personal ideas, thoughts, experiences and opinions wrt SharePoint custom development. Friday, July 24, 2015. Excel SaveAs to SharePoint failing due required document library properties. In a business process we publish a snapshot from Excel workbook to SharePoint. The VBA code for this is simple: ActiveWorkbook.SaveAs " url of document library ' and ActiveWorkbook.Name, FileFormat:=xlOpenXMLWorkbookMacroEnabled. Subscribe to: Post Comments (Atom).
williamvanstrien.blogspot.com
Thoughts on SharePoint Development: April 2015
http://williamvanstrien.blogspot.com/2015_04_01_archive.html
Thoughts on SharePoint Development. My professional but personal ideas, thoughts, experiences and opinions wrt SharePoint custom development. Friday, April 17, 2015. CQWP, PictureLibrary and Blobcache. This also has several performance ramifications:. On client, network server side:. Solution is to modify the CQWP configuration to retrieve and display the actual image. This comprises of 2 parts:. And you need to modify the ‘CommonViewFields’ specification of CQWP instance, to also include ...On the ho...
williamvanstrien.blogspot.com
Thoughts on SharePoint Development: December 2014
http://williamvanstrien.blogspot.com/2014_12_01_archive.html
Thoughts on SharePoint Development. My professional but personal ideas, thoughts, experiences and opinions wrt SharePoint custom development. Saturday, December 27, 2014. Conceptual approach for exposing external SAP systems into SharePoint channel. Rough outline of approach. Establish the reference solution architecture for integrating SAP business process handling into SharePoint front-end / UI. Establish the SOLL situation. Determine the IST-SOLL gap. Apply a layered architecture. Per specific scenari...
williamvanstrien.blogspot.com
Thoughts on SharePoint Development: Beware: BLOB cache may miss modifications via SPD
http://williamvanstrien.blogspot.com/2015/05/beware-blob-cache-may-miss.html
Thoughts on SharePoint Development. My professional but personal ideas, thoughts, experiences and opinions wrt SharePoint custom development. Tuesday, May 19, 2015. Beware: BLOB cache may miss modifications via SPD. There are 2 alternative approaches to manually ( not via a SharePoint solution. Update content resources (.css, .js, page layouts, masterpage) that are provisioned in a SharePoint library. Via the browser:. Subscribe to: Post Comments (Atom). View my complete profile. Duet Enterprise Team blog.
williamvanstrien.blogspot.com
Thoughts on SharePoint Development: November 2014
http://williamvanstrien.blogspot.com/2014_11_01_archive.html
Thoughts on SharePoint Development. My professional but personal ideas, thoughts, experiences and opinions wrt SharePoint custom development. Saturday, November 15, 2014. Rolling out Nov 2014 CU for SP2013 broke Enterprise Search. Against better judgement, I tried this week to install the November 2014 Cumulative Update for SharePoint 2013 almost immediately when it was announced. Additional information: The HTTP request was forbidden with client authentication scheme 'Anonymous'. SharePoint Search Appli...