Hi !
I have installed NAS 4.0, NDS 4.0 and client NAV 4.0. All SP1.
I try run codeunit from c# application.
It work, buy only when is run client NAV.
What is reason, then i can't run codeunit from my application in c#, when don't work client NAV ?
Regards
Jakub Chojnacki
0
Comments
2) You are not able to run C/AL code within C#, you can only send some command to NAS (or NAV Client) to run this code
3) Think about NAS as about Navision Client without GUI, it will be easier to imagine what it is...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
codeunitxxx insert record in table A.
This work, when work client Navision.
If NAS is no GUI client, then this should work without standard client, too. But doesn't.
Some idea ?
Jakub Chojnacki
2) YOu need to check if: the NAS started successfully or not
3) If started, that it runs the correct CU (Through NASHandler in CU1)
4) This CU must be singleinstance and have someething which activate it (timer, some automation with event - for example communication component etc.)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.