RE: Export/Import VBA code Customization
Good day C Conner,
You can't export the customization with VBA code(Export VBA as Source) from SL 6.5(V6). This Export VBA as source functionality is only available from SL 2011 version(V8).
You can follow the below steps to upgrade the customization from SL 6.5 to SL 2011
1. Export the all Voucher customization from SL 6.5
2. Delete the CustomVBA records for only Voucher screen (0301000)
3. Import the voucher screen customization from SL 6.5 live/production into SL 2011 server.
4. Launch the voucher screen and make sure there are no errors during the launch operation
5. Upgrade each level of customization by the sequence(lowest sequence to highest sequence). No need upgrade the self level customization(sequence 500)
6. you can do the coding to auto populate the GL Account name based on your requirement in Voucher & Adjustment entry screen.
Hope this explains.