Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _sourceType
Type: TaxSourceType Enumeration
The source type.
- _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.