NPD - Project Portfolio to be exported

Hello,
my customer is very happy with Project Portfolio functionality.
However, he requires the possibility of exporting all projects that are green, amber, red.
Basically he needs to export the same information that can be seen in a standard project portfolio.
He needs to bring up these lists to the weekly meeting with the planning board, etc... to discuss about issues with activities/ projects.
I checked the simple functionality to search projects.
I did find the possibility of exporting in spreadsheets but this search does not show which project is overdue or not.
Would you please advise.
Thanks and regards
Daniele

Activity status does not export to excel. Only project status. OPLA will provide the ability to monitor activity status at the portfolio level.

Similar Messages

  • How can i check the duplicate NPD project name?

    Dear all,
    I would like to know on how i can check the duplicate NPD's project name? I found that some NPD's project is initiate serveral time with the same or semilar name from user name. Supposing the project name was "Smart Pilot". I always found that project may type differently such as "Smart PILOT","smart pilot" or even "Smart Pilots". Supposing i would like to validate all of these name before save by using validation framework, or custom validation. Is it possible?
    Supposing it was possible, can you please guiding me on how?
    Thank you so much in advance for all of the answer.
    Phaithoon W.

    So here is some example code for a quick validator. Note that this uses a hard coded English error message, rather than a translation. If you want to use translations instead, look at some of the examples in the ReferenceImplementations\Validation\SourceCode\ReferenceValidation folder in the Extensibility Pack, and review the Validation Training as well (in the ReferenceImplementations\Validation\Documentation folder).
    Note that the provided code is for demonstration purposes only and is not supported by Oracle.
    The classes:
    using System;
    using System.Data;
    using System.Xml;
    using Xeno.Data.NPD;
    using Xeno.Prodika.Application;
    using Xeno.Prodika.Services;
    using Xeno.Prodika.Validation;
    using Xeno.Prodika.Validation.Validators;
    namespace Oracle.Agile.PlmProcess.Validation
        public class NPDUniqueProjectNameValidatorFactory : XmlConfigValidatorFactoryBase
            protected override IValidator Create_Internal(XmlNode configNode)
                return new NPDUniqueProjectNameValidator();
        public class NPDUniqueProjectNameValidator : BaseValidator
            private const string sql = @"select 1 as dup from NPDPROJECTML where UPPER(title) = UPPER ('{0}') and FKPROJECT <> '{1}' and LANGID = {2}";
            public override bool Validate(IValidationContext ctx)
                var project = ctx.ValidationTarget as INPDProjectDO;
                bool hasDuplicate = false;
                string sqlToExecute = String.Format(sql, project.ProjectML.Title, project.PKID, UserService.UserContext.User.PreferredLanguage);
                using (IDataReader reader = AppPlatformHelper.DataManager.newQuery().execute(sqlToExecute))
                    if (reader.Read())
                        hasDuplicate = true;
                if (hasDuplicate)
                    ctx.AddError(String.Format("A project already exists with the name '{0}'.", project.ProjectML.Title));
                return hasDuplicate;
            private IUserService UserService
                get { return AppPlatformHelper.ServiceManager.GetServiceByType<IUserService>(); }
    Next, add the following to the ValidationSettings.xml file in config\Extensions:
    1. add the validator factory, with a reference name in the config:
    <ValidatorFactories>
            <!-- Custom  Validator Factory declaration goes here -->       
            <add key="NPD_CheckProjectNameForDuplicate" value="Class:Oracle.Agile.PlmProcess.Validation.NPDUniqueProjectNameValidatorFactory,ReferenceValidation" />
    </ValidatorFactories>
    2. Add a rule for NPD project Save event:
    <rule type="3202">
                <condition event="save">
                    <if type="NPD_CheckProjectNameForDuplicate" require="true" report="true" />
                </condition>
    </rule>
    Compile the reference example into a dll, and add that dll into web\npd\bin
    When you try to save a project with a duplicate name, it should now give you the error message.

  • Project Server 2013 for Resource Planning & Project Portfolio Management

    We are looking to  use project server 2013 for resource and project portfolio management.  We are an IT department of approximately 600 growing to 1,000 within the next several years.
    We would like to us PS2013 to do the following :
    Manage Portfolio of Projects
    Manage Resources against this Portfolio
    Calculate Project Finances using resource roles and rates
    I would be grateful to have both comments on experience , both positive and negative.
    Thank You

    Many teams within organizations are turning to Project Server to help them control resources, deliverables and costs better.    It does resource management very well with work & cost resources, baseline costs, material costs, budget costs and
    out of the box earned value analysis (EV).  The Strategy (portfolio) component is very powerful and it will help you identify project that align to your objects then do what if analysis to find the right mix of projects.
    Here are a couple of things you should think about when moving to PS2013:
    1) Who will be using the tool?  If it is a mix of onsite staff, remote staff, vendors, contractors etc. you may want to think about a hosted solution.
    2) Training.  Don't assume everyone will just magically 'know' how to use the tool.  Train everyone (team members, PMs, Executives) then train them again.  It's the only way to truly get the value out of the tool.
    3) Who will manage the system?  This is not a typical application.  The right administrator needs SharePoint, Project Server, SQL Server,  MS Project, Analysis Services and SQL Report writing skills.  Please note that much of this can
    be learned by the right person but DEFINITELY find the right person.
    4) Don't start customizing right out of the box.  You will get frustrated.  Adjust your organization to the tool early on.  I know that is easier said than done but you need a realistic approach to get tool acceptance moving early.  
    5) Use workflows but don't use them right out of the gate.  Workflows are great but I suggest you wait until phase 2 or 3 to start aligning them to your business processes.  
    6) Lastly and most importantly, you must first establish your own business processes THEN  align them to the tool.  DO NOT assume the tool will create business process for you.  You must think about how you are going to initiate a project,
    how are you going to track deliverables, how will time sheets be managed, etc.  Get to a whiteboard, crack open Visio and start building and establishing your processes now.  PS 2013 is pretty flexible and usually will align well with existing business
    processes.
    And don't forget to hire a good consultant.  They can be brought in during key phases of your roll-out to add value, help you avoid risks, and provide you with best practice advice.
    Good luck.

  • Software needed for Primavera P6 Enterprise Project Portfolio Management

    Dear All,
    Please help me, i want the list of software to install the Primavera P6 Enterprise Project Portfolio management for server side.
    Please provide the list in order to install.
    Thanks in Advance.
    Amit

    Hi Amit,
    Assuming you are going for P6 r8.3 EPPM and currently have absolutely nothing deployed the order I would recommend would be.
    1) Install Windows 2008 R2 SP1
    2) Install SQL Server 2008R2 SP1 (express edition is not officially supported for a server deployment)
    3) Install Sun JDK 1.7u15 (64bit) (set the JAVA _HOME Vartiable)
    4) Install Weblogic 12.1.1
    5) Apply patch 16176831 to weblogic
    6) Create the 8.3 EPPM database
    7) Install P6 8.3 EPPM
    8) Configure and start Weblogic
    Regards
    Alex

  • 6.1 NPD - Project Name and Status not showing in the Project Header

    I have this issue in 6.1 NPD - The NPD Project Name and Status is not showing in the Project header when opening a project. Any ideas? Thank you.

    Is this happening for NPD Projects that are newly created, prior to clicking Save? Or for already existing NPD projects?

  • Whats the basics to Integrate Primavera P6 Enterprise Project Portfolio Mgt

    Hi Friends,
    I need to Integrate Primavera P6 Enterprise Project Portfolio Management from Oracle using API or Primavera Web Services .
    So i want to know how to do it ....
    I hope you can help me to get out of this issue....
    With Regards
    VEL

    Hi Vel,
    I'm also searching for the same and finally i got the following link
    hope this might help you,
    http://www.projectedconsulting.com/index.php/products/primavera/op-p6-integration
    Regards,
    Saravanakumar

  • P6 Enterprise Project Portfolio Management versus Project Portfolio Managem

    Hi, All.
    Sorry for this basic questions, but can anyone clear explain to me the difference between Primavera P6 Enterprise Project Portfolio Management and Primavera P6 Project Portfolio Management ?
    What does the "Enterprise" agregate to the P6 EPPM? or what doesn't PPM have?
    Thanks and Regards.

    The "Primavera P6 Professional Project Management (v6.2 and v7.0) Media Pack" provides for client/server or standalone installation of the desktop components Primavera Project Management and Primavera Methodology Management
    The "Primavera P6 Enterprise Project Portfolio Management (v6.2 and v7.0) Media Pack" provides the full suite of Primavera Project Management components including the desktop applications, the web applications, the integration API and other tools.
    Have a great day!
    Saryn

  • Primavera P6 Enterprise Project Portfolio Management  performanance issue.

    Hi,
    How to improve Primavera P6 Enterprise Project Portfolio Management performanace?
    OS= RHEL 5.5
    DB= 11.2.0.2 RHEL 5.5
    Application Version=P6 R8
    No issue noticed at database end. Can someone point documention on EPPM ?
    Thanks

    You can find the documentation at the below link
    http://www.oracle.com/technetwork/documentation/primavera-093289.html
    When and where are you facing the performance issue?

  • Project portfolio management

    Hi Project management consultants,
    I want to confirm the following:
    1. Is the Project System module now called Project management?
    2. Is Project portfolio management = project system?
    3. There are several project management courses like PLM 2xx : Logistics and Controlling etc.
    Are each of these courses certification academies?
    Thanks in advance.
    sincerely
    John

    Answers
    1) Project Management and Project Systems are the same - call it what you like
    2)Project Portfolio Management is not  = Project Systems it is a separate cross application
    3) All the courses PLM2xx are part of the PS academy - any PLM2xx can be taken individually

  • Project Portfolio Mangement

    Hi,
    I am just wondering if anyone knows of any full-featured Project Portfolio management app that has been built in Apex. There are several component apps in the sample applications--such as time reporting, project tracking, etc. Just wondering if anyone or company has put all the pieces together to track project resource projections, resource allocations, actual effort reporting, etc. I am aware that Oracle has such a product in its ERP suite, but it is more complicated and expensive than what we are looking for.
    Pat Miller
    University of Notre Dame

    Hi Pat,
    look at
    http://apex.oracle.com/pls/otn/f?p=44388
    Leo

  • Show added attributes in a NPD project

    Hi,
    I am adding some Extended Attributes to an NPD project once the project is created. However, even that I already added the Extended Attributes to the project (are shown in the DB) these are not shown in the page until the NPD project is re-open (loading a different screen and going back to the project - this can be confusing for the user). I was expecting that once its saved to get a "refresh" and show the attributes, but that does not happen. Is there any way to approach this?.
    Thanks in advance,
    EDIT: I forgot to mention that I am adding the Extended Attributes with code and doing some functionality in the DB.
    Fernando

    Hi Feng,
    I am creating a custom Validation (it is a extensibility). The problem is this: I need to add a list of Extended Attributes to the NPD project and then, I need to check some rules for those attributes, but they are not appearing in the Extended Attributes section (in the screen). So it shows an error like: "The atrribute X needs Y value" and the attribute is already added to the project, but is nos visible.
    Also, I am printing in a file and for some reason the Custom code is getting called twice (but doesn't show the errors twice), do you know something about this? or do you have any recommendation/approach of how can I accomplish what I need?.
    Thanks,

  • ORACLE PROJECT PORTFOLIO MANAGEMENT INTEGRATION PACK FOR PRIMAVERA P6 & EBS

    Hi,
    Where can I get the software ORACLE PROJECT PORTFOLIO MANAGEMENT INTEGRATION PACK FOR PRIMAVERA P6 and Oracle E-Business Suite?
    Suggest me.
    Regards,
    Mini

    It should be possible. However I will suggest you get in touch with your local sales representative for clarifying licensing policy. It may require you to purchase full license of AIA foundation pack and SOA suite.
    Oracle is expected to release new PIP solution for P6 and R12. You may want to wait for that. Search the forum and you will find lot of threads with details.
    Sachin

  • Oracle Project Portfolio Management

    Hi,
    Does Oracle have Project Portfolio product within EBS ?
    If Yes, as we already have Oracle Projects implemented, so do we need to go for different License ?
    Appreciate your feedback.
    Regards,
    Khan.

    Thanks Sandeep for your response.
    If its a separate Module then will it come under Project Suite ??...I know in Project Suite, there is a Module called "*Project Portfolio Analysis*" but I have never seen anything like "*Project Portfolio Management*". Is both are same or different ??.....If both are same then do we need to go for separate License inspite of having or implemented Project Management, Project Costing & Project Manufacturing.
    Regards,
    Khan.

  • Professional R8  versus   Enterprise Project Portfolio Management R8 ?

    Could someone please explain the differences between these two P6.8 downloads?
    V23617-01 346 MB Primavera P6 Professional R8 for EPPM
    V23604-01 542 MB Primavera P6 Enterprise Project Portfolio Management R8 for Windows
    I am downloading the first one now, but not sure if the 2nd is just a repeat of the first, minus some files.
    Cheers,
    Daniel

    I Got the definition of both from P6 EPPM R8 administration guide:
    P6 EPPM : Most users will rely almost exclusively on the P6 web application running in a standard web browser. Simply termed P6, it is the primary interface for administering and managing projects.
    P6 Professional for EPPM: (Client Component)The P6 web application is the main interface for all project management functionality; however, you can also use the optional P6 Professional software to take advantage of its core project planning and scheduling functionality. The P6 Professional application and its features, including the built-in TSLD viewer, run on the Microsoft Windows operating system.
    The installation of the P6 Professional for EPPM is optional depending on your implementation needs

  • NPD Project limit the create new activity button

    Hi,
    when I go to the Activity tab in a NPD Project, I would like to know if it's possible only the Project team leader user to use the _(create new)_ button (next to the activity name).
    Is there a way?
    Thanks
    Stefano

    There is no out of the box way to do that.
    If you had to, you might be able to modify the code-in-front to disable or hide the button. Of course, these kinds of changes require you to maintain this customization across all releases, so that isn't ideal.
    Otherwise, you could submit an enhancement request

Maybe you are looking for

  • Keyboard settings stuck on Key Caps/Link Troubles

    Somewhere between finishing the installation of a Belkin wireless G router on my iMac, and rebooting the system to finalise, something has gone horribly wrong. My G3's keyboard now types in nothing but non-English symbols - the key cap settings have

  • Macbook Pro Restore without disk

    Hi everyone, I have a Macbook Pro bought in 2009. I had both OS and Windows XP installed. My friend did something to it and now it just directly boots into XP, and you don't have the choice to delete XP partition in OS Bootcamp (cuz OS doesn't even b

  • The question about portlet customization and synchronization

    I have a question about portlet customization and synchronization. When I call NameValuePersonalizationObject data = (NameValuePersonalizationObject) PortletRendererUtil.getEditData(portletRenderRequest); portletRenderRequest.setPortletTitle(str); po

  • I accidentally erased a note. How do I get it back?

    I accidentally erased a note. How do I get it back?

  • IPhoto videos no longer listed

    Some where between the new update of iPhoto 09 and snow leopard, in the event library of iMovie 09, under macintosh HD, my iPhoto videos are no longer listed!!!! I see the iPhoto video icon, however, iMovie says no matching video.... Anyone know what