Share via


TaxWithholdCalculation_IN::newForSourceTypeWithTaxUncommitted Method [AX 2012]

Creates new instance of the TaxWithholdCalculation_IN class for source type with tax uncommitted.

Syntax

server public static TaxWithholdCalculation_IN newForSourceTypeWithTaxUncommitted(
    TaxSourceType _sourceType, 
    Object _initializationClass, 
    boolean _loadTaxUncommitted, 
    boolean _loadTaxTrans, 
   [boolean _maintainExistingTaxUncommitted])

Run On

Server

Parameters

  • _initializationClass
    Type: Object Class
    The initialization class.
  • _loadTaxUncommitted
    Type: boolean
    True if the uncommitted will be loaded.
  • _loadTaxTrans
    Type: boolean
    True if the tax transaction will be loaded.
  • _maintainExistingTaxUncommitted
    Type: boolean
    True if the uncommitted existing tax should be maintained.

Return Value

Type: TaxWithholdCalculation_IN Class
The instance of the TaxWithholdCalculation_IN class.

See Also

Reference

TaxWithholdCalculation_IN Class