Category: CodeProject
-
Office 365 Video & Office 365 APIs
SharePointers & Other O365 Folks, Recently MSFT has released its video streaming service for Office 365, that is basically an intranet site for video portal . Just for curiosity, I tried available preview version from my Office 365 and happily created multiple channels and uploaded videos into it. I liked it very much because this can be…
-
SharePoint 2013 – Product level issue(s) as on MARCH 2013 CU, SP1, MAY 2014 CU , JULY 2014 CU & September 2014 CU
Sharepointers, Recently, I have been haunted(/haunting) with few SharePoint 2013 CU / hotfix issues. No idea why MSFT release bugs along with updates 🙂 , Kidding…!. So lets start with these bugs / issues , reproduction & fixes available etc. Issue #1 : User Context is redirected to Pages Library root while user tries to create …
-
Translating Text (NOT regular files & sites) using SharePoint 2013 Machine Translation Service Application
Sharepointers, Recently I came across a very simple requirement from our customer to create a ‘Plain text translation utility Webpart’ on our SharePoint 2013 portal. Presently we have components related to document translation, which is sole purpose of SP 2013 Machine Translation Service (MTS) Application.By default, all object models functionality of MTS on SharePoint 2013…
-
Formatting Date, Number Data on BCS OOB Business Data List Webpart
SharePointers, Recently I came across an interesting issue/requirement with our Business Data List WebPart. The issue is “Data fetched from an External datasource via BCS (External Content Type) need to be displayed on OOB Business DataList Webpart with proper formatting and sorting”. Here, By formatting it means that numbers should be displayed like XXX,XXX or…
-
Organization/Hierarchy Chart on SharePoint (using jquery, Javascipt-CSOM)
Hi developers, This time I have a very interesting stuff for you guys. Few days back I got a tricky requirement from one of my customers , its about populating their organizational structure dynamically on their SharePoint Intranet site without any server side components /Code. Means – there will be a SharePoint list from where…
-
Custom XML mapping of content control in a SharePoint Document Library Template
Hi Developers, After a long time ( was in a busy schedule of establishing family after my marriage 🙂 ) I thought I will post this article for setting the XML mapping of content control in a Word document template for SharePoint Document Library. To be frank, in most of the cases we are /…
-
When or How to Use Run With Elevated Privileges (RWEP) in SharePoint
The scope of this article is to explain the usage of RunWithElevatedPrivileges() [RWEP] – a method for security elevation for custom SharePoint components. “The RWEP method enables you to supply a delegate that runs a subset of code in the context of an account with higher privileges than the current user”, this is the definition…
-
Multiple listing controls with a single datasource – InfoPath
The scope of this article is to explain how to populate multiple InfoPath listing controls like a Drop-Down List and a List Box with only one datasource. The scenario can be like this: Assume we have 2 to 3 SharePoint lists with data on our SharePoint site and we have some listing controls on our…
-
Html Editor Control for SharePoint Web parts
Hello SharePoint Developers, This time i have a simple stuff on SharePoint , it is regarding the rich text editor control on SharePoint. During our custom webpart developement if we want a HTML Editor/rich text editor on our webpart, we can utilize InputFormTextBox Class of the SharePoint Object Model. Please read my article regarding InputFormTextBox on…