How to Remove Hyperlink Lookup Column
Thank you in advance for the assistance. Our firm is running a SharePoint 2013 Public Site. One of our pages contains a web part with a SharePoint custom list. One of the columns in the custom list is...
View ArticleNeed help with script editor
I have this code to create a mega menu. I added it in a script editor on a site but it looks like the .css is not working. Can someone advise? I got my examples...
View ArticleProgrammatically update user profile properties in SharePoint 2013 online
Is it possible to programmatically update user profile properties in SharePoint online?
View ArticleSharePoint 2013 Content Search Webpart - Calculated Columns
I've been playing around with the Content Search Webpart in SharePoint 2013, and have been pretty impressed so far with how quick it is to configure. I was hoping to have a new answer for creating...
View ArticleSSO From SharePoint 2013 to other web based applications
We are reconciling the approach in our enterprise for accessing multiple web based applications.Many employees are remote.They access our SharePoint 2013 portal and authenticate using forms based...
View ArticleSharePoint workflow 2010 vs 2013
I have installed SharePoint 2013 and Visual Studio 2012 on my server. Now, I would like to create SP workflow 2010 and 2013 and try both of them on SharePoint 2013. How do I do that??In VS2012 I have...
View ArticleSharepoint 2013 - Coloring The Web Part Title Background and changing Font Color
I am not a very experienced coder. I am attempting to change the Announcement web part title to have a background color of black and also change the font color.I have turned on Content Editor and added...
View ArticleAdd new item to list after some time (like after 10 mins) in sharepoint 2013...
HiI am new to the workflow development.Could you please let me know "How can I add new item to list after some time in sharepoint workflow using visual studio 2012".If possible could you please give me...
View ArticleEmployee Directory in Sharepoint 2013
Hello EveryoneIn Sharepoint 2013, i need to create Employee Directory. I have user profile connection on central admin which syncs all the user information from Active Directory.How can I take that...
View ArticleHow to create a Employee Directory Web part in Sharepoint 2013
I am new to this Web part. So can anybody tell me where could i start to do this. What configuration i have to do? Which web part can i use?
View ArticleProblem with Workflow Association form in sharepoint 2013 using visual studio...
Hi, I created an empty SharePoint 2013 solution, added there worklow, tested that it works. Then added Association form to workflow (I exactly followed the steps from here...
View ArticleSharepoint CacheManifestLink WebControl Usages
Any ideas on what this control does? Checked in MSDN , it has not mentioned what it does Thanks
View ArticleRead the Custom WebPart property Value
Hi,I created two custom property in a visual webpart. But I am not sure how to read the data in the Page load.How to read the webpart property value in page load?Thanks
View ArticleJS Link breaks Discussion List Management View
Adding a JS Link value to the web part for the Community Sites Discussion management view breaks page. First the Item render breaks down, and page becomes blank on refresh; even worse the...
View ArticleSPQuery error -One or more field types are not installed properly
Hi,I am trying to query the pages library. I have used the below code:using (SPSite oSite = new SPSite(SiteName)) { using (SPWeb oWeb = oSite.OpenWeb()) { SPList lstPages = oWeb.Lists["Pages"]; SPQuery...
View ArticleCross site lookup columns with additional fields
Hello,I have main site with several sub sites underneath it. I have a list on the main site containing employee info. I have several lists on the sub sites that use employee info as a lookup via a site...
View ArticleAlternatives for Site Definitions in SharePoint Office 365
HiAs we don't have the option for the deployment of site definitions on Office 365, Then what are the alternative approaches to achieve the site definitions feature?ThanksJhalak
View ArticleConnect To Sharepoint
I'm trying to deploy a cloud based app to a development site in Sharepoint Online.A popup appears to Connect To Sharepoint, but when I enter the credentials the root teamsite shows up in the popup and...
View Articlehow can I delete a site column?
How can I delete a site column. If I go to site settings > site columns and then edit the site column, I do not see a delete option. Can I use a powershell script? Any scripts out there?
View ArticleWhat is wrong with this field definition?
This is part of a list definition schema. WHen I try to provision a new list, I get an error when I go to AllItems.aspx page for that list. Thank you!<Field...
View Article