0

I was wondering whether or not it was possible to differentiate between an Invoice and Credit Note when using Dynamics AX 2009? As my understanding is that they get printed the same with the exception that a Credit Note contains negative values? The reason for asking is because I wish to get them out of the system in XML format using the AIF but transform each differently using different XSLT documents

4

1 に答える 1

1

あなたが正しいです。CustInvoiceJour.InvoiceAmount(Sales ledger > Inquiries > Journals > Invoice > Invoice amount) が 0 以上の場合は請求書、0 未満の場合は貸方票です。

于 2012-10-29T21:33:54.997 に答える