Code |
31422-10 |
Entity |
Finance.Payments.PaymentTransactionLines Entity |
Name |
RequiresAllocationWarning |
Attribute |
RequiresAllocation |
Layer |
Front-End |
Events |
AttributeChanged(RequiresAllocation) |
Priority |
Normal |
Modify |
YES |
Applicable
Legislations |
ALL // no condition needed |
Action |
if (line.ObjectState == ObjectState.Added && !l.PaymentTransaction.RequiresAllocation)
{
l.IssueWarning( Properties.Resources.Finance_Payments_RequiresAllocationWarning);
} |
Description |
same as R31422-5 Payment Transaction - Requires Allocation Warning |
Message |
same as R31422-5 Payment Transaction - Requires Allocation Warning |
Version |
Introduced: 21
|
Revocable |
YES |