Hi ,
I am trying to Sync data from sourcedb to NAV. For that i am using windows service to sync data using Sql statements to insert data from sourcedb to NAV. It is working as expected but the issue i am facing is like in NAV there are some operations which got triggered if i do something on UI. Suppose for Invoice if i create a new invoice from UI and select a customer no it will automatically fill details related to that like Customer Name ,amount etc but if i map customer no field through sql query it wont trigger this process and fill the related data.
Can anyone suggest me what is the best and easy approach to trigger this process so that it automatically fill the rest of the data through code because i have to use that windows service to sync data between these two db.
Thanks
*This post is locked for comments
I have the same question (0)