Multiple projects, multiple lists on Share Point

Hi, I am hoping someone can provide me guidance here.
I am trying to create a project list on SharePoint that shows the Gantt Chart of the task duration. However, there are multiple projects with the same tasks which I would like to capture. For example: Project A has task 1, task 2, .... task 20; Project B
has the same tasks 1, 2... and 20. These tasks and projects are being worked on by different individuals.
What I would like to capture is the duration of each tasks for these projects in one list on Share Point. Is it possible?
any response would be greatly appreciated.
thanks in advance for your time.

Making this more complex adds potential rendering difficulty down the line.
One list is indeed better and can be managed more easily. you'll be able to present different views of the data on different web part pages if needed, along with additional metadata,
Steven Andrews
SharePoint Business Analyst: LiveNation Entertainment
Blog: baron72.wordpress.com
Twitter: Follow @backpackerd00d
My Wiki Articles:
CodePlex Corner Series
Please remember to mark your question as "answered" if this solves (or helps) your problem.

Similar Messages

  • What is difference between distribution list and share point group? Can we add distribution list into person and group column of share point list?

    what is difference between distribution list and share point group? Can we add distribution list into person and group column of share point list?

    there is a workaround you can try, create audience and add DL to them and deal with the audience or convert DL to groups
    https://social.technet.microsoft.com/Forums/en-US/02f0d773-8188-4d94-a448-0c04d838b0cf/distribution-lists-in-sharepoint?forum=sharepointgenerallegacy
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Saving the data from two info path forms in to a single list in share point 2010

    Hi ,
    I have two  info path forms are in share point page FM 1 and FM 2.
    In FM 1 I am getting data from lists by using drop down and casket drop down  and FM 2 i need to enter manually after entering
    i want to save both forms information(FM 1 & FM 2 ) in to a single list of  share point 2010
     If any knows the solution please reply me  
    Thanking You,
    Arun Darly

    Hi,
    Based on your description, my understanding is that you want to save the data from two info path forms in to a single list in share point 2010.
    We can't save the data from two info path forms in to a single list, but we can
    save the data from two info path forms in to a single library.
    Open the  FM 1 and FM 2 in Infopath(you have save it Locally once).
    Publish the FM 1 and FM 2 as content types named FM 1 and FM 2.
    Add the content types FM 1 and FM 2 into a document library, Then you can save the data
    from two info path forms in to a single library.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Error while opening external list in share point 2013.

    I am getting an error: -
    "Unable to render the data. If the problem persists, contact your web server administrator.
    Correlation ID:bbc0a39c-f375-306e-e5af-59e06e900a3e".

    Can you post error logs ?? so we can help you
    Refer most frequest error:
    http://blogs.msdn.com/b/sridhara/archive/2010/03/10/bcs-and-external-list-learning-part1.aspx
    http://blogs.msdn.com/b/bcs/archive/2010/02/16/bcs-powershell-introduction-and-throttle-management.aspx
    Regards
    Prasad Tandel

  • Customize view list in share point for the current user ?

    hi, 
    So i have teo create a view for current user , and to do that i have an item named : "assigned to" so when i create my view i put : "assigned to" = [Me], and whene i check y list viw it'snt  applayed ? 
    is there any one who can tell me what's the problem , 
    thank you 

    May be this is what you are looking for:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/0ec4a7b9-7b23-4b26-9e7e-bb4ec3f10afe/disable-all-day-event-in-calendar-list?forum=sharepointcustomizationlegacy
    http://ukreddysharepoint2010.wordpress.com/2012/01/19/how-to-hide-all-day-event-recurrence-and-work-space
    The script is:
    <script type=”text/javascript”>
    function HideField(title){
    var header_h3=document.getElementsByTagName(“h3″) ;
    for(var i = 0; i <header_h3.length; i++)
    var el = header_h3[i];
    var foundField ;
    if(el.className==”ms-standardheader”)
    for(var j=0; j<el.childNodes.length; j++)
    if(el.childNodes[j].innerHTML == title || el.childNodes[j].nodeValue == title)
    var elRow = el.parentNode.parentNode ;
    elRow.style.display = “none”; //and hide the row
    foundField = true ;
    break;
    if(foundField)
    break ;
    HideField(“All Day Event”);
    HideField(“Recurrence”) ;
    HideField(“Workspace”) ;
    </script>
    You can also use this webpart:
    http://officetoolbox.codeplex.com/

  • List value retaining in Share point hosted app 2013

    I'm creating a Share point hosted app.
    I have a list inside Share point 2013 app. We are inserting records into the list through some other forms in app.
    But when we deploy the app, it is getting retracted & deployed again. So the list values are getting deleted.
    Is there any way to retain the Share point app list values during deployment?
    I tried the following things as suggested by some experts in internet.
    • Setting up the app catalog for app in Central admin and increment the version for every deployment.
    • I set the “deployment conflict resolution” property of list instance to “none”.
    But both the things not working.
    Please help me on this issue.

    Hi,
    According to your post, my understanding is that you wanted to keep the list data while redeploy the app project.
    As you had known, to keep the data in the app, we should first set up the  app catalog.
    Then we should upload your app with version 1.0.0.0. Install app to the desired web.
    After some code modification increment your version to 1.0.0.1 and upload again your app to catalog.
    Upgrade your installed app. More details about updating            
    http://sharepoint.stackexchange.com/questions/83021/app-deployment-keep-the-existing-data-in-internal-list-of-an-sharepoint-app
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How can I share a *.java source file across multiple projects in NetBeans?

    I'm sure this simple and a pretty common operation but how can I share a *.java source file across multiple projects in NetBeans? Right now I keep cut, coping and pasting the same source file between multiple projects to re-use the same code. But I could I make this source file a library file or something like that so that I could access it from any project. I assume this would be a generic operation but I mentioned NetBeans for clarity. Thanks.

    fiebigc wrote:
    I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    >I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    Create a class library.
    Write your code, compile it to .class files, put those class files in a .jar file and include the jar file in the classpath whenever you want to compile a project against it.

  • Sharepoint 2010 User getting kicked out of share point multiple time , can some one help me what coule be reason

    using SharePoint 2010 > under marketing > task, user getting kicked out of share point multiple times. don't know the reason, does any one have any idea,  learning about SP,  any help will be appreciated.

    try this one:
    http://sharepointsolutions.blogspot.com/2008/06/how-do-i-make-our-sharepoint-site-stop_17.html
    if fixed the issue fine other wise could you please check the ULS logs/ application ?IIS logs at the same time user kicked out.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Illustrator CS6 hangs saving files to local HD while having multiple server share points mounted

    Mac OS 10.6
    Illustrator CS6
    Illustrator CS6 hangs (spinning beach ball) when saving files to the computer's local HD while having multiple server share points mounted.
    I am NOT opening or saving the file to or from a server.
    The server is mounted so that I can move my saved file to it once complete.
    Unmounting the servers fixes the problem and Illustrator CS6 returns to being normal (not causing a spinning beach ball).
    This is repeatable, not intermitent.

    We were having similar issues working over a network. I believe it's a Mac OS 10.6 issue, something to do with the Mac finder searching for file dates or metadata on the servers. From what I understand, this has been fixed in OS 10.7. We can't yet move to 10.7 and after trying many possible fixes, found that a Mac finder alternative, Path Finder, fixed most server delays. It's not free, but you can give it a 30 day trial to see if it fixes your issue. Here is a link to discussions about other suggested fixes:
    https://discussions.apple.com/thread/2172049?start=30&tstart=0

  • Upon Sync of contacts with iTunes, I see duplicate contacts being created and it is listed as Share contact. I see multiple contacts like this in my "From My PC" and "iCloud"

    Upon Sync of contacts ( Outlook ) with iTunes, I see duplicate contacts being created and it is listed as Share contact. I see multiple contacts like this in my "From My PC" and "iCloud". Please help resolve this problem and how to avoid these duplicate contacts?
    Thanks!

    Some general content and computer management information if at all helpful!!
    Section 1:
              -About authorizing and de-authorizing:
    http://support.apple.com/kb/PH1730
              Prevent unprompted syncing of your iPod, iPhone, or iPad:
    Mac- http://support.apple.com/kb/PH1764
    Windows- http://support.apple.com/kb/PH1677
    Section 2:
              -iOS how to transfer or sync content to your computer:
    http://support.apple.com/kb/HT1296?viewlocale=en_US
              Transfer purchases from your iPod, iphone, or iPad to an authorized computer:
    Mac- http://support.apple.com/kb/PH2554
    Windows- http://support.apple.com/kb/PH2566?viewlocale=en_US
              iOS: Importing personal photos and videos from iOS devices to your computer:
    http://support.apple.com/kb/HT4083
               Backing up, updating and restoring:
    http://support.apple.com/kb/HT1414?viewlocale=en_US
              Downloading past purchases from the App Store, iBookstore, and iTunes store
    http://support.apple.com/kb/HT2519

  • How to populate active directory users in to drop down list items dynamically in Share point 2010 ?

    Hi My self Arun in my current project i have a task on that active directory user  need to automatically populate in share point list drop down  please help me.  is that any out of box feature in share point 2010 ?   
    Thanking You 
    Arun 

    Arun,
    If you plan to implement the "Querying the Active Directory" based on my code snippet,
    and if you do not have permission [your account must be the part of domain admin] to do so,
    Then still you can do it in least effort through code,
    string usersInXml = SPContext.Current.Web.AllUsers.Xml;your xml string look like this.
    <Users><User ID="2" Sid="" Name="Administrator"
    LoginName="i:0#.w|murugesan\administrator" Email="" Notes="" IsSiteAdmin="True" IsDomainGroup="False" Flags="0" /><User ID="1" Sid="" Name="Murugesa Pandian" LoginName="i:0#.w|murugesan\murugesan" Email="" Notes="" IsSiteAdmin="True" IsDomainGroup="False" Flags="0" /><User ID="1073741823" Sid="S-1-0-0" Name="System Account" LoginName="SHAREPOINT\system" Email="" Notes="" IsSiteAdmin="False" IsDomainGroup="False" Flags="0" /></Users>
    You can user Linq to XML to filter the "LoginName,Name and Email and then populate your drop down list.
    * User must be logged into the site at least once.
    Murugesa Pandian.,MCTS|App.Devleopment|Configure

  • Mass change Tcode for  status of multiple projects

    Dear All,
    Any SAP Standard t code for mass Status change for multiple Projects
    (like TECO,AALK).
    Thanks.
    Arun

    Hi
    You dont have this option in any STD SAP t.codes, where you can change the status of the projects/WBSE collectively.
    So use this BAPI to Read  the status of Project/WBSE
    BAPI_BUS2001_GET_STATUS   To get both the active system statuses and the user statuses for a project definition
    use this BAPI to Change  the status of Project/WBSE
    BAPI_BUS2001_SET_STATUS
    one system status and one user status  can be revoked each time, and one system status  and one user status  can be set each time for a project definition 
    For Network order status change
    BAPI_BUS2002_SET_STATUS
    Set/Reset Network Status. At the same time, you can revoke one system status and one user status, or set one system status and one user status in a list of activities for the network.
    Thanks
    S.Murali
    Edited by: S. Murali on Jul 24, 2009 3:43 PM

  • Use of MS Project Management 2010 to Manage Multiple projects over a given time period

    Is there some information (article/s) I can research about using MS Project Management 2010 for managing multiple projects over a given time period? I'm being asked by a potential client to take a job as a Program Manager to manage five projects all
    at once. Each of the projects has it's own MS Project Management software, project leader, and project team. An overall project plan has to be put together to manage this large project. There are some dependencies with these projects inorder to complete
    on a specific date.
    Thanks

    SSCDML --
    In order to manage this program of five projects using Microsoft Project 2010, I would recommend you do the following:
    Create a shared resource pool file containing the resources in all five projects.
    Connect each of the five projects as sharing files with the shared resource pool file to share the resources.
    Create a master project for the program containing each of the five projects as subprojects.
    In the master project, set cross-project links as needed to show dependencies between projects.
    Hope this helps.
    Dale A. Howard [MVP]

  • Employee Capitalization Across Multiple Projects

    Hi,
    We are implementing Capex Planning and trying to understand methods/ways to capture the employee costs working on multiple capitalizable Projects.
    The available functionality only enable to capture employee cost at one project at one point of time.
    Meaning thereby, the transfer in and transfer out functionality(Out of the Box) does not allow the Employee to be available on multiple projects at the same time and does not enable to distribute the employee cost between multiple projects in the same month.
    Please help us in understanding how to achieve this in capex planning and what other businesses are doing for the same.
    Thanks

    Hi,
    You can define a driver account FTE_% and provide a percentage based on cost division by project.
    Then use allocation calculation/BR based on compensation/cost to divide the cost between projects.
    You will have to change some formulas etc..
    Cheers
    RS

  • Creating & Combining Multiple Projects Query

    My IT team has asked me to determine whether I can create and
    merge multiple projects to reduce likelihood of "issues" resulting
    from use and loading of very large files. Currently, my project is
    at 93 MB. I anticipate that it will roughly triple in size within
    the next year to year and a half.
    I've never had to do this before and I just need a bit of
    reassurance that this can be done, easily, without creating a huge
    strudel.
    I can across two tech notes indicating different approaches
    to this challenge: ID: rb_11942 and rb_1940 (
    http://www.adobe.com/go/rb_1940).
    There will undoubtedly be a large number of cross project
    links and a substantial index (when all projects are combined).
    I would appreciate any input you might have to offer before I
    launch this effort.

    Hmmm - how do I put this diplomatically? Let's try this -
    would the IT guys accept your guidance on how to configure their
    server farm? Nope. So why do they (off the diplomatic path for just
    a wee bit) stick their noses into how you do your job? (ok, back
    on).
    I can only offer my experience here. I have a knowledge base
    compiled in WebHelp, for which the project environment is almost a
    GB. My compiled Help for our application is produced from an
    environment that contains about 133MB.
    Given that I have a fairly fiesty laptop, with 2GB RAM and
    oodles of disk space, where both projects reside, I have few issues
    with working in "large" projects. Both deliverables compile and /
    or publish in about 5 minutes or less.
    I guess my point is, if it ain't broke, don't make it more
    difficult to work with just because an IT guy says so. Skip the
    strudel.
    (I love my IT guys, by the way - they don't mess around with
    what I do, and listen patiently when I tell them what equipment
    they should buy - LOL)

Maybe you are looking for