R34295 Excise Stamp Lot - Set End Number (Recalc)
| Code | 34295 |
| Entity | Finance.Excise.ExciseStampLots Entity |
| Name | SetEndNumber |
| Attribute | EndNumber |
| Layer | Front-End |
| Events | AttributeChanged(Quantity, StartNumber) |
| Priority | Normal |
| Modify | YES |
| Applicable Legislations | ALL // no condition needed |
| Action | IIF((Quantity > 0), StartNumber, null).AddToNumberInString(Convert((Quantity - 1), BigInteger), null) |
| Description | Calculate EndNumber based on StartNumber and Quantity. If calculation not possible, then returns null.\n Introduced: Version 2023 |
| Message | |
| Version | |
| Revocable | YES |
* This is auto generated code. Don't change it.