Real posting date(click was made)

albertassaad@hotmail.com
Member Posts: 13
Hello,
Can I know in a way the exact real date when a user clicked the post from the value entry "Entry no.", can you explain to me how I can get it?
Thanks
Can I know in a way the exact real date when a user clicked the post from the value entry "Entry no.", can you explain to me how I can get it?
Thanks
1
Best Answer
-
hi,
in the value entry there isn't a field for that, but you can edit the value entry table and the posting method.
If you have a developer license, then integrate a new field into the value entry table, named "Creation Date" of the type date. Then add the following line to codeunit 22 method "InsertValueEntry":
Before the line:
ValueEntry.INSERT;
you have to insert this line:
ValueEntry."Creation Date" := TODAY;
ValueEntry.INSERT;
Also you have to integrate the new field in the value entry page/form.
If you are an endcustomer of dynamics nav, then ask you partner to do this. After this little change all new value entries will have an creation date!
best regards
Robert5
Answers
-
hi,
in the value entry there isn't a field for that, but you can edit the value entry table and the posting method.
If you have a developer license, then integrate a new field into the value entry table, named "Creation Date" of the type date. Then add the following line to codeunit 22 method "InsertValueEntry":
Before the line:
ValueEntry.INSERT;
you have to insert this line:
ValueEntry."Creation Date" := TODAY;
ValueEntry.INSERT;
Also you have to integrate the new field in the value entry page/form.
If you are an endcustomer of dynamics nav, then ask you partner to do this. After this little change all new value entries will have an creation date!
best regards
Robert5
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions