R34222-2 Store Group - Set Full Path (Recalc)
Code | 34222-2 |
Entity | Logistics.Inventory.StoreGroups Entity |
Name | SetFullPath |
Attribute | FullPath |
Layer | Front-End |
Events | AttributeChanged(ParentFullPath, Code) |
Priority | Normal |
Modify | YES |
Applicable Legislations | ALL // no condition needed |
Action | IIF(((ParentFullPath != null) AndAlso (Code != null)), ((ParentFullPath + Code) + "."), null) |
Description | Calculate FullPath for front-end visualization when Code or PaentFullPath is changed. Field is calculated and ReadOnly. |
Message | |
Version | |
Revocable | YES |
* This is auto generated code. Don't change it.