Clarity

  • 1.  Is it possible to restrict the execution of "Populate from Investment team" if any validation like resources is not billable or active or financially not active?

    Posted Dec 09, 2015 01:36 AM

    Hi All,

    My requirement is to create a new process on cost plan, which runs automatically every time before the new cost plan is created or existing cost plan is updated and it restrict the user to run the "Populate from Investment Team" if any of the following

    validations get failed:

     

    1. All the team staff must be financially active

     

    2.All the team staff must have checked the open for time entry field on resource property page.

     

    3. Etc.

     

    if all the validations are true only then user can run the "Populate from investment team"



  • 2.  Re: Is it possible to restrict the execution of "Populate from Investment team" if any validation like resources is not billable or active or financially not active?

    Broadcom Employee
    Posted Jan 08, 2016 06:29 PM

    One idea is to hide the box to enter in the department obs

    If the Department OBS is not added to the project yet, no cost plan can be created until that is entered.



  • 3.  Re: Is it possible to restrict the execution of "Populate from Investment team" if any validation like resources is not billable or active or financially not active?

    Posted Jan 15, 2016 05:46 PM

    If you have an on-premise system, it is technically feasible to create a database trigger that will check conditions and prevent the execution of the cost plan creation, as well as provide a pop-up warning message.  Database triggers are not supported by CA and if there are issues with related functionality, will need to remove them before CA Support will engage in assisting in ticket resolution.  If you have an On Demand system, database triggers are not allowed under any circumstances.

     

    It is theoretically possible to have a relatively complex custom object in which the desired conditions are set up as required attributes that must be present for the object to be saved.  When the object is saved, a process is triggered that then creates the cost plan.  This would be a fairly costly (in effort) solution that is not very user friendly.  Security would need to be set up to support this.



  • 4.  Re: Is it possible to restrict the execution of "Populate from Investment team" if any validation like resources is not billable or active or financially not active?

    Posted Jan 17, 2016 02:40 PM

    I suspect the only way you can achieve this is to hide/deactivate the OOTB "Populate from Investment Team" link in the Actions drop-down, and replace it with a link that calls a custom process which creates your Cost Plan using only the Team records you want.



  • 5.  RE: Re: Is it possible to restrict the execution of "Populate from Investment team" if any validation like resources is not billable or active or financially not active?

    Posted Jan 02, 2020 05:39 AM

    ​Has anybody experience with customizing the OOTB "Populate from Investment Team" action?

    I would like to limit the functionality to labour resources (and exclude expense resources from the calculation).

    BR David




  • 6.  RE: Re: Is it possible to restrict the execution of "Populate from Investment team" if any validation like resources is not billable or active or financially not active?
    Best Answer

    Broadcom Employee
    Posted Jan 03, 2020 12:01 PM
    Hi David,

    The ability to limit the population of Cost Plans to labour resources only is available out-of-the-box. 

    Navigate to Administration - Finance - Setup
    Select Defaults
    In the General section, there is an option to "Ignore Non-Labor Resources/Roles in Cost Plan Population"

    When you have this option enabled, only Labour type resources will be considered when populating your cost plans.

    Ming


  • 7.  RE: Re: Is it possible to restrict the execution of "Populate from Investment team" if any validation like resources is not billable or active or financially not active?

    Posted Jan 07, 2020 05:24 AM
    Hello Ming,​
    thanks for this input, does exactly what I was looking for #thumbsup#
    BR David