Version 3.22
3/29/17
1024 x 768 or higher
Aria requires a statement contact’s email address to trigger the statement generation event. This feature provides a method for triggering the statement generation event for contacts who do not use email without syncing a dummy email to Salesforce.
To use this feature, a dummy email address is entered in the Aria General Configurations. Subsequently, when configuring a contact’s information, select the option to indicate that the contact does not use email. By selecting this option, when the contact syncs from Salesforce to Aria, the dummy email is populated as the contact's email in Aria. When syncing back from Aria to Salesforce, if the "do not use email" parameter is checked, the dummy email address does not sync.
During syncs, the dummy email configured in Aria General Configurations is only migrated from Salesforce to Aria.
Getting Here: Aria Systems App > Aria General Configurations tab > Other Configs
The functionality to indicate that a contact does not use email is accessible through various locations in the interface. These include the Billing Groups Module, Account Overview screen, and the Contacts tab.
Billing Group Module |
---|
Getting Here: Navigate to an Opportunity > Add/Modify Plans button > Billing Groups module > Edit
|
Account Overview Screen or the Contacts tab |
---|
Getting Here: Accounts tab > Select an account > Scroll to Account Contacts > Edit or Getting Here: Contact tab > Select an account > Select a Contact
|
This features adds a notification message that the account plan or plan data of an opportunity is out of sync with the information saved in Aria. The pop-up also provides options for how to proceed.
The message displays if a discrepancy is recognized:
When | Options |
---|---|
Opening an existing opportunity |
|
Clicking Save after modifying plans in the Plan Configuration screen |
|
Clicking Commit from the Add/Modify Plans module |
|
This feature enhances the functionality of the Plan Configuration screen to prevent assignment scope changes from removing plan configurations. Previously, if plan configurations were made but not saved prior to assignment scope changes, the plan configurations were removed.
This feature enables recording the user ID for create, delete or update record events performed in Aria for Salesforce. When a user generates an update to Aria, his or her user ID is now passed in the <alt_caller_id> parameter field of the associated API.
With this enhancement, the following fields are populated with Aria for Salesforce data for any API that posts data to Aria from Salesforce:
You can access this information in the account's recent comments or search for the associated API in the web service API calls audit log.
Getting Here: Search for an account > Account Overview tab > Recent Comments section
Refer to Web Service API Calls for more information performing a search in the audit logs.
Getting Here: Click Configuration > Audit Logs > Web Service API > Perform search
This feature enhances credit memo and rebill functionality adding:
For more information about credit memos or rebills, refer to Account Actions.
Getting Here: Aria Payments and Credits > Credit Memo tab
From the Credit Memos tab you can now:
This functionality enables you to specify the same contact for each invoice line item in one step, rather than setting the tax address individually for each line item. The contacts available to choose depend on the configuration of contacts in your Aria instance. Refer to Account Contacts for more information on how to configure these in Aria.
To set each tax address for invoice line items individually, refer to Create a Rebill.
Getting Here: Aria Payments and Credits > Rebills tab > Select an invoice > Create a Rebill button
If tax address(es) exist for the account, a screen displays with drop-downs to choose various contacts. In the example below, Destination Contacts have been configured in Aria, and are available for selection:
By default, all users can create, view and void credit memos and create and view rebills. Setting these custom permissions restricts access to only those permission sets specified.
Getting Here: Aria Systems App > Aria General Configurations tab > Custom Permissions
The fields for Alternate Bill Day, Alternate Billing Start Date and Retroactive Billing Start Date were displayed when when no plans were selected. This has been corrected so that these fields only display when plans are selected.
The additional price information tooltip was not showing in the appropriate columns for ARR and Total Price in the Account Plan Viewer. Updates have been made to the UI so that the tooltip displays where appropriate.
The lookup for on-time product was displaying blank if the plan had not been committed. Once committed, the lookup worked successfully. This was due to the timing of the client plan stamp occurring during commit rather than creation. This has been corrected so that the stamp occurs during creation and the lookup now returns values.
Supplemental fields were not updating to Aria in some cases. This issue was due to the <product_directive> attribute in the update_acct_plan_multi_m AP not being sent. This has been updated and supplemental fields now update consistently.
The provided primary payment method idx had an invalid error when the user's language was not English and the user had translated pick list values of payment method. The connector's logic checked some conditions based on the payment methods. So, when the user attempted to commit, an error displayed.The connector's logic has been updated to check the conditions based on picklist values, which are always in English. It is recommended to use the standard Salesforce feature of translation workbench to change the method picklist values rather than directly changing the picklist values to another language.
The Master Plan Instance name and Master Plan Instance ID was not displaying on credit memo line. This has been updated and this information now displays.
The reference of account plans on the contract plan relationship records was not correct. It was referring to account plans rather than those plans available on current opportunity scope. The logic has been updated so that the related plans to the opportunity are now copied to the contract plan relationship records and validated.
Plans with suspended status were not displayed. The code has been corrected to ensure proper checks of entire module to display plans on page.
The alternate billing start date was not stamped in Salesforce, and was not updated in Aria during sync. This has been corrected and the alternate billing start date for master plan instances now updates in Aria during sync.
The retroactive billing start date was not updating in Aria because it was not included in API parameters. The retroactive billing start date has now been mapped with API attributes.
Programmatic opportunity commits were failing without an associated error message. This occurred in the case of a user cancelling all plans on the opportunity scope. Then the opportunity did not commit to Aria because canceled plans were not queried. The query has been modified and now returns all canceled plans.
Some user's were receiving an error to select a future date when he or she did not select that value. This error was occurring due to a conflct in the JavaScript functionality when a user had a different locale and the date time format was dd/mm/yyyy. This has been corrected by converting the dates into the appropriate format (mm/dd/yyyy).