Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1

...

Warning

Requires IntelliJ IDEA versions 2020.1, 2019.3.x, 2019.2.x

Pricefx Studio 6.4 (builds 201.2845 / 192.2845)

This release is mandatory if you want to use configurators against Collins. For this release, Update Project Libraries.

Groovy library is not installed with the plugin anymore due to potential clashes. The Groovy library should be defined in pom.xml (alternatively add Groovy library manually using Add Framework)

New Features

  • PFAUT-478 Config.groovy can now be populated by selecting an account from the Platform manager. Create a token in Platform manager and enter it in Preferences/Settings > Pricefx Studio.
  • PFAUT-479 New  "Use SQL" checkbox shows/hides the SQL editor and defines how the groovy script generated: either executeSqlQuery() or executeQuery(). non-SQL DMSIM queries are now supported by the PA console.
  • PFAUT-466 Data change requests are now supported for fetch/deploy.
  • PFAUT-447 Added javadoc for Collins
  • PFAUT-485 TDD4C: pom.xml template upgraded to use Spock 1.3 with Groovy library 2.5.11.
  • PFAUT-470 Caching typedId of the calculable item should fasten executing of test formula and evalution of Groovy console
  • PFAUT-348 Pricefx connection timeout introduced in Preferences/Settings > Pricefx Studio. Try to keep it low value.
  • PFAUT-469 Changed auto-completion of api.product() and api.customer() to now use the field names from PriceBuilder (PFCD-5611)

Bugfixes & Stability improvements

  • PFAUT-478 The login dialog now pops up only when the partition is first accessed in the tool windows (and not when first seen in config.groovy)
  • Publishing Templates disappeared, they are now back

  • PFAUT-452 Exexute logic using Alt+F5 was still causing freeze
  • PFAUT-439 Groovy library is not installed with the plugin anymore due to potential clashes. The Groovy library should be defined in pom.xml (alternatively add Groovy library manually using Add Framework). Also maven repo changed from http → https by ENG.
  • PFAUT-480 Reduced number of HTTP requests when querying PFX metadata, this is mainly recognizable in auto-completion or Metadata tool window - reloading is now much faster!
  • PFAUT-457 Add "pfxstream" Live Template, fixed "pfxfind" Live Template

Pricefx Studio 6.3 (builds 201.2816 / 192.2815)

For this release, Update Project Libraries.

New Features

  • PFAUT-440 Added support of Quote Types for fetch and deploy.
  • PFAUT-401 Added support of Publishing templates for fetch and deploy. It does not run very fast, performance will be improved in the next release. But we thought it is beneficial to use it already now.
  • PFAUT-352 Possibility to filter objects in the Fetch/Deploy tool window. Note that all selected objects (including not filtered ones) are fetched/deployed.
  • PFAUT-468 "Browse mode": displays the elements or traces results instantly in the PfxResult tool window while moving between the element/trace lines.
  • PFAUT-455 You can now generate the first versions of your Highchart charts using predefined Live Templates in Studio. Just type "pfxhighchart_" in the editor and select the chart you want. Just remember: Highcharts should be used only for small data! Improved live templates for "pfxfind" and added "pfxfindall".
  • PFAUT-465 Added support of navigation to the place of a failed Groovy library element (to a particular source code line, using the ‘via <element>’ information returned in the error message from the backend).
  • PFAUT-463 Improved layout of configurators (all components are aligned to left, frames).
  • PFAUT-464 Each ContextParameter now has a mouse-over tooltip where you can inspect the parameter properties 'name' and 'type'. This can be useful when a 'label' is not the same as the 'name'.
  • PFAUT-448 Added auto-completion support of quoteProcessor.getQuoteView() and cProcessor.getContractView(). To enable this, you need to Update Project Libraries.
  • PFAUT-435 Added support for datamartFilterBuilderUserEntry parameter.
  • PFAUT-464 Added HTML support for ResultMatrix / InputMatrix.
  • PFAUT-410 Element results are now also displayed in a new column in a formatted form.

  • PFAUT-447 Added JavaDoc for the Collins release.

  • PFAUT-443 Added auto-completion support for input builders (requires Collins 5.1 release and higher). Use: api.inputBuilderFactory().createXxxEntry()

...

The main change is that passwords are not stored in config.groovy anymore, they are stored now in IDEA's password manager (KeePass on Windows, KeyChain on Mac). config.groovy migrated to the new structure. Consider a backup of config.groovy before opening the project in this new Studio version.

New Features

  • PFAUT-263 Passwords not stored in config.groovy anymore, stored in IDEA's password manager; config.groovy migrated to the new structure
  • PFAUT-390 Possibility to edit the logic header (uniqueName, validAfter, userGroups etc.)
  • PFAUT-373 Injected Groovy variable 'out' now supports auto-completion of elements and the data type of 'out.element' is resolved to the resulting data type of the referring element
  • PFAUT-383 Possibility to run a logic test for multiple products at once (requires Manhattan release)
  • PFAUT-415 api.filterFromMap is now supported in the Groovy console

...