R27124 PaymentTransaction - Check Payment Account Release Permissions
Code | R27124 |
Entity | Finance.Payments.PaymentTransactions Entity |
Name | CheckPaymentAccountReleasePermissions |
Attribute | PaymentAccount |
Layer | Back-End |
Events | Released + |
Modify | NO |
Action | Validate that:
If (PaymentAccount != null) PaymentAccount.Permissions.UserGroup.ReleasePaymentTransactions = true |
Description | Each Payment Account has its own security settings. There is a property which sets if a user group may release Payment Transactions with the specified Payment Account or it cannot. So if the current user is not part of such group, the system shows an error message. |
Message | "User {User.Login} has no permission to release payment transactions for payment account '{PaymentAccount.Name}'." |
Introduced In Version | 2017 |
Revocable | NO |
* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.