If you mean to force using for example system date on server, you can make some table with one record filled with actual date (updated through some application - NAS or client or other). In Codeunit 1 on client you can read this and set it into WORKDATE.
there is the server, on which i can set a workdate.
then there are the clients logging on the server. for the client, the work date seems to be dependent on the computer date.
what i want navision to do is to pick up the workdate that has been set on the server and not the local computer date.
Comments
If you mean to force using for example system date on server, you can make some table with one record filled with actual date (updated through some application - NAS or client or other). In Codeunit 1 on client you can read this and set it into WORKDATE.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
there is the server, on which i can set a workdate.
then there are the clients logging on the server. for the client, the work date seems to be dependent on the computer date.
what i want navision to do is to pick up the workdate that has been set on the server and not the local computer date.
thanks
in codeunit 1 set workdate to date from server. How you transfer this date to client is on you (some table, TCP/IP, socket, file, etc.)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.