Freezie
2009-11-12 20:38:02 UTC
Hello all,
I am using AIF service LedgerPurchaseInvoiceService to create purchase
invoices. The schema does not contain any references for taxes, so if the
amounts in the document are different from the calculated amounts in Ax, I
need to override them with corrected sales tax amounts.
After AIF call to create invoice, I tried using business connector to
create/update records in table TaxWorkRegulation. I can see it update the
value 'corrected sales tax amount' in the purchase invoice form, but when I
click on the sales tax button, I don't see the lines I created.
On TaxWorkRegulation table, headingRecId and headingTableId fields are
pointing to the correct record. What am I missing?
Any advice on an alternate way to do this?
Thanks
I am using AIF service LedgerPurchaseInvoiceService to create purchase
invoices. The schema does not contain any references for taxes, so if the
amounts in the document are different from the calculated amounts in Ax, I
need to override them with corrected sales tax amounts.
After AIF call to create invoice, I tried using business connector to
create/update records in table TaxWorkRegulation. I can see it update the
value 'corrected sales tax amount' in the purchase invoice form, but when I
click on the sales tax button, I don't see the lines I created.
On TaxWorkRegulation table, headingRecId and headingTableId fields are
pointing to the correct record. What am I missing?
Any advice on an alternate way to do this?
Thanks