R35262 Excise Stamp Lot - Set Batch Number (Recalc)
| Code | 35262 |
| Entity | Finance.Excise.ExciseStampLots Entity |
| Name | SetBatchNumber |
| Attribute | BatchNumber |
| Layer | Front-End |
| Events | AttributeChanged(Prefix, StartNumber, Quantity) |
| Priority | Normal |
| Modify | YES |
| Applicable Legislations | ALL // no condition needed |
| Action | IIF(IsNullOrEmpty(Prefix), Concat(StartNumber, "-", Quantity.ToString()), Concat(new [] {Prefix, "-", StartNumber, "-", Quantity.ToString()})) |
| Description | Generates a value for BatchNumber based on Prefix, StartNumber, and Quantity. |
| Message | |
| Version | |
| Revocable | YES |
* This is auto generated code. Don't change it.