AudienceView Connect
AudienceView Documentation

AudienceView 6.8.9 Fixes

Desktop Fixes

Issue Solution ID
Sending test emails through the Correspondence application ignores the default mailhost when the system has been configured to use a remote SMTP server. This also prevents you from using more than on test email address at a time. This has been corrected in AudienceView 6.8.9.
When sending a test email through the Correspondence application, the local SMTP server will be used even if the system has been configured to use a remote SMTP server (defined in the Registry). 
AVD-5008
Cannot encrypted credit card data using the Registry tool. This has been corrected in AudienceView 6.8.9.
A database performance improvement in an earlier version had an unintended impact on the credit card purge feature, causing it to fail. The issue has been resolved and the credit card purge feature now works as designed
AVD-6095
Deleting an assignment row on the Venue Configuration application Price Charts|Assignments page causes a system error. This has been corrected in AudienceView 6.8.9.
The system error no longer occurs and assignment rows can be deleted from price charts.
AVD-6751
An error occurs when deleting a charge threshold from the Product Configuration application Charges|Pricing page. This has been corrected in AudienceView 6.8.9.
The error no longer occurs and charge thresolds can be deleted.
AVD-8151
An error message is being displayed when attempting to invoice orders in bulk using the Utilities application. This has been corrected in AudienceView 6.8.9.
The error message is no longer being displayed.
 
Order ID is required as a result member in any BI that is used to invoice or update orders via the Utilities application.
AVD-8936
A JavaScript error because the jQuery library is being loaded from an external URL from multiple locations in the Desktop. This has been corrected in AudienceView 6.8.9.
The jQuery library request has been changed to request a server-hosted source.
AVD-8955

Online Fixes

Issue Solution ID
Customer numbers are being displayed as a locally formatted numbers, which included using a thousands separator as per locale (e.g. 4,321).  This has been corrected in AudienceView 6.8.9.
Customer numbers are no longer effected by the locale defined in the Registry, and they are always displayed as a system number (e.g 4321).
AVD-6558
When a customer cancels a gift card redemption or removes a successfully added gift card redemption from an order, a tampering error occurs. This has been corrected in AudienceView 6.8.9.
The tampering error no longer occurs and customers can canceléremove gift card redemptions.
AVD-8376
Print-at-home tickets will not open. This has been corrected in AudienceView 6.8.9.
Print-at-home tickets containing images will be rendered without missing content.
AVD-8902
top
 

Business Intelligence and Reports Fixes

Issue Solution ID
The Performance Audit report does not display price types correctly when there are both Admission prices and Bundle prices in the performance(s) within the report criteria. This has been corrected in AudienceView 6.8.9.
Price types are displaying correctly.
AVD-5924
The Performance Audit report displays Nan and #QNAN values when output by paid. This has been corrected in AudienceView 6.8.9.
Values are displaying correctly when the report is output by paid.
AVD-6184
A JavaScript error occurs when using Today in report criteria. This has been corrected in AudienceView 6.8.9.
Dates in the reports 'Date Range' criteria are now localized and the error no longer occurs.
AVD-8821
top
 

Payment Fixes

Issue Solution ID
Pressing 'Cancel' on a pinpad when using RedCard does not cancel order. This has been corrected in AudienceView 6.8.9.
Payments are being cancelled when the pinpad 'Cancelbutton is pressed.
AVD-8795
AVD-8820
top
 

WebAPI Fixes

Issue Solution ID
Update the JSON output to reflect changes to the XML output done in AVD-5556. This has been corrected in AudienceView 6.8.9.
The JSON format has been changed:
 
GUID and string responses will not have "input" and "display" values, as they just duplicates standard value.
 
int and fixed int will have a number in standard value, and "input" and "display" will contain strings.
 
 
"file_id": "A2CD4843-B6F0-485B-A758-3607635BE3AC",
"name": "customers_source_file.csv",
 
"alternative_overview_x_size": {
"standard": null,
"input": "",
"display": ""
},
 
"size": {
"standard": 956,
"input": "956",
"display": "956"
}, 
AVD-9031
top