The problem, I want to link the glAccountId to the transaction when the status invoice has set to "Ready to Post" and the transaction will create automatically.
Can someone help me to check or give the reason about createAcctgTransForPurchaseInvoice service, why we need to use this :
It looks very strange because glAccountTypeId and invoiceItemTypeId filed didn't link to each other.
And how we can get the glAccountId for this simple-method?
<simple-method method-name="getProductGlAccountInline" short-description="Gets ProductGlAccount on the basis of primary key" > <entity-one entity-name="ProductGlAccount" value-field="productGlAccount" use-cache="true"/> </simple-method>