hi,
i was wondering what could be the best way to copy data automatically from one company to another. something like everytime i insert a new customer on company a, customer also appears in company b automatically. i don't want to have my customers shared between cie since i don't want the data to be available in all company. one solution would be writing code to copy the data in the insert method of CustTable, but maybe something already exists in 2012 for that? is there someway to achieve that with the data import/export framework? i red that this framework is mainly used to export/import data manually by the user, but can we use this framework to copy data from one company to another by code?
anyone have advices or achieved something similar ?
thanks