This is a list of all custom solutions I have published on this blog over time. These solutions are generic and intend to fill particular gaps in SharePoint and CRM. They are ready-to-go, so download, deploy, test and enjoy.
If you have some ideas you would like implemented then just drop me a line. If time permits and it’s challenging/interesting enough I might just develop it :D.
Enhancing Quick Find in CRM with configurable custom query language | ![]() |
SPClientSideDeployment: Productivity Visual Studio extension for SharePoint developers | ![]() For SharePoint developers. Visual Studio extension that uses CSOM to quickly deploy files to SharePoint libraries. Also generates PowerShell deployment package for file promotion to non-development environments. |
CRMQuickDeploy: Productivity Visual Studio extension for CRM developers | ![]() For CRM developers. Visual Studio extension that quickly deploys web resources, ribbon diff, assemblies and CRM/Adxstudio Portal artefacts to CRM. Also has keyboard shortcuts for attaching debugger to CRM processes. |
Walkthrough: Custom field type for uploading and displaying images in SharePoint 2010 lists | ![]() |
Adding Browse button to pick a document when creating Link to a Document | ![]() |
Custom Ribbon buttons to bulk publish, approve/reject, cancel approval and unpublish multiple items | ![]() For SharePoint 2010 and 2013. Four ribbon buttons to enable intuitive bulk publish, approve/reject, cancel approval and unpublish of documents and pages. |
Cache Monitor: Now you can force that cache item to refresh! | ![]() |
Adding Enter and ESC default keys to SharePoint list forms | ![]() |
Posting blog comments as original author of blog post in SharePoint 2010 | ![]() |
I am wondering if you know how to make Web Parts collapsible in SharePoint 2013?
Hi Patrick, I just had a look and the checkbox to select the web part and show the context menu is not visible for me (even when I’m an admin user) when the page is in read mode in SP2013. Is this what you are referring to? If so, I have not noticed this before and am not sure of the cause. I have asked the question on Twitter, I’ll let you know if I have some answers.
If you were referring to implementing some kind of customisation to achieve this, then you could look at using jQuery, e.g. http://www.lifeinsharepoint.co.uk/2011/12/27/quick-tip-jquery-collapsable-webparts-sharepoint-2010/. The code in that link will need some adapting though as it is for 2010 and not 2013.
Hi
Looking for options to render enttyform using javascript, can we do this in dynamics portal?
Please check out this post, it may meet your need: https://bernado-nguyen-hoan.com/2018/06/06/loading-entity-form-dynamically-from-javascript-in-crm-portal/