Versions Compared

Key

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

...

With Pricefx Studio, you can:

  • Fetch one or more calculation logics and other Pricefx objects from a selected partition.
  • Deploy one or more calculation logics and other Pricefx objects to selected partition(s).
  • Edit Develop the calculation logic in IDEA.For logics in IDEA leveraging the integrated development environment (IDE):
    • Edit the Groovy logic elements , leverage using the powerful IDEA rich Groovy editor.
    • Make use of autocomplete for Pricefx Public API.
    • Make use of Groovy documentation for Pricefx Public API. 
  • IDEA further allows:
    • Groovy variables refactoring
    • Groovy code auto-formatting
    • Tracking logic elements changes on an element level (when storing a logic in some VCS repoa code line level (requires GIT repository or other VCS)
  • Test Calculation Logic executionDebug Calculation Logic execution (experimental)
  • Possibility to test Groovy code snippets in Pricefx Groovy consoles
  • Design DM/DS queries using PA SQL console and generate Groovy code out of it to be used in the logic.

...