Reputation: 11456
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
Upvotes: 0
Views: 1552
Reputation: 6793
You are right. If CustInvoiceJour.InvoiceAmount
(Sales ledger > Inquiries > Journals > Invoice > Invoice amount) is greater than or equal to 0 then it's an Invoice, if it's less than 0 then it's a Credit Note.
Upvotes: 1