Clarity

  • 1.  How to fetch Portlets which are created by users.

    Posted Aug 22, 2016 01:33 AM

    Hello Everyone,

     

    I'm referring to CMN_PORTLETS and CMN_CAPTIONS_NLS tables to fetch details about Portlets.
    I have tried using the Column IS_SYSTEM setting it to '0' but the records count is not matching with the Application.

     

    Could you please provide me Query which fetches list of Portlets created by users.

     

    Regards.
    Santosh



  • 2.  Re: How to fetch Portlets which are created by users.
    Best Answer

    Broadcom Employee
    Posted Aug 22, 2016 02:37 AM

    Hi Santosh,

     

    If you go to Administration  & Portlet Page you will see some portlets are system restricted and some are not and those are also portet provided out of box. So if you query the table CMN_PORTLETS and exclude created by 1 which is admin. It will give you the results created by users.

     

    However if you have some one using admin to create the portlets then there will be mismatch.

     

    Regards

    Suman Pramanik



  • 3.  Re: How to fetch Portlets which are created by users.

    Posted Aug 22, 2016 03:39 AM

    Will that include the portlets that a user has created in Home > Portlets but not published?



  • 4.  Re: How to fetch Portlets which are created by users.

     
    Posted Aug 30, 2016 06:14 PM

    Hi JayaSantoshKumar - Did SumanPramanik's response help answer your question? If so please mark as Correct Answer. Thanks!