Please enable JavaScript to view this site.

AudienceView Unlimited 7 Release Notes

Desktop Improvements

Issue

Solution

ID

Send push notifications for Data Monkey successes/failures.

The Scheduled Job Status Report template can be assigned to a script definition using the newly created 'Status Report Template' dropdown on the General Configuration application Script Definitions|Edit page used to send users an email report regarding the status of the job (successes and failures).

This template will be sent to the email address defined in the Utilities application Data Management|Schedule page's 'Status Report Recipient' field.

If both the template in the script definition and the email in the job are configured, then an email will be sent.

 

The 'Email From' and 'Email Subject' fields were added to the Registry application Registry::EN::Business Objects::TSscriptJobsBO node. The 'Email From Address' defined on the Application Security application Roles|Basic page will override the Registry setting.

 

AVD-6730

Allow membership points to be earned when items are purchased as part of a bundle.

The 'Fire rule when sold in bundle' check box has been added to the General Configuration application Memberships|Events, Memberships|Miscellaneous Items and Memberships|Gifts pages, allowing memberships points to be earned as part of bundle purchases when selected.

AVD-13451

Remove the QAS Partner Platform

The QAS Partner Platform is no longer supported and has been removed. If you are currently using the QAS Partner Platform, remove  all of the 'Allowed Address States' from the applicable roles.

AVD-13555

 

Event Owner Portal Improvements

Issue

Solution

ID

Upgrading from LESS to SASS CSS

The style branding script has be ported from the LESS to SASS CSS extension language.

The Event Owner Portal now follows the same pattern as AudienceView Online.

AVD-13371

 

 

Business Intelligence and Reports Improvements

Issue

Solution

ID

Convert the Admissions by Delivery Method report from XSL to JavaScript.

The Admissions by Delivery Method report has been converted to JavaScript.

The labels can be configured in the Registry application Registry::EN::Application::Business Intelligence and Reports::Report Labels::Admissions by Delivery Method node.

AVD-11820

Convert the Seat History report from XSL to JavaScript.

The Seat History report has been converted to JavaScript.

The labels can be configured in the Registry application Registry::EN::Application::Business Intelligence and Reports::Report Labels::Seat History node.

AVD-11841

Implemented the Event Availability by Zone and Hold report.

The Event Availability by Price Zone and Hold report has been implemented for general admission festivals. It details the state of all of the events at the festival across all venues and series at any given time by event, paid, comp, available and held tickets by hold type and monetary value.

The labels can be configured in the Registry application Registry::EN::Application::Business Intelligence and Reports::Report Labels::Event Availability by Price Zone and Holds node.

AVD-12795

 

Data Management Improvements

Issue

Solution

ID

Add memberships by 'Name'

The Data Monkey method addMembership may be called with a membership 'Name' only ('Level' and 'Points' no longer need to be specified).

AVD-13138

Port up Load Order script

The Order Load script and related script definitions have been ported up from AudienceView 6.8.5.

One preloaded script called Order Load and an accompanying include script called Order Load Include have been added to the General Configuration application Scripts section.

Nine preloaded script definitions, each of which uses the same Order Load script, but handle a different combination of source files, have been added to the General Configuration application Script Definitions section:

1.Order Load: Using order (including payments) and admission source files

2.Order Load: Using order (including payments) and gifts source files

3.Order Load: Using order (including payments) and miscellaneous items source files

4.Order Load: Using order (including payments) and stored value items source files

5.Order Load: Using order, admission and payment source files

6.Order Load: Using order, admission, miscellaneous items, gifts, stored value items, order marketing and payment source files

7.Order Load: Using order, gifts and payment source files

8.Order Load: Using order, miscellaneous items and payment source files

9.Order Load: Using Order, stored value items and payments source files

Sample source files in the \Setup\Examples\DataMonkey\Sample Source Files\Order Load folder.

Hosted users should contact AudienceView to receive the sample source files.

 

Users can create source files based on the samples provided.

Users can then create a Data Management job using whichever script definition fits the available source files. If no appropriate script definition exists, users may create their own, following the same conventions as the existing script definition.

 

It is strongly recommended you test any order load in a staging environment before executing it in a production environment.

AVD-12784