Currently once a day at our company we import 3 csv files in standard Accpac Format.
* GL Journal Batch (JNL_CCYYMMDD.CSV)
* AR invoice Batch (INV_CCYYMMDD.CSV)
* AP Payment Batch (CRP_CCYYMMDD.CSV)
They are imported by opening the respective module through the accpac front-end.
1.Hitting "new" for a new batch.
2.Then File->import
3.Selecting the file through the browse button.
4.Then renaming the batch to the file name.
5.Then post the batch.
I have look through some of the AVB examples and tried to record a macro myself.
How would one do something like this which should be relativly simple automatically. Are there any command line switches on accpac.exe to invoke macros with parameters like file name ?
* GL Journal Batch (JNL_CCYYMMDD.CSV)
* AR invoice Batch (INV_CCYYMMDD.CSV)
* AP Payment Batch (CRP_CCYYMMDD.CSV)
They are imported by opening the respective module through the accpac front-end.
1.Hitting "new" for a new batch.
2.Then File->import
3.Selecting the file through the browse button.
4.Then renaming the batch to the file name.
5.Then post the batch.
I have look through some of the AVB examples and tried to record a macro myself.
How would one do something like this which should be relativly simple automatically. Are there any command line switches on accpac.exe to invoke macros with parameters like file name ?