Is it possible for me to share same table (item/vendor/customer) whithin all companies in one database?
My customer have spesific structure organization that have more than 6 profit center. And the advise I get only create these profit center into different company. But how about sharing same table data if these profit center split into companies?
Have another idea for my problem?
Regards,
BHT
0
Comments
Is it possible to share just a few tables (not all) ? Is it possible to change these settings afterwards ?
Regards,
Be aware of the consequences, however, when changing this property on crucial tables in the system. You must be very sure that each and every field in the table (in the table definition!) is allowed to be the very same in each of the companies. Dangerous areas for the customer table are i.e. the posting groups, discount groups, salesperson, etc.
John
Nothing is impossible (as we often say to customers), but is it practical? Is it worthwhile to make special routines for actions that are quite variable by nature? In your case, is the division *always* 60/40, or depends it on type of costs, parent company, child company, or whatever? If some variations might occur, how to setup things? Which parameters, which conditions? To what extend do you want to automate such a process?
Perhaps you would be better off by using a spreadsheet to prepare the postings and import the data through a dataport into a joined table (with i.e. a field indicating for which child company the line is intended). In each of the child companies you could have a journal which reads from the joined table, filtering out its own lines, and do the posting in the standard way.
John
Is it possible to export the whole list of customers (of all companies),
where my property 'DataPerCompany' is set to 'Yes'?
How can I do this with a simple dataport and into one file?
:-k