Hello,
How can I keep a field date uptodate. My field is a result of calcdate(Lead Time Calculation,workdate);
I want to have at anytime the right value on this field.
Thank you #-o
Technico-Functional Consultant NAV
It's all about passion of Navision World
0
Comments
Uptodate is a Date type field in Item table
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Simpler is just to add this as the source expression of the control. The problem is that if you get an error you wont be able to then open the form.
You are right.. :thumbsup:
and we dont need a new field also
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I will need this field to calculate a new field copy of invetory but wher the posting date is < my new field (Uptodate := CALCDATE("Lead Time Calculation",WORKDATE));
It's all about passion of Navision World
It's all about passion of Navision World
You cannot keep a real database field current. You can approximate "current" by running batch jobs, or make it current by using a function.