Postable GLs
I am producing a GL lookup ...
This lookup list includes both postable and non-postable accounts. It appears elsewhere in Jiwa that you can display a lookup with only postable accounts ... how do you do this?
- Code: Select all
Dim ledger As New JiwaApplication.Entities.GeneralLedger.Account()
ledger.Search(_purchaseOrderForm)
accountNo = ledger.AccountNo
This lookup list includes both postable and non-postable accounts. It appears elsewhere in Jiwa that you can display a lookup with only postable accounts ... how do you do this?