R33144 Excise Stamp Operation Line - Set End Number (Recalc)
Code | 33144 |
Entity | Finance.Excise.ExciseStampOperationLines Entity |
Name | SetEndNumber |
Attribute | EndNumber |
Layer | Front-End |
Events | AttributeChanged(StartNumber, Quantity) |
Priority | Normal |
Modify | YES |
Applicable Legislations | ALL // no condition needed |
Action | Format("{0}", Convert(((Convert(Parse(StartNumber), Nullable1) + Convert(Quantity, Nullable 1)) - Convert(Convert(1, Int64), Nullable`1)), Object)).PadLeft(StartNumber.Trim().
Length, 0) |
Description | Calculate EndNumber based on StartNumber and Quantity |
Message | |
Version | |
Revocable | YES |
* This is auto generated code. Don't change it.