Skip to content

3.5 Changes

Jason Best edited this page Nov 1, 2016 · 3 revisions

The argos-sdk 3.5 change list can be found here: https://github.com/Saleslogix/argos-sdk/wiki/3.5-Changes

All diffs from 3.4 to 3.5 can be found here: https://github.com/Saleslogix/argos-saleslogix/compare/3.4.x...3.5.x

Changes

  • Mingle Single Sign On support
  • Configurable in configuration/production.js or configuration/development.js
  • A majority of the code in the index*.html/aspx pages was moved to the argos/Bootstrap module
  • The argos-icboe module is now part of argos-saleslogix, and lives under src/Integrations/BOE
  • Will turn on if BOE is configured in the integrations table
  • Dynamic Application Module (see sdk change list)
  • Offline BOE entity support
  • Recently viewed BOE entity support
  • Contour module is now part of argos-saleslogix, and lives under src/Integrations/Contour
  • Will turn on if Contour is configured in the integrations table
  • Dynamic Application Module (see sdk change list)
  • Fix spelling mistakes in English translations files
  • Added salesorder and quotes to default list (BOE)
  • Fix receivables not showing up in left drawer as a default (BOE)
  • Fix list quick actions in group mode not fetching the entire entry
  • Added security to AddAccountContact edit form and left drawer
  • Added security to the edit quick actions for leads, opportunties, tickets, contacts, and accounts
  • Clear .SLXAUTH cookie on PreInit of index.aspx and index-nocache.aspx
  • Sales person KPI added to the sales order detail view (BOE)
  • Fix null base quote/salesorder currency, fall back to app base currency if necessary
  • Pricing and availability will now show busy description text (BOE)
  • Updated ERP Status filter to exclude WriteOff (BOE - New Dashboard Widget)
  • Added back office id for bill-to and ship-to detail views (BOE)
  • Open dashboard widget now uses DueDate instead of ErpDocumentDate (BOE)
  • Updated labels for ship to id and bill to id (BOE)
  • Fixed opportunity open code in sales order edit (BOE)
  • Added description to the invoices detail view (BOE)
  • Provide a global default context for translations, which will always be the root (EN) (window.defaultLocaleContext)
  • BOE entities will use the document date to sort by default (BOE)
  • Added document date to list templates (BOE)
  • Search criteria in contact list will now search for the account as well
  • Fall back to the defaultValue from the user options feed, if value is undefined or null
  • Document date moved to main tab for sales order detail (BOE)
  • Fixed event date format for FR/RU in calendar view
  • Fix customized layouts now showing up in offline detail view
  • Fixed issues with redirectTo
  • Added contour/BOE help
  • The Application will reload app state promises if the user clicks logout and attempts to log back in
  • Added enableOffline flag to detail view layouts as a way to filter out items when offline, assumes true if the flag is not set
  • Check for null on invoice, quote, and receivables lists to prevent row rendering errors (BOE)

Dev Changes

  • grunt watch replaced with npm-watch (npm run watch)
  • Pulled in latest Airbnb ES6 settings, updated ESLint dependencies
  • Updated to Babel 6 (6.16)
  • Replaced grunt babel with npm run build
  • npm run lint replaces grunt lint

Clone this wiki locally