It looks like you're new here. Sign in or register to get started.
dahmani wrote: InitValue:<Undefined>
Answers
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
the question is what shoud i write to replace <Undefined>
InitValue:<Undefined>
i tried: TODAY but ....
thks again
You have to change code in InitRecord function of table 36
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
You cannot get this done with the InitValue property. As said you have to do this in the InitRecord trigger (or function);
Change the code line
"Posting Date" := WORKDATE;
to
"Posting Date" := TODAY;
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
Could you please mark this post a completed.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community