I have been tasked with creating a "Vendor Invoice Credit Memo" though a SOAP web service call to the AIF. I have been researching the task for a while but have been unable to figure this out. After my research I have some questions that I hope the community can help with!
1. A co-worker has told me that his understanding is that a credit memo for a vendor invoice would be entered as an Invoice Journal entry in AX. Is this correct? I have also heard that simply creating an invoice with a negative total balance (using a negative quantity) will do this. Can someone clarify the proper way that a credit memo would be posted to the Vendor in AX?
2. I have thoroughly reviewed the AOT in the developer workspace and I cannot find any services that work with the Vendor Invoice Journal. I have found a few queries that have been pre-loaded but I attempted to make a custom service with the "VendInvoiceJourJoinVendtrans" query that already exists, but I get errors that do not make sense when sending the requests to the service. Is there an endpoint for the Vendor Invoice Journal that I am not seeing? Or will this have to be a custom service that I build into the AOT?
Any help and direction for completing this task would be helpful as I have been struggling to find the correct answer by searching the internet. Thank you very much!