Which code is running when compile object

JAYESHJAYESH Member Posts: 290
HI,

I want to know which code is running while user is compile the object.
I want to know the ID of code.

Thank you

Waiting for your reply....
JAYESH PATEL

Comments

  • ara3nara3n Member Posts: 9,256
    The is no Codeunit. The client fin.exe compiles the object.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • WaldoWaldo Member Posts: 3,412
    If you use code coverage, start / compile / stop ... you'll see that Savatage is right.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • ara3nara3n Member Posts: 9,256
    Waldo wrote:
    If you use code coverage, start / compile / stop ... you'll see that Savatage is right.

    he means Rashed is right. :wink:
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • WaldoWaldo Member Posts: 3,412
    ara3n wrote:
    Waldo wrote:
    If you use code coverage, start / compile / stop ... you'll see that Savatage is right.

    he means Rashed is right. :wink:

    :oops:
    Damn, Sorry, Rashed ... I should go to sleep (already past midnight here)... :oops:

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • JAYESHJAYESH Member Posts: 290
    Thank you for the reply,

    So can any one know if i want to know the object is last compile by which user hw can i find it ??

    If you give me some idea then it's good for me.

    Thank you
    JAYESH PATEL
  • ara3nara3n Member Posts: 9,256
    filter on date and time
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • WaldoWaldo Member Posts: 3,412
    JAYESH wrote:
    Thank you for the reply,

    So can any one know if i want to know the object is last compile by which user hw can i find it ??

    If you give me some idea then it's good for me.

    Thank you
    By wich user is not possible...

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    You can use QPM for this and keep a detailed track of your object history.

    But that is an external tool so not an out of the box solution
  • JAYESHJAYESH Member Posts: 290
    Sorry to say but I didnt get you QPM ??

    Can you tell me in details ....
    JAYESH PATEL
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Try searching this forum for "qpm"
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • WaldoWaldo Member Posts: 3,412
    QPM is a tool from qurius ... actually an "enhanced Object Designer".
    It is going to write some data in custom tables to know who did what when ... .
    I don't thing QPM (Qurius Project Management) is a registered add on, but you could contact Qurius (NL) for this tool ... or steal the ideas and make your own :wink: .

    Here is may be a helpful link:
    http://www.mibuso.com/dl.asp?FileID=482&Type=file

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • JAYESHJAYESH Member Posts: 290
    Thank you for the reply.
    JAYESH PATEL
Sign In or Register to comment.