Clarity

  • 1.  Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Aug 27, 2014 07:04 AM

    Table PAC_MNT_RESOURCES

    Where I can see the last update information on table ?

    • last_updated_date
    • last_updated_by


  • 2.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Aug 27, 2014 07:24 AM

    The field are in the table, not just in the Tech Ref (v12.)

    last_updated_date

    last_updated_by

    What is the problem?



  • 3.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Sep 02, 2014 02:26 AM

     

    Re Clarity 12.1.3.1361

    I cannot see those fields

     

    Any idea/solution?



  • 4.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Sep 02, 2014 09:23 AM

    Where can you not see the fields ?

     

    In the database ?

     

    Have you run the below statement ?

     

    select

    last_updated_by,

    last_updated_date

    from pac_mnt_resources

     

    NJ



  • 5.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Sep 02, 2014 09:58 AM

    Ok, saw this post and realized that maybe it's not there -

    https://communities.ca.com/thread/241692776

     

     

    I guess, a trigger is the only way to achieve this. You can get the data filled in the cmn_audits table.

    Please note:- although the data would not be available in the UI, it can be extracted from the db.

     

    You can vote on this idea -

     

    Make RESOURCE FINANCIAL INFORMATION available in Studio

     

    Make RESOURCE FINANCIAL INFORMATION available in Studio

     

    NJ



  • 6.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Sep 03, 2014 08:52 AM


  • 7.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Sep 04, 2014 03:05 AM

    Since no any update in table SRM_RESOURCES or CMN_SEC_USERS

    the last_updated_date and last_updated_by from those table will be incorrect



  • 8.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Sep 04, 2014 01:59 AM


    Hi.

     

           You can write the process based on resource object (some logic need to include) which will capture auditing for resource financials with out writing triggers.

     

    Thanks

    Senthil



  • 9.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Sep 04, 2014 03:10 AM

    I think so for process

    But no 'Resource' object for selection



  • 10.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Sep 04, 2014 04:26 AM

    Resource object is not event enabled. but some tricky logic has to include.



  • 11.  Re: Table PAC_MNT_RESOURCES, where I can see the last updated date and last updated by?

    Posted Sep 04, 2014 07:40 AM

    Could you provide more information please