Versions Compared

Key

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

...

Use case example: Download a customer-specific price list from multiple sources (Price Lists, Price Records etc.)

Solution:

  • Pricefx API method that executes the logic and creates an Excel output.
  • Use the formulamanager.executeformula method and append the output type and the name of the template: output=xls&templateName=excel_export
    For more details, see the API documentation.

...