How to find who changed a object on the object designer ?

snyktpsnyktp Member Posts: 75
Hii,

I need to find who changed a object on the object designer. However, somethimes a developer doesnt write a documentation for his/her changing on the object. I want to know who changeg the object.
Do you have any ide about that?

Thank you

Comments

  • matttraxmatttrax Member Posts: 2,309
    That information is not stored in the database as far as I know. There are source control solutions you can use, but you still depend on developers to check in / out. So if they're not changing the version tag you probably can't depend on them to do that either :?
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Look in the VirtualTable: ObjectModifiedBy



    :lol:
    Just kidding. It's not possible with standard NAV
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • ara3nara3n Member Posts: 9,256
    You can use the following tool. I've posted about this on my blog.

    http://mibuso.com/blogs/ara3n/2008/05/1 ... elopement/


    There is also another tool on mibuso download to keep track of versions.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • BeliasBelias Member Posts: 2,998
    Look in the VirtualTable: ObjectModifiedBy



    :lol:
    Just kidding. It's not possible with standard NAV

    I've had already higlited and copied "ObjectModifiedBy"....with this expression on my face :shock:
    After that i read the 2nd line of your post with this face :oops: ](*,)
    you joked me...all the way... :D
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • jlandeenjlandeen Member Posts: 524
    If you're working within a Native Navision environment then it's a little more work to achieve this and it's quite manual. Although Celenia does make a pretty good version control tool that works from within Navision.

    If you're working with Navision on a SQL platform I find a much cleaner solution to track that kind of information is to hook up a trigger to the Object table that logs all the details that you wish to track about an object to another SQL table.
    Jeff Landeen - Sr. Consultant
    Epimatic Corp.

    http://www.epimatic.com
  • garakgarak Member Posts: 3,263
    Do you make it right, it works too!
Sign In or Register to comment.