Version 3.23
4/26/2107
1024 x 768 or higher
To improve sync performance, the external object ID ASF3_Unique_Key_c has been added to the following objects:
This external ID allows Aria for Salesforce to sync data more efficiently by providing a unique parameter to identify which object data to sync.
The following fields from the coupon table on account plan overview section have been removed: Created Date, Cancel Date, Start Date, Expiry Date.
Opportunity calculations were behaving slightly differently depending on the scenario. Cancellation amount excluding tax was displayed in Price Indicator section. If there was any tax applied on that plan, that amount was not displayed in Price Indicator component. However, the calculation was correct. The price indicator component has been updated to display the cancellation amount including tax for all the plans and the tax amount.
In the case of an existing account, if a plan was swapped, the client_plan_instance_id field was updated. As this was not necessary, the code logic has been changed to not update the field when swapping plans.
An incorrect error message was displaying for custom validations on the billing group object. The code has been updated to display the correct error message.
Links and radio buttons were incorrectly displayed even after custom permissions were set to restrict access. The following updates to the UI have been made:
Refresh from Aria was not working for some larger accounts due to the excessive amount of time spent processing coupon invoice line items. To correct this issue, the coupon invoice line item processing has been separated from the main refreshing process.