Clarity

  • 1.  Changing the name of a Custom object page

    Posted Jul 22, 2011 04:15 AM
    Hi all,

    I have created a custom object in Clarity with name 'Testing 1'.
    But then the requirement changed to have the object name as 'Testing 2' instead of 'Testing 1'.
    I have modified the object name and hence the filter section and menu manager got changed to reflect the new name.
    But the List page name "Testing 1 List" is not getting changed.
    Is there any way to change the list page name to "Testing 2 List"?

    Any help on this is highly appreciated.

    I am using Clarity 12.0.6 version.

    Thanks,
    Sireesha


  • 2.  RE: Changing the name of a Custom object page

    Posted Jul 22, 2011 05:56 AM
    Hi,
    Go to
    Object-->View-->list-->layout-->section title.

    make the change there.

    Thanks,
    Manish


  • 3.  RE: Changing the name of a Custom object page

    Posted Jul 25, 2011 07:47 PM
    Hi Manish,

    Thanks for your response.
    The solution you have given will change the section title alone. But I want the page name to be changed.

    Regards,
    Sireesha


  • 4.  RE: Changing the name of a Custom object page

    Posted Jul 26, 2011 03:13 AM
    XOG out the view and edit the xml file.

    Martti K.


  • 5.  RE: Changing the name of a Custom object page

    Posted Aug 02, 2011 01:15 PM
    It is not possible

    this is one comment from support
    "The list name is decoupled from the object name as soon as it's created." This is how it's implemented, not how it's "expected". From the users' point of view, there is no second chance to modify that list name, which means that they cannot make any typo, and they can not change idea later. That's not very user-friendly.


    Using below query will help but the support did not approve it saying this is as per the design and not a bug.

    update cmn_captions_nls set name='updated name' where name='old name' and
    language_code='en'
    and table_name in('CMN_PAGES', 'CMN_PORTLETS','CMN_ACTIONS',
    'CMN_MEU_ITEMS','CMN_PAGES')


  • 6.  RE: Changing the name of a Custom object page
    Best Answer

    Posted Aug 02, 2011 12:43 PM
    It is not possible 
    You can XOG the view and change the name of the list view, but when you XOG that back in the name does not change.

    Martti K.


  • 7.  Re: Changing the name of a Custom object page

    Posted Nov 14, 2016 05:48 AM

    Hello,

     

    I am also facing the same issue in 13.3, and when I ran update script mentioned as a solution, this also didn't work.

     

    I know in 15.1, it is working fine but till the time we are not on 15.1, we would expect some workaround. Could anyone suggest work-around for this?