Skip to content

4.3 Changes

Jason edited this page Apr 13, 2022 · 2 revisions

All diffs from 4.2.x to 4.3

Changes

  • Removed lead/account validator when inserting notes/history
  • Added all available options to configuration/development.js and configuration/production.js
    • Options are commented out by default, allowing the user to simply un-comment and save
  • Allow attachments to "save as.." when over Chrome's data uri limit
  • Fix language/region dropdowns loading from the same source
    • Allows for adding regions that do not have language strings
  • Searching for nearby accounts with Contour now properly sorts based on distance when the results are paged
  • Accounts nearby now defaults to customer account types
  • Add comment to configuration setting indicating website must be secure to use service workers
  • Added error handling for service worker registration
    • User will be prompted with an error dialog, instead of a blank screen
  • Added ability to complete an occurrence or entire series from activity list via quick action
  • Optimized area/category/issue to use the new areaCategoryIssues business rules added in 8.5.0.1 (if available)
    • GetDistinctAreas
    • GetDistinctAreaCategories
    • GetDistinctAreaCategoryIssues
  • Renamed product from "Infor CRM" to "Infor CRM SLX" where appropriate
  • Fix ERP account dashboards reset to 0.00% when changing the date range
  • Fix broken quote dashboard widgets
  • Related ERP item lists will now sort on CreateDate desc, to show the more recent items first
  • Show base exchange rate and my exchange rate in sales order detail
  • If the pricing and availability service returns errors, display them to the user
    • Applies to quote/sales order pricing/total actions

Dev changes

  • Set enableCustomizations to true on DefaultMetrics
  • package.json updates
    • debug, eslint, grunt, grunt-contrib-connect, jsdoc, less, less-loader, mocha, playwright, chai, dotenv

See Also

4.3 Changes for argos-sdk

Clone this wiki locally