Clarity

Expand all | Collapse all

"Created by" attribute is not available in Portfolio Investment Attribute Registry

  • 1.  "Created by" attribute is not available in Portfolio Investment Attribute Registry

    Posted Oct 03, 2018 07:25 AM

    I am trying to add "Created by" attribute to Portfolio Investment Object Attribute Registry. But this attribute is not available there. Can anyone help me on this?

     

    Thanks,

    Justine



  • 2.  Re: "Created by" attribute is not available in Portfolio Investment Attribute Registry

    Posted Oct 05, 2018 11:31 PM

    I couldn't see it either.

     

    You can create a portlet to show it, NSQL section would be:

    ...

    from inv_investments inv

       and exists (select 1 from pfm_investments where portfolio_id = @NVL@(@WHERE:PARAM:XML:INTEGER:/data/id/@value@,0) and investment_id =inv.id )

     

    Place the portlet on one of the tabs of the Portfolio page.