Version 3.20
12/14/2016
1024 x 768 or higher
The Master Plan Instance ID and Name are now displayed when entering credit memos. Previously, these columns were not present.
Getting Here: Open an account > Aria Payments and Credits > Credit Memos tab > Create > Select an invoice > Next
Error messages throughout the application have been revised to present user-friendly messages.
Changes to the interface and back-end functionality have been made to support changing the status of a supplemental plan in Aria for Salesforce. This aligns the connector's functionality with the Aria platform.
This functionality is present in the Plan Selection and Configuration module when adding or modifying plans for an opportunity. Refer to Add or Modify Plans in Salesforce for more detailed information on this module.
Getting Here: Open an account > Open an opportunity with supplemental plans > Add/Modify Plans
This feature enables the ability to create a rebill invoice to replace a previous invoice. This rebill credits the original invoice followed by an adjusted rebill invoice. Refer to Rebill an Invoice for additional details regarding settings and types of invoices that can be rebilled.
Getting Here: Open an account > Aria Payments and Credits
Note: If available, the tax amount displays for each line item.
This feature enables applying cash credits to services invoice line items. Refer to Create Credits for more information.
Getting Here: Open an account > Aria Payments and Credits > Credits tab
This feature adds the ability to enable or disable the Void or Del link from displaying for invoices. This disallows certain roles to void or delete invoices.
Getting Here: Aria General Configurations > Custom Permissions
An “invalid input" error was returned when creating a new service credit due to incorrect reason codes supplied by the corresponding API call. The API get_reason_code_m has been implemented to provide the correct reason codes for service credits.
The system was incorrectly reporting that previously created dispute holds were settled due to the use of deprecated API. The API call has been updated to use the new API settle_dispute_hold_m.
This issue occurred due to bad data related to client plan service and rate tiers with specific client plans. This data caused other plans to be displayed on selected plan page. This issue has been addressed by adding new checks in our connector code.
Supplemental fields did not follow the categories assigned during plan configuration. Logic has been corrected in the code to address this issue.
The color and alignment of the Yes and No button has been updated to be consistent with other locations in the user interface.
A Javascript error was preventing a pop-up from closing on the supplemental plan configuration screen. The Javascript method has been updated to close the pop-up.
The credit history text had the wrong currency due to a custom label. The page has been updated to display currency per the plan.
When adding a new billing group and plans in Add/Modify Plans, errors were occurring that disabled the select plan checkboxes but allowed a user to click Next. Logic has been updated to ensure that if there are no plans available for selection, the Next button is disabled.
This issue occurred with opportunities with plans having multiple (30-40) services and rate tiers due to a fix implemented for invalid query locator for a Salesforce limitation. The code has been updated to handle the Salesforce limitation (Invalid query locator) without impacting rate tiers or any other module.
A SOQL error was occurring when a person account was enabled but the country state was disabled. This use case was addressed by updating the SOQL query.
While creating credit memo, a user received an invalid reason code error. This was due to the connector sending a hard-coded value each time a credit memo was created. The code has been updated to send the selected reason code in the API.
This "hello" text was was the title for the Apex column in the VisualForce page. This unnecessary text has been removed from the VisualForce page.
The Aria Visible Plan to Profiles object was resetting at the time of client plan refresh from Aria. The client plan sync code has been updated to prevent the Aria Visible Plan to Profiles object from resetting.
When refreshing plans from Aria, coupons that were linked to master plans were not correctly syncing. The code has been updated to refresh all coupons related to only accounts and to master plans.
A join query used to access account rate tiers with account plans was failing when a single account plan had more than 40 account rate tiers. The code has been modified to address this issue.
During the get_payment_terms_m API call, dates were created from two different organizations in Aria. The API has been updated to remove the additional date.