Tax.getSalesPurchJournalLineFromTaxTrans_IN Method [AX 2012]

This method is used to get sales purch journal line based on the taxtrans table.

Syntax

public SalesPurchJournalLine_IN getSalesPurchJournalLineFromTaxTrans_IN(TaxTrans _taxTrans)

Run On

Server

Parameters

  • _taxTrans
    Type: TaxTrans Table
    The taxTrans buffer of the TaxTrans record.

Return Value

Type: SalesPurchJournalLine_IN Map
Returns the SalesPurchJournalLine_IN map.

See Also

Reference

Tax Class