1/26/2018
Salesforce Version
Version 3.30
Production Date
1/26/2018
Supported Browsers
Java Settings
Java 7.0
Screen Resolution
1024 x 768 or higher
This feature allows you to look up an account, statement, or billing contact of a Person Account by Aria Id by associating a new field, ASF3__Unique_Key__c, on Contact Object. The value of the field will be "p_"+Aria account number; e.g., a contact associated with Aria Id 12345 would have the value "p_12345" for this field.
This value is assigned for three Aria For Salesforce events:
1. On commit
2. While taking refresh from Aria
3. In EmailNotificationHandler
This feature will log errors in AriaErrorLog object in Salesforce for errors encountered during a commit as follows:
Type= "Errors on Commit" Description= "ASF3.AriaAPIException: create_instance_contract_m: Mandatory child plans have not been added as part of the contract INFO: Acct Number:32951064, Opportunity Id: 003346178900xvzASD "
A separate log will be created for each API/commit error. Only errors during commit will have the type "Errors on Commit" to make it easy to distinguish commit errors from other sync errors.
This feature adds the ability to specify a "Cancellation Credit from date" on the "Set Option" screen when cancelling a plan associated with an Opportunity. This value, once the cancellation is committed, is sent as the "alt_proration_start_date" input parameter of "update_acct_plan_multi_m" calls with "plan_directive=4".
This feature allows you to cancel a coupon when updating the plan units, resulting in an invoice that does not include the discount associated with the coupon.
This feature adds a 3rd option "Same as the charge line item" to the "Service Code to use" option when creating a Service Credit. This option is the default option and in addition to the previously existing choices "Standard" and "Alternate service code."