Article Details
| Id: | 22293 |
| Product: | finPOWER Connect |
| Type: | FIX |
| Version: | 6.00.00 |
| Opened: | 09/10/2024 |
| Closed: | 17/10/2024 |
| Released: | 17/04/2025 |
| Job: | J034451 |
Account Transaction Allocation; error message incorrect
When re-allocating a Transaction via a script you can set one of the allocations to a positive value and another to a negative value. This is not allowed and will fail when ExecuteCommit is called.
However, the error message returned was incorrect. If the value was positive the error message noted that the value was negative and vice versa.
Error messages have been updated as follows:
- Transaction value is Negative. Allocation values must all be Negative.
- Updated to: Transaction value is Positive. All allocation values must also be Positive.
- Transaction value is Positive. Allocation values must all be Positive.
- Updated to: Transaction value is Negative. All allocation values must also be Negative.