Changing Toolbar Type to Freeform Removes Tabular
In the schema.xml file of my list definition, I've changed the toolbar type to 'FormField' and have created my own xsl template which copies the 'FreeForm' template. When I do this, it removes the...
View ArticleAdding a file to a document library while overriding created_by property
As a requirement of our application, we add files with other file's properties within document libraries using the following method: private static SPFile AddFile(SPListItem item, Stream stream,...
View Articlecreate new site collection with new master page programmaticlly.
Hi,I want to create new site collection and i want include a new master page and apply for the newly created site collection, how to achieve this.Thanks,-Sendil
View ArticleSharePoint Rest Service
Hello All,Can you please let me know step by step proecdure on how to create , build and host a Sharepoint 2013 REST Service?i also want to perform some crude operations on list, files and folders like...
View Articlehow to define home page for each group of user???
i have help disk site collection, which have 3 group of users (support,end users,it manager), i want home page for each group when the user enter to the site, after the log in, he will navigate to his...
View ArticleBackground Job appears to be linked to previous host machine
I have developed a background job, which was working. I have moved my whole development environment to a new machine, and now the background task is failing.The Error message says 'The Web application...
View ArticleAdd .aspx.cs file to Sharepoint
Hi,I've been given a file, filename.aspx.cs, that will dynamically generate a url with the appropriate parameters along with a .aspx file. I need to place these in my SharePoint site. I only know...
View ArticleHow to add tab control in the custom New Form
Hi All,I have two questionsHow can I add the tab control to the custom forms such as New/Edit/View, either using InfoPath form or ASP.NETOnce tab added how to navigate between tabs without refreshing...
View ArticleHow to change the Master Page for all Site Collections in SharePoint 2013?
Hello,I need to apply new Master Page for all (>100) Site Collections in one Web Application in SharePoint 2013 Server. Is it possible? How to do that?
View Article'~masterurl/custom.master' is not a valid master page
Hello,We have pages which inherit Microsoft.SharePoint.WebPartPages.WebPartPage, in the publishing feature built-in Pages document library. We have our custom master page (more precisely, one that is...
View ArticleWorkflow Manager 1.0-SharePoint 2013
Hi I need to know, 1. Under What scenarios Workflow Manager 1.0 is used? 2. What are the Pros & Cons in Workflow Manager 1.0 3. How it will be used in SharePoint...
View ArticleHow to create custom filter web part with two or more filters
Hi,I want to create a custom filter web part with two or more filters. This web part will use to filter the data in another web part such as list view web part using web part connections. I don't want...
View ArticleNavigation settings from onet.xml
Hi all We use custom web templates to provision SharePoint sites. I need to fix the navigation settings in the onet.xml so the checkbox of "Show pages" will be checked for Global Navigation, but not...
View ArticleExtend Web Application
Hi, We have a requirement to develop a Portal facing intranet as well as internet. Not all users logging in from internet have AD accounts. So we will have to implement mixed or multi authentication...
View ArticleRSS Viewer in Sharepoint 2013.
Hi,How to get Rss Feeds in SharePoint 2013 site from a external blog. I don't see RSSViewer webpart in sharepoint 2013.Thanks,M.M
View ArticleChecking if Field is available with CSOM
Hi,Is there a way to check on a ListItem whether a field/column is available? I know about the ListItem.IsPropertyAvailable method but it doesn't work with fields of the list item. So...
View ArticlePromoted Links - add rows
Hi,I really need to be able to split out my promoted links by rows.I found this blog/guide buy I'm a newbie and don't understand how to add a 'jquery' or what that even means.Here's the link maybe...
View ArticleJavascript to Filter a View based on a value in the List column
I have a sharepoint 2013 announcements list with a custom column for 'category'. This is all within a visual studio 2012 project for an app.I would like to create a view based on a single category....
View ArticleRestful External Web Service Call
I have a restful web service that I am trying to call that returns an memorystream of an image. Now when I call this restful web service outside of SharePoint it returns the image just fine. When I'm...
View ArticleRemove an item from SPFieldLookupValueCollection
I have a multilookup column "Employee". i wanted to remove one value from the column if some specific condtion is true. Below is the code: public override void ItemUpdated(SPItemEventProperties...
View Article