Hi,
I wonder if it's possible to validate field from outside Navision.
In my application (C#) you create sales order and send it to Navision database. Is there any way to write item no to Sales Line table and then validate this field (use Navision code) to fill other fields automatically :?:
0
Comments
2) Never write into "live" tables from outside application. Because the business logic is not triggered, you can mess whole system. Use own special tables to write the data into and use NAS and some process which will "transfer" the data into "live" tables with running the business logic.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.