TaxRegistrationTypeApplicabilityRule::createTaxRegistrationTypeRules Method

Creates a record in the TaxRegistrationType table that is based on the specified information.

Syntax

client server public static RefRecId createTaxRegistrationTypeRules(
    TaxRegistrationTypeId _taxRegistrationTypeId, 
    LogisticsAddressCountryRegionId _countryRegionId, 
    PartyTypeRestriction _partyTypeRestriction, 
    NoYes _isRegistrationNumberUnique, 
    NoYes _isRegistrationNumberUpdateable, 
   [NoYes _isPimaryAddressRestricted])

Run On

Called

Parameters

  • _isRegistrationNumberUnique
    Type: NoYes Enumeration
    The indicator if the tax number has to be unique.
  • _isRegistrationNumberUpdateable
    Type: NoYes Enumeration
    The indicator if the tax number can be updated.

Return Value

Type: RefRecId Extended Data Type
The record ID of the created record.

See Also

Reference

TaxRegistrationTypeApplicabilityRule Table