Adding Field to Deliverable List on Project Site

How do I add resource names to the Deliverables List on the Project Site in Project Server 2010, Sharepoint 2010?

Hi Tom, 
As far as I know, you cannot add by configuration the default resource name field in the deleverable list of the project site. You might code some custom code to retrieve this information, otherwise you'll have to create a new "person or group"
column in the list to manually add the resource name.
Note that you can add the modified by and created by column.
Hope this helps,
Guillaume Rouyre, MBA, MCP, MCTS |

Similar Messages

  • Project Server 2013 Tasks differ in project site and plan

    I have an Project Server 2013 enterprise plan that I created with an associated project site. The plan has tasks added to the timeline. The project site has a timeline webpart but the problem is the tasks added to the timeline differ.
    Does anyone have any ideas what could be the problem here? I checked the timeline webpart and it's correct.
    Thanks!
    [Images below].
    The following image is taken from the schedule PDP.
    This image taken from the project site depicts what is out of sync.

    Hi Guillaume,
    Yes, I've checked the queue while publishing the project. It's successful without any errors. I don't remember if I checked the ULS logs, but what I suspect is that it will say something along the lines of orphaned tasks in the project site.
    Anyways I've tried a number of things and I think the only 2 options I have are:
    Re-create the project site then sync the plan to it
    Ask MSFT for a script to resolve the orphaned tasks
    For the same of time, I'm going to assess how long it would take to re-create the project site.
    Thanks,
    Roland

  • Issue with Webparts while adding in Project Site

    Hi
    I am getting an error while adding web parts in project site page 2010. Below the steps
    Open project site --> site actions --> edit page --> click on Add webpart --> ProjectWebApp --> Project fields --> Add
    Please try and let me know is this possible or not
    Regards
    Santosh

    Santosh,
    The Project Fields webpart is ties to the PWA context, and cannot be added to Project Site.
    There used to be a solution starter called Project Workspace Custom Fields webpart. You might want find and use that
    An alternative is to develop your own SSRS report and display it in webpart..
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • I want to break inheritence and create unique permissions in a Project Server 2010 project site list/library.

    Some Project Managers want to restrict permissions on certain lists or libraries in their Project Server 2010 project site. However, when I have done this for them, by breaking inheritence to the parent site and then removing/adding users with unique
    sharepoint permissions, it seems that when the project schedule is published, some of the newly created permissions are lost.
    I have tried creating a SharePoint group at the project site level and then applied it with specific permissions (eg. Contribute) to the list/library and this seems to work better but I haven't been able to confirm yet if this will work in the
    longer term.
    Does anyone know what is the best method to break inheritence and set up unique permissions on a list in a Project Server 2010 project site that will not be lost when the project schedule is published?
    Thanks
    Peter

    Thanks Lynda
    I am aware that I can disengage the entire permissions sychronisation using that setting but that is not what I want to do.  I just want to be able to break the inherited permissions on individual document libraries or lists on specific Project Sites
    so that I can restrict access to nominated people.
    My issue is that when I do this, I find that some of the amended permissions disappear from time to time.  It seems to be related to when the schedule is published.  They
    don't revert to the inherited permissions, just some of the people who I have given direct access to no longer have access.
    Im just trying to find out the best way to manage setting non-automated permissions on a single list or library in a Project Server project sites so the changes stick.
    Peter

  • Project Server SSRS report on project site list

    Hi All,
    We are using project server 2013. We need to generate the consolidated report using SSRS on the issues list in all project site. In SSRS we can create a data source for a particular project site, but how to get items from all project sites. 
    Thanks in advance, Taj

    Hi Guillaume,
    Thanks for help. We have created some new field in issues and risks. But we could not find the files
    in ProjectWebApp [ProjectWebApp].[dbo].[MSP_WssRisk_OlapView]
    table. How can I get the new /additional fields created.
    Thanks in advance, Taj

  • Unable to capture data from drop down list in custom added field in migo tcode at item level

    Hi guys,
    need bit help in resolving query related to custom added field in Tcode migo.
    i have added a field in migo at item level ,in this i have used drop down list
    to get data but unable to capture data from drop down list.gown through
    many blogs in scn but unable to resolve.
    Please help me out in this.
    Thanks,
    Umakant.

    Hi,
    U can use following code to fill the list box
    write this code in PBO
    In layout editor please select listbox in dropdown attribute of input field and put some fctcode attribute
    TYPE-POOLS vrm.
      DATA values TYPE vrm_values WITH HEADER LINE.
      TABLES: <ur custom Database table>.
      clear values, values[].
      SELECT * FROM <ur custom Database table>.
        values-text = <TABLE FIELD TO DISPLAY IN DROPDOWN> .
        values-key = <TABLE KEY FIELD TO DISPLAY IN DROPDOWN>.
        APPEND values.
      ENDSELECT.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = '<SCREEN INPUT FIELD NAME>'
          values          = values[]
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    Also please define the following before accessing the listbox value
    data: <listbox input field name> type <table field name>,
            <inputfield name where text to display> type string  in top include
    In PAI, select the text from the table into <inputfield name where text to display>  depending on value selected which will be called when enter key is pressed or any vale is selected

  • Adding a Second Project Site with same restore data

    This is the first time I've had to accomplish this 
    I have a dev server where I restore a backup from 2 weeks ago to http://devserver/pwa
    My team has asked for a restore from 2 weeks + 1 day to http://devserver:99/pwa - I've tried deleting site collections, tried several other ways of doing the restore; however, during the mount-spdatabase I get only 1 site to come back (pwa)  but
    it doesnt show in the site list
    The enumallwebs shows the following (notice the in sitemap)
    stsadm -o enumallwebs -databasename content_database  
    databse site count 1
    <site ID = random characters > <owner = farmguy> <In sitemap = False>
    Web count = 235
    ==============
    I believe/know the issue deals with the same site ID being on the first pwa site; however when I try to do a Mount-SPContentDatabase content-database -WebApplication "http://dev:99" -AssignNewDatabaseID I still get the same issues - new database
    ID but still same site ID for the "dev/pwa" site database
    Is there anyway to clone (yes I've seen the other articles) or have two sites with the same data?
    I've also thought about trying to export the stsadm enumallwebs data and copying that to a new PWA site but have been unsuccessful in the export (or even finding a way to do it)
    Can I get any ideas on how to either
    1) Change the site ID from a database backup/restore
    2) Restore a PWA site to the same server/database server 
    3) other ideas?
    My team members would like to do a comparison of the two dates between a project to check for differences (I just found out about
    FluentPro Audit Lite Pro)  
    Any and all suggestions would be appreciated... 
    Thank you 

    I'm still experiencing issues
    I tried the following (http://social.technet.microsoft.com/Forums/projectserver/en-US/edc6f56a-5850-4102-841b-32d4df6e6882/how-i-to-restore-the-project-site-deleted-on-project-server-2010-?forum=projectserver2010general) by recovering the data from an unattached
    Database (I also did the site collection backup)
    1) Trying to do an Import-SPWeb but this was unsuccessful
    created a web application 99 -> provisioned a pwa with the old databases -> data appear in project center but when you click on the sites it gives an error message
    created a web application 99 -> create a site collection -> provisioned a pwa with the old databases -> data appear in project center but when you click on the sites it gives an error message - same as above
    the below while it held promise it didnt work for going against a separate port... using the data from an unattached content database export (link above)
    also reference (http://pwmather.wordpress.com/2012/06/28/move-a-sharepoint-2010-sub-site-to-a-different-location-on-the-same-farm-sp2010-ps2010-powershell/) 
    2) Tried to do a SPSite Restore and it ends up deleting the provisioned PWA and still appears to be there but no PWA soo 
    3) removing the ophaned PWA site (http://mrhodes.net/2011/02/24/fixing-an-orphaned-site-collection-within-project-server-2010/) wont help since it will remove the PWA sites/subsites from the content database I want
    4) I'm still unsure how to approach what Krishnp stated...
    unless #2 was his approach
    Any other help would be greatly appreciated - I'm trying everything it's time consuming since the backup files take over an hour to restore to a site - while it is faster to do the original when its just one content database/4 pwa databases... 
    I've read its possible to do to different ports (of course I closed the page) but I have only seen one post point it out 
    thanks again 

  • On a propritary web site I use, I get an error trying to upload a document; in IE I can solve this by adding the site to the list of trusted sites, how do I handle it in Firefox?

    The error message is
    Server Error in '/' Application.
    StartIndex cannot be less than zero. Parameter name: startIndex
    I can avoid the message in IE by adding the site to the list of trusted sites.
    How do I accomplish the same thing in Firefox?

    stewlyons wrote:
    how do i know if anyone's posted an answer, or help?  do i have to keep coming back here to look, see?  or can someone send me an e-mail?  (not sure i would know where to go back to)   thanks.
    First, you should be receiving email notifications of any reply; you haven't because there haven't been any. Second, should you be able to access that website? Have you done it before? Occasionally, I've gotten a similar message from websites I frequent but trying later will often clear the problem. Other times, I've gone to websites I really don't have permission to access and the website knows it. Also, you might try another browser, such as Firefox or Opera.
    Finally, if you mean the Birchmere Music Hall, I get the same error message, and if Ticketmaster needs to access that website for ticket and event dates, it can't get through either. I'd suggest waiting for whomever handles the Birchmere website to fix it, or call them on the phone.
    BTW, it's not a good idea to put your email address out for all to see. If you can still edit the post, delete it.
    <E-mail Edited by Host>

  • Adding fields in EDI output of Invoice List

    Hi!
    I am trying to find out what is a process of adding fields in EDI output of Invoice List...
    I mean that I need to add some extra fields to Invoice lists.
    The information I have is: name of Form, print program and output type.
    I guess I need to modify printing program, is it a correct way to go?
    Hope to avoid modifying of print form...
    Will reward,
    Mindaugas.

    I did not work on invoice list EDI,but i have done invoice.
    First you need to look at segment,if you want to add new fileds in output,then you need to create segment at WE31 Transaction.
    now create idoc type based on invoice idoc type ( WE30) here you need to use ur segment.
    Idoc has function module
    outbound - FM will start IDOC_OUTBOUND_inv*
    Inbound  - FM will Start IDOC_INBOUND_INV*
    in the FM,you will have user exit ,populate ur fields in user exit.
    Configuration :
    1 create or maintain logical system - SALE
    2. Create RFC Destination - Sm59
    3. Create port - WE21 - ( EDI - Port is FILE)
    6.Maintain partner profile - WE20 ( Give all required details like message type,idoc type)
    IDOC Status - WE02 or WE05
    Status Record - WE47
    Change pointer - BD52
    Message type : WE81
    Assign message type to idoc WE82
    finally when you create invoice list and output type medium is 6 then output will go to other system as text file.
    Note : Please maintain message control in Partner profile.

  • How to make change in Issue list across all project sites?

    Hi,
    We all have issue list in our project sites. We need to add some values to some of the columns in that issue list. The requirement is we need these changes to reflect in all the new sites. Also how to make these changes reflect in current existing sites.
    Can anybody suggest a way to achieve this. One thing that i am aware of is creating a new project site template and associating it with EPT but that still not solves the issue for preexisting sites.
    Please help asap.
    Thanks in advance.

    Hi SpWrk
    If you have already created some sites. You would need to apply these changes either Programetically (Powershell or C#) or Manually.
    However, you can take the following approach to avoid this problem in future. (i.e. Your "future" changes will appear in existing sites too). I am writing the procedure breifly but let me know if you need more details on this
    1) Create a content type (e.g. "Project issues" at PWA level)
    2) Associate this content type with the Issues List in your site template as well any existing project sites. Make it a default content type for Issue lists. save your site template
    3) Create all your custom columns in this new Content type (changing OOB issue columns can break your reporting)
    4) Your changes to content type should reflect in future sites as well as existing sites (whereever the content type was appiled)
    Regards
    Hammad Arif EPM Advice Blog

  • Project Site custom list data reporting with Odata connection, BI reports in Project online 2013.

    Hi,
    Can we create an excel report with Odata feed connection which includes project site custom list data?
    Example: My Project is "ProjectTest" and it has a project site in which i created a custom list "ProjectNotes" with some new columns. I want to include these columns in my report.
    sandeep

    Hello,
    when using the SharePoint ODATA or REST APIs each list and site would have a different endpoint URL. Some example URLs are below:
    REST API:
    https://test.sharepoint.com/sites/pwa/Project01Test/_api/Web/Lists/getByTitle('ProjectNotes')/Items
    https://test.sharepoint.com/sites/pwa/Project01Test/_api/Web/Lists/getByTitle('Risks')/Items
    ODATA SVC:
    https://test.sharepoint.com/sites/pwa/Project01Test/_vti_bin/listdata.svc/Issues
    https://test.sharepoint.com/sites/pwa/Project01Test/_vti_bin/listdata.svc/ChangeRequests
    The down site is that in Excel you cant dynamically update the connection URL so would have to add all of these in manually and create the data models - I guess this is ok if you don't have many projects and don't create many new projects. In code such as
    JavaScript it is easy and you can build up the URL dynamically using variables like below:
    projSiteUrl + "/_api/Web/Lists/getByTitle('ProjectNotes')/Items"
     The options to explore to see if you have make this dynamic and get the data you want are:
    Potentially look at the search API and use that in Excel:
    http://sharepoint.stackexchange.com/questions/98159/retrieving-list-items-from-multiple-sites-via-odata-with-excel
    http://social.technet.microsoft.com/Forums/windows/en-US/727c1893-6b42-478b-afca-b32fb259a53d/retrieve-custom-lists-from-all-projects-for-excel-reports-by-using-odata?forum=sharepointgeneral
    Power Query:
    http://blog.oraylis.de/2013/05/using-dynamic-parameter-values-in-power-query-queries/
    JavaScript (put the data on a page), example:
    http://gallery.technet.microsoft.com/scriptcenter/Server-Risks-and-Issues-on-65dcbe0e
    Or bring the data down to a custom SQL database table and report of that data:
    http://nearbaseline.com/blog/2014/04/project-site-custom-list-reporting-using-ssis-odata-connector/
    Hope that helps
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Project Site's Tasks List not sync

    Hello,
    It seems I am having an issue with Project Site's Tasks List as it doesn't sync with the Project Plan/Schedule in Project Online.
    In all of the instances, the setting in PWA Settings/Connected SharePoint Sites: "Sync Enterprise Projects tasks to Tasks List" is always checked.
    The thing is that it used to work fine: whenever I published a new project, whether it was "Automatically create a site on first publish" or "Allow users to choose", the Tasks Lists were successfully synced.
    Recently I have removed/deleted the existing connected project site and created a new one based on default Project Site templates, meaning the synchronizable lists (Risks, Issues, Tasks etc.) must remain. Now the sync problem occurred for both newly published
    projects and existing projects. The Project Site's Tasks List appeared empty although it was locked for edit in PWA. I though the sync would have run overnight, but it didn't.
    Does anyone have any clues about this and how it can be fixed?
    Thanks,
    Linh

    Linh,
    What is the task list you see under the column Server Settings >> Connected SharePoint Sites,
    under the columns Tasks List, when you use the default template?
    More over, is this is a new project or an old project? I think there is an issue if yo turn off and turn
    the sync option again for existing projects. May be it applies to projects that you delete and recreate project site for?
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • I cant get my new iMac to talk to my Cannon mf4350d. Some chat sites say they never will.  My latest error message is: "No destinations have been added to the [Destinations List]"  I cannot find this reference in Help...

    I cant get my new iMac to talk to my Cannon mf4350d. Some chat sites say they never will.  My latest error message is: "No destinations have been added to the [Destinations List]"  I cannot find this reference in Help...

    I cant get my new iMac to talk to my Cannon mf4350d. Some chat sites say they never will.  My latest error message is: "No destinations have been added to the [Destinations List]"  I cannot find this reference in Help...

  • Proprogating changes to a list to all site pages

    Here is my issue:
    Currently running a Project 2010 Sharepoint site and my Project Management lead has added a column to the Deliverables list on the home page.  He is wanting to have this new column added to all of the Deliverable lists on all of the current site pages,
    along with any new site pages that are created.  He has also edited the New Item and Edit item form in InfoPath to reflect this new column and would like it on all of the site pages as well.
    I have already changed the column he created to a site column, but how do I propagate this change to all of my current and future site pages?

    Hi,
    The way we import WSPs has got changed in VS2010, its tricky though.
    here are links for your reference -
    Walkthrough: Import Items from an Existing SharePoint Site
    http://msdn.microsoft.com/en-us/library/ee231603.aspx
    Importing SharePoint 2010 Site Definitions in Visual Studio 2010
    http://msdn.microsoft.com/en-us/library/gg512104(v=office.14).aspx
    http://ahmedmadany.wordpress.com/2012/12/30/importing-sharepoint-solution-package-wsp-into-visual-studio-2010/
    and here is a video on How To -http://channel9.msdn.com/blogs/funkyonex/importing-sharepoint-solution-packages-wsp-into-visual-studio-2010
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • Creating auto-increment field in SharePoint List

    In SharePoint, we can create the auto-incremental field by many ways, I am going to discuss two ways of doing it.
    Calculated field
    Item Event Receiver
    1. Using Calculated field:
    Using this we can accomplish it without doing any programing and it is a relatively simple way of doing it. By using “Calculated” column in SharePoint List we can create auto-increment field. We can accomplish this by creating a new column and choosing the
    column type as “Calculated (calculation based on other columns)”. And in Formula field, we have to enter [ID]
    In fact this will be using the values from “ID” field from SharePoint list that starts from 1.
    For example, if we want to start our auto-increment column from 100, we can modify the “Formula” field of Create New column screen, we can have to enter [ID] + 99
    For detailed info please follow the blog I wrote here: http://faisalrafique.wordpress.com/2011/03/19/creating-auto-increment-field-in-sharepoint-list/
    2. Using Item Event Receiver:
    By using this strategy, users have advantage to edit the existing values, we can also avoid it by making field read-only on feature activation. Using item event receiver, on ItemAdded event, we have to find the highest value among previously added items
    and then save the incremented value to current newly created auto-incremental column.
    For code of event reciever please follow the blog I wrote here:
    http://faisalrafique.wordpress.com/2011/03/19/creating-auto-increment-field-in-sharepoint-list/
    Happy Coding

    Use Sharepoint Designer to create a Workflow for the list containing the field to increment. For my project I had an Invoice field that I wanted to start with 1001 and increment from there so I made the following workflow to do this.
    In the new workflow screen in Sharepoint Designer create two actions in Step 1:
    Calculate Current Item:ID plus 1000 (Output to Variable: calc)
    then Set AutoIncrementNumber to Variable: calc
    This is just a guide. If you just want the auto-increment to start with 1 then you can just use this step
    Set AutoIncrementNumber to Current Item:ID
    Also, make sure you select the correct name for your field in the Workflow action instead of AutoIncrementNumber.
    Save the Workflow, close it, and then open it again in Sharepoint Designer. Check the box for "Start workflow automatically when an item is created." Save it again and then click on the Publish button to make it active on the sharepoint site. The value should
    now increment for each new item created in the list.

Maybe you are looking for