R30755-8 PaymentOrder - Set To Party
| Code | 30755-8 |
| Entity | Finance.Payments.PaymentOrders Entity |
| Name | SetToParty |
| Attribute | ToParty |
| Layer | Front-End |
| Events | AttributeChanged(Party) |
| Priority | Normal |
| Modify | YES |
| Applicable Legislations | ALL // no condition needed |
| Action | if (Party == null) { if (ToParty != null) ToParty = null; } else { if (ToParty != Party) ToParty = Party; } |
| Description | When Party is changed, if Party is null but To Party has a value, To Party is changed to
null. If Party is not null and ToParty is different from Party, ToParty is set to Party.
|
| Message | |
| Version | Introduced: 2020.1
|
| Revocable | YES |
* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.