Tax.getSalePurchJourLineFrmTaxUnCommitted_IN Method [AX 2012]

This method is used to get sales purch journal line based on the invent Id.

Syntax

public SalesPurchJournalLine_IN getSalePurchJourLineFrmTaxUnCommitted_IN(TaxUncommitted _taxUncommitted)

Run On

Server

Parameters

  • _taxUncommitted
    Type: TaxUncommitted Table
    The TaxUncommitted Buffer passed to get the SalesPurchJournalLine map value.

Return Value

Type: SalesPurchJournalLine_IN Map
Returns the SalesPurchJournalLine_IN map.

See Also

Reference

Tax Class