Version 3.17
Salesforce Version
Version 3.17
Production Date
8/24/2016
Supported Browsers
Screen Resolution
1024 x 768 or higher
This feature allows you to manually record a payment at the invoice level. Previously, this feature was only available in the Collect Payment Electronically option under the Aria Payments and Credits page.
The impact of this feature is on Record Payment Received option under the Aria Payments and Credits page.
Getting Here: Go to an existing account > Aria Payments and Credits button > Record Payment Received
Note: Payments are recorded in the currency code on file for the account.
Note: The Other Amount textbox is disabled when a value is entered in an Amount to Pay field.
Note: You can click Close to return to the Payments tab.
This feature introduces the ability of an administrator role to configure different redirect URLs (when committing opportunities) for various users/profiles. Previously, a user was automatically redirected to the opportunity detail page after commit. This feature enables integrated and natural work flows for users, reduces clicks and the risk of manual/user process errors.
These redirect URLs are configured in the Aria Hierarchy Custom Setting.
When the user is redirected, the opportunity ID is added to the configured URL as a parameter.
The instructions below describe how to set a new default redirect URL at the Default Organization Level.
Note: A user must have administrator role to configure these URLs.
Getting Here: Setup > Develop > Custom Settings > Aria Hierarchy Custom Setting
Note: If a redirect URL has already been configured for the organization, an Edit button displays next to the New button. Click Edit if you want to edit the redirect URL, and follow the steps below.
Getting Here: Setup > Develop > Custom Settings > Aria Hierarchy Custom Setting
Note: If user and/or profile redirect URLs have already been assigned, these records display with the option to View, Edit, or Delete. To edit, click Edit and follow the steps below.
This feature adds the ability to set the <client_seq_func_group_id> when creating accounts via an opportunity in the Aria for Salesforce user interface. The <client_seq_func_id> is the functional account group number specifically designated for statement sequence number assignment. This parameter is configured when creating an account under the Aria Account Functional Group drop-down.
You can now sync sequence groups from Aria to Aria for Salesforce during client plan sync and add/view/edit the sequence groups on accounts in Aria for Salesforce. When an account is created, this value is passed to Aria during commit. In an existing account, the user can view the sequence group and update it.
This feature ensures that statement numbers are generated correctly even for statements/invoices generated directly by the creation of the account.
This step only needs to be performed once to sync the values and does not need to be done for each account.
Aria for Salesforce now supports aligning the billing dates of newly added plans to a date specified or to another master plan. You can specify an Override Bill Through Date (the date through which services and usage are billed) when adding plans to an opportunity.
Getting Here: Go to an Opportunity > Add/Modify Plans > Plan Selection and Configuration > Add a new plan
Note: If an Override Bill Through Date is defined, the system defaults to prorated invoicing.
The Override Bill Through Date drop-down contains:
Note: The option to sync with a master plan instance is only shown if a master plan for the account has already been committed to Aria.
Changes the get_client_plans_all_m and the get_acct_plans_all_m core APIs have been made in the 6.49 Release (DEV-7149) to lessen the data load when retrieving product catalogs from Aria. Aria for Salesforce has been re-factored to accommodate these API changes.
This enhancement allows you to sync plans having more that 200 children plans and other use cases without hitting the heap size limit. Refer to API Updates to Accommodate Aria for Salesforce Heap Size Limit (DEV-7149) in the Aria 6.49 Release for more specific information.
User interface enhancements have been made to the following pages:
Getting Here: Go to an Account > Scroll to Account Plans
![]() | The Next Statement link generates a preview of the next invoice. |
![]() | Total row that summarize the monetary values by column. The total that shows is based on the selected billing group. |
On the Previous Master Plans tab, a new column displays the Termination Date.
Note: You need an administrator role to disable or enable the billing group pop-up.
Getting Here: Go to an Account > Scroll to Aria Fields
Getting Here: Select an Account > Select an Opportunity > Add/Modify Plans > Billing Group module
From the Billing Group module, you can now update contact information by clicking the adjacent Edit link.
Note: Changes to the contact are not available on the Billing group screen until the billing group screen is refreshed.
Getting Here: Select an Account > Select an Opportunity > Add/Modify Plans button > Plan Selection and Configuration module
For all modules that display the account summary in the upper right-hand corner, the time period for which the summary applies is displayed.
The following abbreviations apply:
Note: These values can be translated.
Previously the user was redirected to the Overview page from the Add/Modify Plans page.
When creating a new opportunity, you can view which plans belong to a billing group. When working with an existing opportunity, you can select the billing group to work with.
Getting Here: Select an Account > Create an Opportunity > Add/Modify Plans button
When you first click Add/Modify Plans after creating an Opportunity, a screen displays with a dropdown selector that displays billing groups. You may choose to work within only one billing group by only selecting plans within that billing group. If you want to work with multiple billing groups, choose plans from more than one billing group by selecting the other billing group(s) from the drop-down.
Note: If there is only one billing group available, the billing group displays as text only and you do not see the dropdown.
After you have selected the plans and billing groups, click Next and proceed with Add/Modifying Plans.
When you return to the Billing Group module, the billing group information displayed depends on if you have more than one billing group assigned to the opportunity.
Getting Here: Select an Account > Select an Opportunity > Add/Modify Plans button > Billing Group module
If you have more than one billing group, the Select Billing Group dropdown displays.
If you have selected plans from only one billing group, the Select Billing Group dropdown does not display.
The programmatic commit has been enhanced to return a list of key value pairs indicating the success or failure of each API call. The key value pairs have the error code and the error message for each API used in the programmatic commit. An error code of "0" indicates success.
List at index 0: error_code - "0", error_message - "create_acct_complete_m" successful with error message "..."
List at index 1: error_code - "12123", error_message - "create_order_m" failed with error message "..."
The Plan Selection screen in the Aria General Configurations was returning a maximum view state size limit.
A heap size error was occurring because of multiple visual force components displaying the data in different tabs. This caused large amounts of data to load simultaneously.
To prevent this issue, the visual force components have been removed from Aria General Configurations, and the Plan Selection and Tax Percentage pages are only called when a user clicks on the respective tab.
The length of plan supplemental fields were reset to the default length (2000) even after the fields had been created, because the metadata update call was sending the textarea length. The text area length has been removed from the metadata update call.
The Previous Master Plan section on Account Plan Viewer was not showing previous plans. The query was fetching only Terminated plans, and not Cancelled plans. The query has been updated to fetch Cancelled plans.
When the Total ARR field was added to the Account Plan Viewer via the field set, no values were shown in the Viewer. The SOQL was copying the column name twice, thus the query was failing and not displaying the plans. The logic for the SOQL has been updated to remove the duplicate entry.
The tooltip for Subscription Temporary Status was not correct and has been removed.
The List price and net price was the total of “List price x no. of units” rather than per unit. The calculation has been updated and the net and list price calculate based on the number of units assigned to plan.