Skip to content

SharePoint

SharePoint discussions

This category can be followed from the open social web via the handle sharepoint@forum.codeproject.com

981 Topics 2.3k Posts
  • 0 Votes
    2 Posts
    0 Views
    I
    Ok, the question is here for a while and nobody answered so I will do although I just know it theoretically as I didn't done it on my own. 1. Create a SP group in the site with the people picker without any permissions. 2. Add all AD Groups to this SP Group you want to show in the people picker. 3. Set your people picker column settings to "People and Groups" 4. Change the "Choose From" property to "SharePoint Group" and choose the SP Group you created in the list. SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • Content DB range?

    database question sharepoint
    3
    0 Votes
    3 Posts
    1 Views
    I
    Due to performance reasons it should be not larger than 200 GB. SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • 0 Votes
    2 Posts
    0 Views
    I
    Bhushan Patki wrote: Item = (from SPListItem b in a.Items where b[Title].ToString().Trim() == key.Trim().ToLower() select b).FirstOrDefault(); Well you compare "A" with "x" UpperCase with LowerCase that won't work properly. It should be: Item = (from SPListItem b in a.Items where b[Title].ToString().Trim().ToLower() == key.Trim().ToLower() select b).FirstOrDefault(); or better: Item = (from SPListItem b in a.Items where b[Title].ToString().Trim().ToLower().Equals(key.Trim().ToLower() select b).FirstOrDefault(); SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • 404 + page is missing after creating site collection

    help sharepoint xml question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to get the data type of a list item field?

    help tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    I
    Member 9246155 wrote: i'm using CSOM 2013 and need the required data type of a ListItem-Field. You need the required data type? What do you want to say with that? Are you using VS.Net C#? If so it's easy: Every SPField field delivers the SPFieldType type: SPFieldType fieldType = field.Type; You can just work with that. By the way there is no CSOM 2013 in SharePoint. There is SharePoint 2010 and SharePoint 2013 but the client-side object model is the same for both. SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • InfoPath : Restrict visibility to users in a AD Group

    windows-admin help tutorial
    4
    0 Votes
    4 Posts
    0 Views
    I
    Simpliest way: Setup a list with roles (you can check in your infopath formular) and names: Role.........Name User.........John User.........Artemis Advisor...Madan Advisor...Ingo You can import this list as secondary dataconnection and filter for the username and the needed roles. If there is a result, the user has the nessessary role otherwise he hasn't. SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • 0 Votes
    2 Posts
    0 Views
    I
    No, not possible with sharepoint designer 2010. You must use other tools to do that. Visual Studio for example. SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • Problem ribbon menu

    css asp-net sysadmin help
    2
    0 Votes
    2 Posts
    0 Views
    I
    Carlegolas wrote: create a new button and add functionality that works well Ok, this seems to be no problem with your code, but a bug in your SharePoint Version. You should install the latest hotfixes, may this solve the problem SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • Maximun value for XSLTTransformTimeout

    question sysadmin help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Can't retract farm solution

    sysadmin sharepoint help question
    3
    0 Votes
    3 Posts
    0 Views
    G
    i was facing a similar error few days ago. Nothing was working. Finally i had to delete the solution from PowerShell and then re-deployed. it worked then.I used following command on PS. don't know if that works for you. (Get-SPSolution solutionName.wsp).Delete()
  • Hide SharePoint External List

    csharp sharepoint visual-studio xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • update access db using sharepoint

    sharepoint database question announcement
    3
    0 Votes
    3 Posts
    0 Views
    I
    Therefore are the Access Services. You can integrate the Database or acces via Business Connectivity Services SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Deploying webpart in multiple servers

    sharepoint tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    I
    gyanacse wrote: How to deploy webpart in multiple servers? This question was discussed here[^]. A solution can be deployed automatically to all servers of a farm. You have to deploy it manually to every farm you want to deploy it. SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • How to hide one part of Person_details.aspx

    tutorial question learning
    5
    0 Votes
    5 Posts
    0 Views
    H
    Then what is the problem .?? "your write Visible = true" but with which control...?? please upvote previous answer if you find its helpful for you :-)
  • 0 Votes
    2 Posts
    0 Views
    I
    Sbusiso wrote: I can use SharePoint APIs, but i need to first check if there is a webservice that can do this. Yes, there is. Take a look at the SharePoint 2010 Webservices: http://msdn.microsoft.com/en-us/library/ee705814%28v=office.14%29.aspx[^] SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • Create login page in sharepoint2010

    sharepoint help tutorial question learning
    5
    0 Votes
    5 Posts
    0 Views
    G
    Thanks dear. I got it. :)
  • Cookieless Session in SharePoint 2010

    sharepoint com
    3
    0 Votes
    3 Posts
    0 Views
    N
    Thanks for your response. When i was doing the same, i am facing an issue like whenever i try to create a new column in the list, it was redirecting me to my custom login page. This is the scenario with the Cookieless session when turned it off every thing was working fine.
  • Need Help while converting files in Sharepoint 2010

    help sharepoint
    2
    0 Votes
    2 Posts
    0 Views
    I
    Member 10300893 wrote: I have a web part that provides a value for filtering shareopint lists Is that a standard WebPart or did you created it on your own? Member 10300893 wrote: please tell me what to do about this. If it's a standard WebPart you could programm it in Visual Studio on your own. That's not a lot work and can be done easily. You can handle the error with try-catch or regular expressions. There might be another solution, but as I don't know which webpart you are using I'm not able to check that. :rolleyes: SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • Sharepoint 2010 Workspace with Office 365

    help sharepoint com question workspace
    2
    0 Votes
    2 Posts
    0 Views
    I
    I don't really know. I never had this problem and in the moment I don't have any Office 365 site. But I have an idea what might be the problem. It sounds like the Office 365 is based on SharePoint 2013 and you are using SPWS 2010. I tried to connect SPWS 2010 with my local SP 2013 and I had problems with it. The Problem is that the functionality of SPWS 2010 and the nextgen tool SkyDrive 2013 has changed a lot. So there might be compatibility issues. SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!