This section contains the Bug fix description of Aptify 6.4 release as given below:
...
Aptify 6.4 Web has been enhanced to include improved diagnostics in case of a SQL view failure and to handle "out of memory" warnings while returning large query results. In case a SQL view fails on Aptify Web application, an exception will be logged in the Event Viewer stating that the provided SQL failed, and a base view has been returned instead. Also, to avoid out of memory error, web.config files has been modified to enforce the TopRecord setting. As a result, the service will not consume all memory while getting result sets for a large query.
Attribute information from web.config file:
<add key="Aptify.Services.General.TopRecord" value="500"/>
(Issue 4769)
Kendo-Contact log > Load from Template popup UI load problem
...
In Aptify, the Messaging wizard dialogue– “Do you really want to send this message?”–was not working as expected. When the user clicked cancel button to go back to the message, the entire message was getting wiped out. This issue has been fixed, now when the user clicks cancel button, they will be taken back to the original message and the wizard will persist it’s previous state.
(Issue 5656)
ProductCache: Unable to locate Product Information with an ID of 0
In Aptify, while processing an order creation from the app server for Product ID 0, the application for specific client configurations was logging exception– “Unable to locate Product Information with an ID of 0” in Error Log table. This This issue has been resolved.
(Issue 5663)
Paying a Quotation Order in Aptify with a Hosted Payment Page (HPP) Creates a Payment with the Order Date and Not Today's Date
...
In Aptify Web, there was an issue with selection of records on GL Batch wizard. The wizard was displaying entire view record result for credit and debit amount instead of displaying the data as per user selected records. This issue has been resolved.
(Issue 6002)
SSRS and Crystal Reports are not Loading since 6.3 Upgrade
After upgrading to Aptify Web 6.3, Crystal Reports and SSRS Reports did not load. This issue has been resolved.
(Issue 6012)
Inventoried meeting getting incorrect status as Registered when there is no inventory available.
In Aptify Web, there was an issue with the inventoried meeting status. If a user placed an order for a meeting with no available spot, the status was being displayed as Registered instead of Waiting. This issue has been resolved, now a pop-up message appears stating that there is no inventory available and that the person would be placed in the wait list.
Below attributes are added to Aptify Shell.exe.config:
<add key="Aptify.Applications.OrdersEntity.SkipAllowBackordersValidation" value="true"/>
<add key="Aptify.Applications.OrdersEntity.PreventNonBackOrderProductInOrderWithoutInventory" value="true"/>
(Issue 6019)
Credit Card Reference Transactions are not working with Bluepay
...
For Desktop application, below attribute has been added in to Aptify.shell.config file:
...
For Aptify Web, respective web.config file has been udated updated with following attribute:
<add key="Aptiy.Framework.Payment.ClientInformationProvider" value="Aptify.Applications.OrderEntry.Payments.ClientValuesServices.ServicesClientInformationProvider, ClientValuesServices, Version=6.0.1.0, Culture=neutral, PublicKeyToken=f3fa0ecabf9514d9"/>
(Issue 6040)
Login screen and splash screen for desktop 6.4 application has been updated to remove version reference
The login screen and splash screen for desktop application will no longer show the application version reference. The change has been done inline with the automation of the setup activity
(Issue 6043)
Save for Later function saving credit card information in database
...
In Aptify Web application, there was an issue while overriding the product description of an order through Edit Order Line button; the content of the description was being displayed as “Booth: undefined”. This issue has been resolved.
(Issue 6085)
Some Advanced SQL views break in Web/Desktop 6.1 and 6.2.
In Aptify, after upgrading to release 6.1/6.2, some of the advance SQL views failed to function as expected. These involved ELVs with complex SQL queries using a SQL Statement on the Input Map, and views that passed variables /call functions from within the Advanced SQL. These issues have been resolved.
(Issue 6087)
Subscription Renewal wizard fails for large numbers of records
...