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 property 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 keys are key is the names name of the result matrices matrix and the value is a list of strings which are the column names in the result matrix.

...

The configuration can be set up to work with more than one matrix. [11:07] Tomas Lamr

co takhle? {"PLI":{"rm":["Margin %","Price","Quantity"],"rm2":["Margin % 2","Price 2","Quantity 2"]}}The order of the columns will follow the alphabetical order of matrix names.