Create Charts in Sharepoint 2013
Hi, I know that in Sharepoint 2013 there is no supporting of WebPart for Charts so there is another out of box way of doing this where I can user Sharepoint list and built based on it any chart? Thanx...
View ArticleCreating chart from web part sharepoint 2013 online
hello, my name is peter and i know to solve the problem with creating charts from web part . i am familiar with excell services, but it doesnt solve my problem because it is not taking data from web...
View ArticleThrotthing limit Odata Service Connector...
i use the cmdlet to configure Throttiling for OData with TrhottleType Size and Metadata.I also update all throttling Size, Metadatasize and Modelsize for all Scope available Global | Database |...
View ArticleRetrieve Wiki WebPart ID Property through CSOM
I currently have a wiki page with content as well as several script editor web parts spaced throughout. I am attempting to get all content from the wiki page in order throught the SharePoint CSOM. When...
View ArticleSharePoint 2013 Designer Workflow Xoml file path
Hi Everyone,Where can I find .XOML file for SharePoint 2013 Designer Workflow.I have craeted new workflow for list but i am not able to find .XOML file for that designer workflow.Thanks a lot for your...
View ArticleWorkflow Manager 1.0 and publishing workflow definitions
Hi I've deployed a workflow definition to my site (exported it from an other, but very similar subsite. Both sites are created from my project web template).The workflow is created in SharePoin...
View ArticleHiding Ribbon Buttons if a user does NOT have specific permissions on O365
Hi,I'm trying to hide the "export to excel" / "open with explorer" buttons in the UI Ribbon for all users EXCEPT for those in a designated sharepoint group.I can hide for all with the following...
View ArticleBlobCache in Sharepoint 2013 Foundation.
Hello Guys,I needs to enable blob cache settings on my sharepoint foundation 2013 edition. I am referring the following link to enable blob cache...
View ArticleSharepoint 2013, event receiver to rename files not working
I coded an event receiver (ItemAdding) that renames for example a .txt file to a .text file (it does not matter the extensions, it is just an example). In my code what I do is to an SPFile.MoveTo...
View ArticleDesign Manager does not render SharePoint Master Page correctly
I have created a simple page from which I want to create a Master Page using Design Manager. The HTML page is:<!DOCTYPE html><html lang="en"> <head> <link href="MyCss.css"...
View ArticleSharePoint 2013 "new item" link bug
I am having a problem with "new item" link in SharePoint 2013 lists. A month ago client found that when they are inlist page (AllItems.aspx) with additional document library webpart at the bottom, they...
View ArticleSPServiceApplication.Properties.count is always 0 while accessing service...
i am trying to get database name and server details of service application(SPServiceApplication)Basically i need to get properties of Service applications pro-grammatically.Which we can find on...
View ArticleCreate Site Collection based on Custom Site Template
Hi,I have created a site collection where I have activated few publishing features and PowerPivot related features for BI using below link....
View Articleunable to create a custom WCF RESTful service in sp 2013
i am trying to create a restful service, in sp 2013 with vs 2012http://www.sharepointpals.com/post/Step-by-Step-Procedures-to-create-a-WCF-Service-Application-for-SharePoint-2013base don the above...
View ArticleEditForm url is not correct .Possible SharePoint bug.
Hello I have asset library, In this asset library I have custom content type. This custom content type has EditFormUrl.(copy from out of the box page) But when page EditFormUrl opens error throws,...
View ArticleUpload File or BLOB using REST API - undefined
Hi,I am trying to upload a BLOB to SharePoint 2013 using REST API. Though it uploads successfully, if I open the file, it says "undefined". I have been readingthat BLOB can be read same as FILE so I...
View ArticleHow to do multiple caml query?
Hi All,I would like to have two caml query in below code:var siteUrl = '/sites/MySiteCollection'; function retrieveListItems() { var clientContext = new SP.ClientContext(siteUrl); var oList =...
View ArticleHow to create Page Layout and associate with different Master Pages
Hi All,I am working on a SharePoint Online 2013 external site (publishing portal template), there is a need to create a page layout and associate it with a different Master page, I have created the 2nd...
View ArticleError @ :: Microsoft.SharePoint.Client.File.OpenBinaryDirect :: the property...
I am trying to download a document from SharePoint online using claims authentication. I could successfully get the context and able to view the list and list items. when I tryFileInformationfInfo =...
View ArticleProgrammatically created calendar view does not appear on view selector menu
Hi!I'm using the following code to create a calendar view for a list:using (var site = new SPSite("http://localhost")) { var viewFields = new System.Collections.Specialized.StringCollection {...
View Article