inter company transaction and batch processing

Hi,

I m new to axapta. Can any one tell me how to do inter company transaction and how to do it using batch jobs.

thank u…

For What Inter Company Transactions?

I need to duplicate all the transactions of a particular account into another company. This work has to be done using batch jobs. Also that job should run automatically every day at the specified time . How can i do that.

Thanks…

The prerequisite for that is the accounts should be shared across the companies or value mapping needs to be done.

I don’t think there is some standard periodic process which meets your requirement…

But still you write some class extending the RunBaseBatch and you can perform this job.

see Tutorial_RunbaseBatch class for more information…