pasTransfer 4.41.0.0 RTM is now generally available.
This release of pasTransfer brings a number of new changes to the application, from bug fixes, to refactoring and code consolidations, to new features.
JournalLine Aggregation Results In Invalid MCR Record
This bug appeared when MCR rounding occurs when importing journal lines from a source connection. The MCR record is created correctly, but when journal lines are aggregated a new MCR record is created and the old record is left stale in an invalid state. After link aggregation, it was no longer possible to move forward in the wizard. This issue is now corrected.
New Source Ledger Connections
We have added two new source ledger connections to the application:
- Agilisys Book4Time Transactions
- SAP Business ByDesign Journal Entry Query
JSON Deserialization Errors
We have corrected a bug on some web service connections where, when JSON deserialization of a response failed, the error message was ignored and a generic error message was displayed to the user.
REST Client Code Refactor
Code for handling JSON and XML REST web services was close in implementation but slightly different and often replicated throughout the application. All JSON and XML web service clients now share a custom code base for handling the entire request chain.