Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 3.72 KB

R32777.md

File metadata and controls

38 lines (36 loc) · 3.72 KB

erp.type: front-end-business-rule erp.entity: Systems.Reporting.Reports

R32777 Report - Set Name (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 32777 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Systems.Reporting.Reports | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetName | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | Name | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(QueryName, Name) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Normal | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | IIF(((QueryName != null) AndAlso (Name == null)), QueryName, Name) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

* This is auto generated code. Don't change it.