AudienceView Connect
AudienceView Documentation

AudienceView 6.8.10 Fixes

Desktop Fixes

Feature Description ID
The navigation arrows on the Customer Services application Seats|Calendar page do not appear. This has been corrected in AudienceView 6.8.10.
The navigation arrow now appear on either side of the month/year in the calendar's header, allowing you to cycle through months.
AVD-5023
Remove the Facebook Activity and Facepile widgets. This has been corrected in AudienceView 6.8.10.
Facebook has discontinued support for the Activity and Facepile widgets. They have have been removed from the Content Management application.
AVD-8455
The price type symbol for promotional seats are being displayed as Xs on the Customer Services application Seats|Map page. This has been corrected in AudienceView 6.8.10.
When a promotional seat is selected the Customer Services application Seats|Map page, the price type symbol the same as it would be without the promotional code activated.
AVD-8699
You cannot configure the get directions link label when inserting a Google Map widget. This has been corrected in AudienceView 6.8.10.
A 'Get Directions Label' field was added to the UI when inserting a Google Maps widget.
If this field is left blank, the link text will be get directions.
AVD-9358
When a merchant description on a performance or payment method exceeds 128 characters, causes the buffer to overflow and the user to be kicked out of the order. This has been corrected in AudienceView 6.8.10.
 
The value of the merchant description field should not exceed 25 characters.
AVD-10191
 

Online Fixes

Issue Solution ID
Best available is not automatically selected on the seatSelect.asp page. This has been corrected in AudienceView 6.8.10.
When best available exists as an option on the seatSelect.asp page, it will be selected by default.
If best available is not an option, the first specific price type option with seat availability will be selected by default.
AVD-1111
Cancelling an address lookup returns a list of non-relevant addresses. This has been corrected in AudienceView 6.8.10.
Cancelling an address lookup now cancels the action and no results are returned.
AVD-5873
Changing the Available and Not Available seat status labels prevents tool tips on seats from working. This is an issue for clients using a multi-language Registry. This has been corrected in AudienceView 6.8.10.
Changing the labels no longer impacts the tool tips on seats.
AVD-7066
Fields are not aligned properly on the createAccount.asp page when the field labels span multiple lines. This has been corrected in AudienceView 6.8.10.
Fields align properly regardless of the field label lengths.
AVD-9087
Cannot complete a purchase when only one payment method is available (orderContact.asp). This has been corrected in AudienceView 6.8.10.
Purchases can be completed if there is only one payment method available.
AVD-9332
Changing text that contains apostrophes or special characters prevents seats from being selectable. This affects clients that use multi-language labels. This is an issue for clients using a multi-language Registry. This has been corrected in AudienceView 6.8.10.
Apostrophes and special characters can be added/changed in labels without preventing seats from being selectable.
AVD-9457
The optional charge buttons do not display on smaller screens (e.g. iPhone). This has been corrected in AudienceView 6.8.10.
The buttons now display at the bottom of the optional charge pop-up on smaller screens.
AVD-9534
Unicode characters in the event description (copied and pasted in from another text source) cause search results to fail. This has been corrected in AudienceView 6.8.10.
Fixed issue where unprintable characters in Event description could break search result listings Online.
AVD-9863

Business Intelligence and Reports Fixes

Issue Solution ID
Remove the Download and Screen options from the 'Target' dropdown when scheduling a report or BI. This has been corrected in AudienceView 6.8.10.
The Download and Screen options have been removed from the 'Target' dropdown in the svaed schedule section of the Business Intelligence and Reports application's Reports|Parameters and Business Intelligence|Results pages.
The only valid options are now SFTP, HTTPS, Email and Print.
AVD-8666

Payment Fixes

 

Issue Solution ID
PayPal's soft descriptor is not available on credit card bank statements. This has been corrected in AudienceView 6.8.10.
The merchant descriptor field on the event or on the payment method can be used to dynamically create a descriptor that displays on the card holder's credit card statement.
 
The formula for both PayPal gateways is as follows:

SOFTDESCRIPTOR
(Optional) Per transaction description of the payment that is passed to the buyer's credit card statement.
If you provide a value in this field, the full descriptor displayed on the buyer's statement has the following format:
 
<PP * | PAYPAL *><Merchant descriptor as set in the Payment Receiving Preferences><1 space><soft descriptor>

Character length and limitations: The soft descriptor can contain only the following characters:
  • Alphanumeric characters
  • - (dash)
  • * (asterisk)
  • . (period)
  • (spaces)
If you pass any other characters, PayPal will return an error code.

The soft descriptor does not include the phone number, which can be toggled between your customer service number and PayPal's Customer Service number.
The maximum length of the soft descriptor is 22 characters. Of this, the PayPal prefix uses either four or eight characters of the data format. Thus, the maximum length of the soft descriptor information that you can pass in this field is:
 
22 - len(<PP * | PAYPAL *>) - len(<Descriptor set in Payment Receiving Preferences> + 1)
For example, assume the following conditions:
  • The PayPal prefix toggle is set to PAYPAL * in PayPal's administration tools.
  • The merchant descriptor set in the 'Payment Receiving Preferences' is set to EBAY.
  • The soft descriptor is passed in as JanesFlowerGifts LLC.
The resulting descriptor string on the credit card is:
 
PAYPAL *EBAY JanesFlow
AVD-9023

Encryption Fixes

Issue Solution ID
The AudienceView application initialization is being prevented when master keys were entered manually. This has been corrected in AudienceView 6.8.10.
Master keys can now be entered manually without issue.
AVD-9234

WebAPI Fixes

 

Issue Solution ID
Rollback the changes made to the primitive serialization introduced in AVD-9031. This has been corrected in AudienceView 6.8.10.
The JSON output now consists of object with "standard", "input" and "display" values for all primitives as it was before the change in AVD-9031.
AVD-9726
top
 

Backend/Database Fixes

Issue Solution ID

The database is deadlocking intermittently when a password is changed.
This has been corrected in AudienceView 6.8.10.
The deadlocking no longer occurs.
AVD-6122
Windows performance counters are not being tracked if the shared memory is not able initalize. This has been corrected in AudienceView 6.8.10.
The Windows performance counters are still tracked even if the applicaiton cannot connect.
AVD-9321