on 2017 Dec 28 2:12 PM
Hi all,
We are developing a console application which is trying to get (locate) JournalVoucher using following line of code (with GetByKey) and then convert it into a JournalEntries:
JournalVouchers b1_journal_voucher = _company.GetBusinessObject(BoObjectTypes.oJournalVouchers);
b1_journal_voucher.JournalEntries.GetByKey(1);
Application is crashing after GetByKey and JournalVoucher remains open. What is the best practice to to convert JournalVoucher into JournelEntries using DI API? Any idea about why app is shutting down?
Thanks for the input already.
Regards,
Request clarification before answering.
User | Count |
---|---|
122 | |
10 | |
8 | |
5 | |
4 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.