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
    When you have a development server all new features will be installed there first and after they work fine, they'll finde their way to the production server. So the except for the content, the features are the same. If you need the same content, you can clone the production server instead of installing a development server, make backups from the production server and restore them to the development server. But I wouldn't see, why you should do that. You never need all the content to test, do you? ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • JSGrid SharePoint 2010

    sharepoint tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • sSoftware requirement for SharedDocument(Custom sharedDocument)

    sharepoint
    2
    0 Votes
    2 Posts
    0 Views
    I
    HemadriT wrote: Is Sharepoint Foundation2010 is enough for creating Custom Shareddocument or we need to go Sharepoint server2010. Well, there are different definitions for "Shared Documents", depending on whom you listen. Shared document Libraries are libraries for anybody with access to a WebSite. This is of course possible in any Edition. If you want a document library for anybody you can define a WebSiteCollection with public access or login access. There you can setup a library with public access of course. If you want something other, please be more specific. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Sharepoint 2010 workflow

    sharepoint tutorial question workspace
    2
    0 Votes
    2 Posts
    0 Views
    I
    Sukanta Saha wrote: How can I create a workflow in sharepoint foundation that can approve by multiple person.For example approve by HR Manager, than approve by Accounts Manager Instead of using the appoval-workflow I would design a new workflow. First should be generated a task for the HR Manager (by example). When he "approves" you shouldn't set the state to approved but for example to "firstapprove". Then the workflow should generate a task for the next person, when he approves the state is set to "seconsapprove" and so on. Just when the last in the row accepts the document the approval-state will be set to "approved". Sukanta Saha wrote: Also I want to Modify the task form to modify list item. What do you want to change? The approval-form? And what changes? Just the buttons or a remark? You can use the SharePoint Designer for that. Other changes might need complete new forms, you can generate with Visual Studio and that can be linked by Visual Studio, too. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Getting info from Active directory using SPFieldUserValue

    windows-admin
    4
    0 Votes
    4 Posts
    0 Views
    I
    Aptiva Dave wrote: I should have figured that there would be a limitation on the UPS since we're running Foundation Well, yes, you should have told that in your question. There are limitations in Foundation. As we use Enterprise 2010, I pretend everyone does until he tells me. :rolleyes: The only solution coming to me then is to write an VS.Net Application that does it for you. You can get the users from SharePoint and the users from your AD, you can synchronize them reading data from AD, writing it to SharePoint. :cool: That shouldn't be so much work at all. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • on sharepoint administration

    help csharp sharepoint database sql-server
    2
    0 Votes
    2 Posts
    0 Views
    I
    So from which Version is the Backup and to which Version goes the Backup? (to SharePoint 2010 Enterprise?) That would be important to know. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Peeople editor in an Update Panel

    question announcement
    2
    0 Votes
    2 Posts
    0 Views
    I
    Aptiva Dave wrote: What can I do so that I can have some ajax on the page? Try the Ajax Control Toolkit: http://ranaictiu-technicalblog.blogspot.de/2010/08/ajax-control-toolkit-with-sharepoint.html[^] ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • 0 Votes
    2 Posts
    0 Views
    I
    Compile a release. Use Powershell to deploy it: Add-SPSolution -LiteralPath “C:\Deployment\Solution.wsp” Activate it with the Centraladministration or Powershell Install-SPSolution -Identity Solution.wsp -GACDeployment For Sandbox Solitions: Deploy with: Add-SPUserSolution -LiteralPath “C:\Deployment\Solution.wsp” -Site http://site Activate: Install-SPUserSolution -Identity Solution.wsp -Site http://site ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • the size of file in fileupload

    help question
    2
    0 Votes
    2 Posts
    0 Views
    L
    Please do not post the same question in multiple forums, you already posted this in C# and ASP.NET. You have been a member here long enough to know the protocol. One of these days I'm going to think of a really clever signature.
  • IniWrkflIP.aspx Not exists ?

    help com question
    3
    0 Votes
    3 Posts
    0 Views
    A
    I'm already enabled Infopath Forms Services but the page not found the layout. I'm use Sp 2010 ( Enterprise ) I hope to serve my religion (Islam) as much as possible and exert the effort in order to be a good model desire to achieve renaissance to our country. This mean that I would be one of the Geniuses in practical if Allah wishes. I think my Ambition will help me to do that. -------------------------------- Discover Other .... http://www.islamHouse.com
  • User Field type

    tutorial
    14
    0 Votes
    14 Posts
    0 Views
    I
    SharePoint 2010 :-\ ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • I can't find my custom WF

    com help question workspace
    8
    0 Votes
    8 Posts
    0 Views
    L
    How about deploy that workflow again, and add the workflow again? www.jadesum.com
  • 0 Votes
    2 Posts
    0 Views
    I
    Ok. I had this problem once, too. My Solution was, to remove all Features, add one, deploy it, add another, deplay again and so on. So I identified the Feature with the problem in it. After you did that it should be easier to find the problem. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • displaying date only

    question
    5
    0 Votes
    5 Posts
    0 Views
    A
    Yeah.
  • 0 Votes
    3 Posts
    0 Views
    A
    Actually I found that it was a permissions issue.. it solved now.. thnx :)
  • I couldn't find enterprise template

    2
    0 Votes
    2 Posts
    0 Views
    I
    Well I'm using the german version, so I hope it's translated corretly, otherwise my answer might be wrong. There is no template Enterprise - there is just a templategroup "Enterprise" with the templates "Documentcenter", "Dataarchive", "Business Intelligence Center", "Enterprisesearchcenter", "My Webhostsite", "Fast Search-Center". There templates are available for new WebSiteCollections from the centraladministration. ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Create new user profile service applications.

    3
    0 Votes
    3 Posts
    0 Views
    I
    Try to use Powershell - it's the better way by far as you can enter a qualified name for databases for all services without the guid. > $userProfileService = New-SPProfileServiceApplication -Name "User Profile Service" -ApplicationPool "SharePoint Web Services" -ProfileDBServer "your_db_server_name" -ProfileDBName "share01-ProfileDB" -SocialDBServer "your_db_server_name" -SocialDBName "share01-SocialDB" -ProfileSyncDBServer "your_db_server_name" -ProfileSyncDBName "share01-SyncDB" New-SPProfileServiceApplicationProxy -Name "User Profile Synchronization Service Proxy" -ServiceApplication $userProfileService -DefaultProxyGroup > $null Get-SPServiceInstance | where-object {$_.TypeName -eq "User Profile Service"} | Start-SPServiceInstance > $null That way it should be possible. Read "Sharepoint 2010 Powershell application services" on google for more information. :) ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Custom Content Type Question

    question visual-studio
    5
    0 Votes
    5 Posts
    0 Views
    A
    No, I'm sending a string to a HTML control because I just want to display text on the screen.
  • 0 Votes
    3 Posts
    0 Views
    A
    1st copy your sharepoint site url and then go to your webpart solution explorer ,just click on solutionexplorer and press f4 key change the site name(past the sp site url on siteurl) it will works Anand
  • How to retrieve default WSS Header and menu

    help sharepoint tutorial
    3
    0 Votes
    3 Posts
    0 Views
    S
    create one master page applicaiton for XYZ having Header, footer, menu and use the same master page for all the applications in XYZ :^)