How to remove the option "Search This Site" from search box on customized...
Hi Everyone,I want to remove the option "This Site" from search box on Master page. I have searched this forum and found tips. I have added the<Property...
View Articleviewing information from sql server in mysite page
I want to develop an application in sharePoint that retrieves specific informations of the authenticated user from sql server and publish it in his personal page (mysite) in SharePoint.I configured...
View Articleforce infopath use newest template
I have InfoPath form with dropdown value (value1,value2). I published the form and fill out first form called form1. I modified the InfoPath from value to (value3,value4). I published the InfoPath...
View ArticleMasterpage HTML and SPUrl
Hi all,I'm having problems with Masterpage conversion. I want to have server-relative URLs for my favicon. So, I tried this and put it in my custommaster.html.<link rel="shortcut icon"...
View ArticleWorkflow - Move files fails with Something went wrong error.
I am trying to create a work flow on a list that holds documents. The workflow checks for a column value to be equal to the string "Awarded". If the condition is true the file is moved from one library...
View ArticleProvisioning Managed Metdata Columns using VS 2013 with custom list definition
Hello All, Can anybody guide me to provision custom list definition with managed metadata columns using VS 2013 for Sharepoint 2013 ?Regards
View ArticleHow to redirect to home page on "Cancel" button click
Hi,I have created a web part for office 365 developed using sandbox solution on Sharepoint foundation 2013.On "Cancel" button click i want to redirect user to another page(Home page) using C# only.i...
View ArticleSharePoint 2013 Apps Model and anonymous access sites
What are the limitations of using SharePoint 2013 Apps for anonymous access sites (no authentication)?
View Articlemigrate SharePoint 2010 Visual WebPart to Sharepoint 2013 using Visual Studio...
How to migrate SharePoint 2010 Visual WebPart to Sharepoint 2013 using Visual Studio 2012
View ArticleHow to create a sharepoint 2013 replica site of an existing sharepoint 2013...
Hi Team,I have created a publishing site and used custom masterpage layouts for this site. now i want to copy this site in another site collection. How will i do that? I tried to export and then import...
View ArticleHow go from directoryentry to spuser
Hello,I need to add the users from A.D. group to a SP group. I have done the :DirectoryEntry entry = new DirectoryEntry("LDAP://OUdfdsft Users,DC=dsfdsf,DC=com"); DirectorySearcher mySearcher = new...
View ArticleAccess SharePoint Site in Remote Machine
Hi,I need to access a remote server inorder to get UserProfile information from the server which i am in. Currently im trying to do this a console application. I get "Web application at <URL>...
View ArticlePossible To Set / Retrieve From Secure Store Service Through CSOM
Title says it all. I would like a place to securely store and retrieve credentials programatically. Is this possible with SSS?If so, code examples would be mucho appreciated!TIA!
View ArticleCreating Calendar List using List definition
HI,How to create a Calendar List based on "List" option in VS 2012 ?I have tried the below:1) Created custom content type with Events as parent. Added few additional columns2) Added a List option,...
View ArticleAutomating Content Deployment
Hi,I am using SPCDW to deploy content manually in SharePoint 2013 from Farm A to Farm B with no problems, but I need to automate this process (supplied command line code is not working!!). Is there...
View ArticleSCOM: how to give permissions using my permission level
Hello,in a list item, I can do :var reader = web.RoleDefinitions.GetByType(RoleType.Reader); (1) var grp = web.SiteGroups.GetByName(" DNY - All Staff "); RoleAssignment...
View ArticleSet property on advanced search Add property restrictions... area
When our users are going to our search site's advanced search page:.../Pages/advanced.aspxWe'd like the bottom area "Add property restrictions..." to default to "Title" in the first dropdown list.They...
View ArticleSharepoint Caml query special characters
Hi,I am currently working on a Sharepoint-project where they used some german special chars ('Ä', 'Ü', 'Ö', ...) for their column names. When i query such a column using Caml i allways get an exception...
View ArticleUpload files using REST API in SharePoint 2013
Hi,I am trying to use the REST API to call the document library and upload the files. I have verified the MSDN and got the below codeurl: http://site url/_api/web/GetFolderByServerRelativeUrl('/Folder...
View ArticleReplaceContent attribure is not declared
Hi,I have create Package using Design Manager on one machine and then have tried to deploy it on another server. I got the error related to the Replace Content attribute, that it is not declared. Why?I...
View Article