Clarity

 View Only
  • 1.  Restore Defaults button

    Posted Oct 01, 2020 01:15 PM

    Hi

    Is there any way how to check who hit "Restore Defaults" button on Views on object?

    Regards

    Milos



    ------------------------------
    CA Clarity PPM Architect, CA PAM Proven Professional
    ------------------------------


  • 2.  RE: Restore Defaults button

    Broadcom Employee
    Posted Oct 02, 2020 04:06 AM
    Hi Milos,
    If you restore defaults on the asset object, the odf_views table is updated:
    select * from odf_views where object_code = 'asset'
    You can check the last updated_date and last_updated_by. See if this info helps.
    You can also check the app-access.log files.
    You will have an entry like:

    [02/Oct/2020:07:56:14 -0400]|POST /niku/nu?uitk.vxml=1&action=odf.resetToSystemViews&component=projmgr&object=asset&object_id=5000017&displayPartition=NIKU.ROOT&uitk.session.uuid=a06162bb-ec24-4f4f-a31f-0d37ebd8b036 HTTP/1.1|200|4789|12781|9256426__E52E5DF3-24A6-4701-825A-D97A3F34ACC8
    
    Note the action: action=odf.resetToSystemViews&component=projmgr&object=asset
    How to navigate through the app-access-XXX.log files:
    https://knowledge.broadcom.com/external/article?articleId=14955

    Hope this helps.
    Regards
    Joxi


  • 3.  RE: Restore Defaults button

    Posted Oct 02, 2020 11:23 AM
    Thank you Jose for your help.

    I would like to add that theTOKEN ID can be found in CMN_SESSION or LOG_SESSIONS tables, where USER_ID related to proper USER from CMN_SES_USERS can be found too.

    Regards

    Milos


    ------------------------------
    CA Clarity PPM Architect, CA PAM Proven Professional
    ------------------------------