R32417 TaxWarehouse - Valid Trader Excise Number

Code R32417
Entity Finance.Excise.TaxWarehouses Entity
Name ValidTraderExciseNumber
Attribute TraderExciseNumber
Layer Back-End
Events Commit
Priority Normal
Modify NO
Applicable Legislations ALL // no condition needed
Action If (TraderExciseNumber !=NULL), validate that:

(Exact number of characters = 13) AND

(Contains only capital letters (A-Z) and digits (0-9)) AND

(First two characters are capital letters (A-Z)) |
Description

The current rule makes sure that the Trader Excise Number of the Tax Warehouse is valid.

The Trader Excise Number have to meet the following conditions:

  • The exact number of characters must be 13
  • Contains only allowed characters. The allowed characters are digits (0-9), capital letters (A-Z)
  • First two characters must be capital letters (A-Z)
Message

The field 'Trader Excise Number' contains an invalid value '{TraderExciseNumber}'.

Please make sure that the value meet the following conditions:

  • The exact number of characters must be 13
  • Contains only allowed characters. The allowed characters are digits (0-9), capital letters (A-Z)
  • First two characters must be capital letters (A-Z)

    An example of a valid Trader Excise Number is LU00000987ABC
Version Introduced: In implementation

Updated: -
Revocable NO

* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.