Default Posting Date NAV 5.0 SP1

tinoruijstinoruijs Member Posts: 1,226
If anyone else is wondering what the new field (in 5.0 SP1) "Default Posting Date" in tables 311 and 312 (sales, purchase setup) does...
There's no help about it... :evil:

The only use of it, is in table Sales/Purchase Header, function InitRecord:
IF PurchSetup."Default Posting Date" = PurchSetup."Default Posting Date"::"No Date" THEN
  "Posting Date" :=0D;

Tino Ruijs
Microsoft Dynamics NAV specialist

Comments

  • kinekine Member Posts: 12,562
    It is option which can switch default value for posting date on newly created document. In pre SP1 version the posting date is WorkDate by defualt, you can change it now to be 0D by default.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.