Clarity

  • 1.  Portlet migration with configuration/filters

    Posted Jan 15, 2018 04:16 AM

    CA-PPM Version : 14.3

     

    I have created a custom portlet with lots of changes in the column name, filters, custom column label name,changed the field attribute display type to 'lookup' etc.

     

    When I XOG out and XOG IN with different portlet name in the same environment, I don't see any of the configurations, filters, column label name etc.

     

    Is there any reason, why the changes are NOT migrated?

     

    Here is the OOTB XOG for Portlet Read.

     

    <?xml version="1.0" encoding="UTF-8"?>

    -<NikuDataBus xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">


    -<Header externalSource="NIKU" objectType="contentPack" action="read" version="8.0">

    <args value="code" name="order_by_1" contentType="view"/>

    <args value="C:\niku" name="documentLocation"/>

    </Header>


    -<PortletQuery>

    <Filter name="code" criteria="EQUALS">resource_workload</Filter>

    </PortletQuery>

    </NikuDataBus>

     

    Thanks in advance for your help

     

    -Venkitta



  • 2.  Re: Portlet migration with configuration/filters

    Posted Jan 15, 2018 04:46 AM

    Are you making and publishing changes on the admin side, OR, are you making the changes on the application side?

     

    NJ



  • 3.  Re: Portlet migration with configuration/filters

    Posted Jan 15, 2018 05:32 AM

    Application side.  I think, I should do it from Admin side so the changes are saved!!!



  • 4.  Re: Portlet migration with configuration/filters
    Best Answer

    Posted Jan 15, 2018 06:17 AM

    Yes ; application-side changes are just a personal (to the specific user) change of the configuration.

    When you XOG out the portlet you XOG out the system-configuration (not the personal one).



  • 5.  Re: Portlet migration with configuration/filters

    Posted Jan 16, 2018 09:35 AM

    Thank you all for the response.  Appreciated.