Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 3.74 KB

R32707.md

File metadata and controls

38 lines (36 loc) · 3.74 KB

erp.type: front-end-business-rule erp.entity: Finance.Excise.ExciseDeclarations

R32707 Document - Set Reporting Person (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 32707 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Finance.Excise.ExciseDeclarations | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetReportingPerson | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | ReportingPerson | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(TaxWarehouse, ReportingPerson) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Early | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | IIF((TaxWarehouse != null), Transaction.CurrentUser.Person, ReportingPerson) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | Set Reporting person to Current user | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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