AudienceView Connect
AudienceView Documentation

AudienceView 6.3.9 HotFix 1 Release Notes

Release Date: July 25, 2014

AudienceView 6.3.9 HotFix 1 MD5 Hash

The MD5 hash value can be used to verify that the correct package has been downloaded/installed.

  • AudienceView 6.3.9 HotFix 1 MD5 Hash: 60e692fdccd2a0c9b46dfcf47f20e0c1

Desktop Fixes

Issue Solution ID
An error message appears when you hover over a coloured section in the Customer Services application Seats|Map or Bundles|Map pages.
This has been corrected in AudienceView 6.3.9 HotFix 1.
The error message no longer appears.
AVD-4579
The following address verification functions are written to the audit for no reason, they do not engage in database activity:
 
  • lookupAddress
  • selectVerifiedAddress 
This has been corrected in AudienceView 6.3.9 HotFix 1.
A change has been made to the postal address verification process to remove unnecessary writes to the audit tables.
AVD-4750
 
A Jscript error occurs when accessing bundle seats via the Customer Services application Bundles|Maps page using on Internet Explorer 8/9.  This has been corrected in AudienceView 6.3.9 HotFix 1.
The error no longer occurs and seats can be selected.
 
AVD-4788
top
 

Online Fixes

Issue Solution ID
An XSS vulnerability was found on the calendar.asp page. This has been corrected in AudienceView 6.3.9 HotFix 1.
The XSS vulnerability has been resolved.
AVD-4276

Payment Fixes

Issue Solution ID
The PayPal Native gateway should not request address when customer already logged in.  This has been corrected in AudienceView 6.3.9 HotFix 1.
If users are already logged into AudienceView Online, the shipping address is not displayed when users log-in to PayPal from the Review your information page.
 
AVD-4314
When PayPal purchases are initiated from the orderContact.asp page, an option should be supplied, making the PayPal page display a 'Pay Now' button to complete, instead of the 'Continue' button. This has been corrected in AudienceView 6.3.9 HotFix 1.
The display of the button on the PayPal page has been corrected to say, 'Pay Now' rather than 'Continue'.
AVD-4316
The PayPal Native gateway does not send the 'Build Notation' parameter to PayPal. This has been corrected in AudienceView 6.3.9 HotFix 1.
The 'Build Notation' parameter is being sent.
AVD-4403

Performance Fixes

Issue Solution ID
Opening an order blocks ts_correspondence_detail
This has been corrected in AudienceView 6.3.9 HotFix 1.
This release contains a fix to a database locking problem that could occur if you created a customer BI for a large volume of customers and attempted to update those customers with correspondence codes at the same time. The database locking could result in orders failing to complete.
The fix for this problem moves the solution for extracts with correspondence codes from the Business Intelligence infrastructure into our messaging infrastructure which is designed to support large volume updates to customer records. Because of the urgent need to fix the blocking issue, the user interface updates are incomplete for this release.
If you want to extract customer records from the system and apply correspondence codes to those customers, you will need to create a message under Correspondence application Message pages. It might seem a little alien at this point to create a message for this type of activity; we will address the user experience problems in a later fix.
Create the message as if you are creating an email marketing message, but do not build any email content under on the Message|Build page nor schedule the email message on the Message|Schedule page. Set theMessage|Basic page's 'Send To' field to the name of your source CustomerBI and enter a correspondence code to update the customer records with. Select an extract template and save the message.

Once the message is saved you can now choose to extract the BI source. The extract will update the customer records in the source BI with the correspondence code you entered into the message.
Correspondence fields still appear in Customer BIs. Ignore these fields. They will not update the customer record and will be removed in a later release.
In this release it is only possible to set the correspondence code on customers, and not other correspondence detail fields. In a later release it will be possible to set other correspondence detail fields.
AVD-3847


WebAPI Enhancements

Issue Solution ID

It is not possible to get gift certificate balance through WebAPI

This has been implemented in AudienceView 6.3.9 HotFix 1.
It is now possible to retrieve a stored value item balance through the WebAPI. 
  • Payment transaction_amount will be set to the gift certificate balance when a gift certificate is the only payment method in an order and the order due is $0.00 or the gift certificate balance is less than requested amount.

AVD-4614
Update TScontentBO::search work method so that article_search_id parameter and default search article from the brand are not required This has been implemented in AudienceView 6.3.9 HotFix 1.
Search using the WebAPI no longer requires an article.
For example, the following request will get Miscellaneous Items that are Concessions.

WebAPI/object/MyContent/search?GET=SearchResults&GET=SearchResultsInfo&SET::SearchCriteria::category_filter=Concessions&SET::SearchCriteria::object_type_filter=M

AVD-4837
top