hi all
i have several database
can we create automation when we create customer in database 1
then it will create also in database 2,database 3, etc....
how to do it?
thanks
if we use stored procedure... we should set database 1 as database master,do we?
the case is... if in database 1, user insert new customer, it should be inserted also in database 2
and the other way around... if user insert in database 2, database 1 need to be inserted too
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Search the forum..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
or just create stored procedure in SQL and then call from NAV ?
i tried search, but still confuse
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
the case is... if in database 1, user insert new customer, it should be inserted also in database 2
and the other way around... if user insert in database 2, database 1 need to be inserted too
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
i thought it's easier to set database 1 as database master for example