Clarity

  • 1.  Remove System Actions from Cost Plan

    Posted Oct 12, 2017 12:05 PM

    Hi,

     

    I want to remove the system actions (New from Investment Team and New from Task Assignments) from Actions menu in the Cost Plan List page.

     

    Can we achieve this?

    If Yes, How?

    We are using Clarity 14.3

     

    Thanks, 

    Sriraj

    #CostPlan #ActionsMenu 



  • 2.  Re: Remove System Actions from Cost Plan

    Posted Oct 12, 2017 12:15 PM

    If you provide only view rights to the cost plan area, the user(s) would not be able to see the actions

     

    NJ



  • 3.  Re: Remove System Actions from Cost Plan

    Posted Oct 12, 2017 12:32 PM

    Add the below to the UI theme

     

    a[href*='&object_code&ui.page.space=mainnav.work&populate_detail=Allocations&__isInstance=true'] {display: none}

     

    a[href*='&object_code&ui.page.space=mainnav.work&populate_detail=Assignments&__isInstance=true'] {display: none}

     

     

     

    NJ



  • 4.  Re: Remove System Actions from Cost Plan

    Posted Oct 13, 2017 04:38 AM

    Thank you navzjoshi00 That helps a lot.



  • 5.  Re: Remove System Actions from Cost Plan
    Best Answer

    Posted Oct 25, 2017 09:08 AM

    We have to add two more lines to the provided lines to prevent the display of these actions while submitting Budget Plans. The final lines would be as below:

     

    a[href*='&object_code&ui.page.space=mainnav.work&populate_detail=Allocations&__isInstance=true'] {display: none}
    a[href*='&object_code&ui.page.space=mainnav.work&populate_detail=Assignments&__isInstance=true'] {display: none}

    a[href*='&object_code&ui.page.space=npt.projmgr&populate_detail=Allocations&__isInstance=true'] {display: none}
    a[href*='&object_code&ui.page.space=npt.projmgr&populate_detail=Assignments&__isInstance=true'] {display: none}



  • 6.  Re: Remove System Actions from Cost Plan

    Posted Oct 26, 2017 05:12 AM

    You can also hide actions from Clarity Studio. Just go to Cost Plan Detail object and against List actions menu, you can hide specific actions.  Let me know if this doesn't work.



  • 7.  Re: Remove System Actions from Cost Plan

    Posted Oct 26, 2017 09:00 AM

    Hi sridhar_bandaru,

     

    For Cost Plan Detail object, what you have said is true.

    But there is no option to remove these System Actions through the Cost Plan Object to remove the same from Cost Plan list page.

    We have to follow the approach suggested by navzjoshi00.