AudienceView Connect
AudienceView Documentation

AudienceView 6.3.7 HotFix 9 Release Notes

Release Date: July 30, 2014

AudienceView 6.3.7 HotFix 9 MD5 Hash

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

  • AudienceView 6.3.7 HotFix 9 MD5 Hash: b87962ea1d4d3a1c0078dc7a56c1247c
top
 

Desktop Fixes

Issue Solution ID
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.7 HotFix 9.
A change has been made to the postal address verification process to remove unnecessary writes to the audit tables.
AVD-4750

Online Fixes

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

top


Database Fixes

Issue Solution ID
Unnecessary audit writes occur during Payment SO actions, causing extensive blocking This has been corrected in AudienceView 6.3.7 HotFix 9.
The database blocking no longer occurs.
AVD-4764

WebAPI Enhancement

Issue Solution ID
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.7 HotFix 9.
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-4764