Version 3.18
Salesforce Version
Version 3.18
Production Date
9/26/2016
Supported Browsers
Screen Resolution
1024 x 768 or higher
Support for Multiple Termed Agreements (SFDCDEV-210)
This feature enhances Aria for Salesforce to support creating multiple multi-plan contracts (i.e termed agreements) and selecting which plan instances to include in each agreement. This enhancement leverages capabilities already available in Aria.
Termed agreements can be configured from and display on the Add/Modify plans page for an opportunity. From the Add/Modify plans page, you may either commit the termed agreement(s) to Aria, or save and exit without committing the agreement(s) to Aria.
You can also view, edit, or cancel termed agreements for an account from the account plan overview page.
Getting Here: Open an Opportunity > Add/Modify Plans
Note: The termed agreements section does not display until at least one plan is added to the opportunity.
Getting here: Open an Account with Termed Agreements > Scroll to the Account Plans section > Termed Agreements tab
For plans associated with a termed agreement, an icon displays next to the plan name.
This feature enables a Salesforce Admin to configure tax rates for each tax service group in Aria. It updates the tax computation to compute estimated taxes at a service level. Tax information and pricing information is now shown where pricing information is displayed.
Aria for Salesforce syncs these tax groups from Aria during scheduled sync jobs, and when a user clicks the Refresh Client Plans button from the Aria Systems Settings.
Getting Here: Aria General Configurations > Tax Percentage tab
The following improvements have been made.
When creating an opportunity for an existing account and no plans are selected, you now have the ability to select an existing billing group for the opportunity.
Getting Here: Create or Open an Opportunity without plans > Add/Modify Plans
You may add additional existing plans to an open (not committed to Aria) opportunity without creating a new opportunity.
Getting Here: Create or Open an Opportunity that has not been committed > Add/Modify Plans
You may view which plans are on an existing opportunity, including plans that have been cancelled, on the Add/Modify Plans Configuration, the Opportunity Overview, and the Account Overview screen.
Getting Here: Open an Opportunity with a cancelled plan > Add/Modify Plans > Click Edit in Plans & Configuration
All plans associated with the opportunity display. Plans that have been cancelled display with a status of cancelled and are lined-out.
Note: To cancel a plan, select Cancel from the drop-down. To remove a plan from the opportunity so that it does not display in the selected plans, click the X.
To undo the cancellation, click the Reactivate link. The screen refreshes, and the plan displays without the cancelled status and is available to configure.
Click Save to save your changes.
Getting Here: Open an Opportunity with a cancelled plan > Scroll to the Account Plans section
The plans display and indicate the status under the System Status column.
Account Plans on Account Overview
Getting Here: Open an Account with a cancelled plan > Scroll to the Account Plans section > Previous Master Plan tab
The plans display and indicate the status under the Status column.
This feature prevents billing group updates specific to an opportunity from changing the billing group information on the account. Changes made to the billing group on an opportunity will not update the billing group on the account until after the opportunity has been committed. Once committed to Aria, the billing group updates in Aria and in Aria for Salesforce at the account level.
Support for Salesforce Console (SFDCDEV-213)
This feature provides minimal support to allow teams to use the console as their primary Salesforce interface. Once you login to Salesforce with your console credentials, you are now able to interact with Aria for Salesforce functionality.
Aria for Salesforce has been updated to include @ # $ % ^ & * () _ - + ? ~" including "/ and ." special characters.
When defining a custom rate schedule on an opportunity, the standard rate schedule was still displaying. This occurred due to the custom rate schedule not getting stamped on the Account Plan object. The code logic was updated to ensures that if a user selects a custom rate schedule, it must populate on the Account Plan object.
Adding plans (~ 30) via the new interface with 25 services each was hitting the Salesforce limitation. The approach has been updated to not count services when adding new plans. Instead, plans are added with their respective services from default rates.
Price for plans was displayed as 0.00 for few cases in the Overview screen. The price was calculated on all services instead of a recurring service for the same plan due to an incorrect calculation. The logic has been updated to calculate prices from the recurring service.
Account was not syncing from Aria to Aria for Salesforce. The issue was occurring due to an SOQL error which has been corrected by updating the query for person accounts.
Account plan was listed twice in the related list on account. In case of plan cancellation, the status of the plan was updating to "cancelled" immediately, even if the opportunity was not committed. Thus, it was listing the plan with other active and cancelled plans in Account plan section. A new status of "Cancel" has been introduced if the account plan is cancelled in Aria for Salesforce but not yet committed to Aria.