Versions Compared

Key

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

...

With a special configuration, it is possible to download a Price List with all the matrix object’s data.

Add a new advanced configuration option extraExportColumnsConfig whose value will have the following pattern:
{"PLI":{"rm":["Margin %","Price","Quantity"]}}
where the first key can be PLI or XPLI (depending on for which entity type the configuration is intended) and its value is JSON, where the key is the name of the result matrix and the value is a list of strings which are the column names in the result matrix.

...