I am required to extract posted payment journals and I've used LedgerJournalTable. However, I've seen that invoice journal and payment journal are both in that table. Is there any way or is there a unique field that can distinguished if a journal is an invoice or payment?
我需要提取已发布的付款日记帐,我已经使用了LedgerJournalTable。但是,我已经看到发票日记帐和付款日记帐都在该表中。有没有办法或者是否有一个独特的字段可以区分日记帐是发票还是付款?
1 个解决方案
#1
1
The field LedgerJournalTable.JournalType
backed by the base enum LedgerJournalType
(with more than 40 values) can be used to distinguish the journal type.
由基本枚举LedgerJournalType(具有超过40个值)支持的字段LedgerJournalTable.JournalType可用于区分日记帐类型。
#1
1
The field LedgerJournalTable.JournalType
backed by the base enum LedgerJournalType
(with more than 40 values) can be used to distinguish the journal type.
由基本枚举LedgerJournalType(具有超过40个值)支持的字段LedgerJournalTable.JournalType可用于区分日记帐类型。