Previous Thread

8/9/2006 2:48:57 AM    Can 2 applications send general ledger information to each other?
If a company have 2 different business activities with 2 separate Axapta 
 
applications, are there a way that the 2 applications can communicate with 
 
each other and share information from the general ledger accounts? For 
 
example, the company wants to report the sales tax together for the 2 
 
business activities.



8/9/2006 2:04:43 PM    Re: Can 2 applications send general ledger information to each other?
There is a ledger consolidation function in standard Axapta where you can export and import files. 
 
The normal practice is to have a special company account for consolidation. 
 
As far as I know tax (for generation of tax declaration) is not consolidated with the standard 
 
function. We did a mod for this once. It was not too hard, there is only one table (TaxTrans) 
 
involved. The only thing is synchronisation, we just deleted everything from the consolidation 
 
company and recreated it for the consolidation period. 
 
Mike

8/9/2006 4:01:12 PM    Re: Can 2 applications send general ledger information to each oth
Ledger consolidation comes in two flavours 
 
online, then the two companies have to be in the same installation 
 
export/import through files, then they don't 
 
Mike