Versions Compared

Key

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

...

  • Fetch calculation logics and other Pricefx objects from a selected partition.

  • Deploy calculation logics and other Pricefx objects to selected partition(s).

  • Develop the calculation logics in IDEA leveraging the integrated development environment (IDE):

    • Edit the Groovy logic elements using the 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 a code line level (requires GIT repository or other VCS)

  • Test Calculation Logic calculation logics execution.

  • Possibility to test Test Groovy code snippets in Pricefx Groovy consoles.

  • Design DMDatamart / DS Data Source queries using PA SQL console and generate Groovy code out of it to be used in the logic.

...