• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

NAB Audit Log

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NAB Audit Log

    Is there a way to determine who last worked on a NAB Object?
    Or anytype of audit log of who/when an object was changed.

  • #2
    We're looking into this for the next release, so you can see within the NAB developer app who created or last maintained any NAB object.

    In the meantime, you can get the information from the underlying data files as follows:

    Data Sources...
    VVDTA100.VVCTS - Creation timestamp
    VVDTA100.VVCBY - Created by user
    VVDTA100.VVMTS - Last maintained timestamp
    VVDTA100.VVMBY - Last maintained by user

    Widgets...
    VVWDG100.VVCTS - Creation timestamp
    VVWDG100.VVCBY - Created by user
    VVWDG100.VVMTS - Last maintained timestamp
    VVWDG100.VVMBY - Last maintained by user

    Apps...
    VVAPPS.VVCTS - Creation timestamp
    VVAPPS.VVCBY - Created by user
    VVAPPS.VVMTS - Last maintained timestamp
    VVAPPS.VVMBY - Last maintained by user

    In all cases the user is the numeric ID in VVUSERS.VVUSRID.

    Comment

    Working...
    X