OneNote into Sharepoint
Just recently discovered OneNote. We would like to use OneNote to record certain notes store them Sharepoint. However we do not want to ship out OneNote clients to all our users; indeed we do not have...
View ArticleHelp needed architecting a SharePoint application
Hi, I am in the early stages of working on a new sharepoint app for a customer. They want an InfoPath form created that will capture a number of fields and submit them to some storage location within...
View ArticleListView with multiple joins
Hi at all,I think I have kind of a pretty genereic problem but I don't get the initial idea to build on.So heres my situation:currently I'm working on a workshop-management application based on...
View ArticleEdit files with SharePoint Client Object model
I'm new to SharePoint and using SharePoint Foundation server 2010 to save files using client object model. The application will list the files in the server using MVC4 UI. To retreive the files and...
View ArticleAdding Custom Permission level to Document Library using Powershell
Hi All,I have some powershell scripts to create document library with Permissions, and it works well. But I have a custom Permission levels like (Contribute Restricted). So when I replace the...
View ArticleFBA session timeout for the inactive user
Hi all,what is the best way to end users session timeout after a period of inactivity for sharepoint FBA 2010? I have tried configuring in central admin security validation to 90 minutes, but it is not...
View ArticleCustom font in sharepoint 2010
I want to use a custom font(.otf file) with one of my website. What's the process to include the font file and implement?Kindly share me the steps.
View ArticleIs there an easier way to edit the ddwx file...
Hi, ...because I have been doing quite a bit of manual and guessing mapping of the dashboard designer to edit the code file, whenever I need to make a change to the current dashboard reports and all....
View ArticleSaving from office to document library issue
I have a custom Document Library template. When I try to navigate from backstage view to save to a library created from that template, I am unable to see any of the documents contained in that document...
View ArticleSharepoint View filter by Membership=CurrentUserGroups
Hi, I am trying to create a sharepoint view that is filtering the data based on the group that the logged user belongs to.I have created a group named groupTest, and a list. The list has one column...
View ArticleSharepoint Output Feed
I am interested in displaying my blogs from my Sharepoint website in a third party application like Flipboard, Montage or any other suitable application. Is anyone aware of any application that accepts...
View ArticleRibbon issue in chrome
I'm developing a custom master page for a new site. The ribbon is pinned to the top with my banner directly below. Looks great in all browsers, except Chrome. The ribbon in Chrome is sitting on top or...
View ArticleHow to Limit the number of Rows displayed in Linked Data Sources using...
Hi,I have linked 4 document libraries and named it "Latest Reports". This is now my new linked Data source.However I cannot limit the displayed items. I can only insert this...
View ArticleWhy OnClientClick is not calling javascript alert in sharepoint application...
Hello,In aspx page I have set following code for button : <asp:ButtonID="btnDelete"runat="server" OnClientClick="if (!ValidateSearch()) { return false;};"...
View ArticleAutomatic content deployment from SharePoint staging to SharePoint production...
I have SharePoint foundation staging and production environment. Any content we publish on staging site, same content we prepare again on production. I am trying to find a way by which if i create a...
View ArticleA Web Part with this ID has already been added to this page
I get this error when I try to open the (previously working and not editied) default page of one folder. Also - when I try to open it for editing in SPD, I get the same - "soap:ServerServer was unable...
View ArticleSystem.ServiceModel.ServiceActivationException “A relative URI cannot be...
The client object model code in my application is throwing the following exception. How to solve it?. System.ServiceModel.ServiceActivationException: The service '/_vti_bin/client.svc' cannot be...
View ArticleInfoPath library generates random ID numbers
I have created an infopath lib.Sometimes when submitting a form sharepoints is skipping 100 (aprox) ID's and generates random ID number...Can anyone help what might be the reason for that?Thx, Ofer
View ArticleHow to get all groups associated to a document library with the SharePoint...
Using the Client Object Model, how do you get the a listing of groups that exist on a document library and remove one of them?In the SharePoint 2013 COM, you can do this by accessing the groups...
View ArticleShow only selected / one filed of Sharepoint list
SPQuery oQuery = new SPQuery(); oQuery.ViewFields = "<FieldRef Name='Country'/>"; using (SPSite oSite = new SPSite(SPContext.Current.Site.Url)) { Guid lGUID = new Guid(ListGUID);...
View Article