Custom Output File Name

<< Click to Display Table of Contents >>

Navigation:  SP 0.0 > Enhancements > Excel BOM >

Custom Output File Name

ExcelBOM parameter files now support a FILE_NAME option that allows you to define the name of the generated output file using a configurable pattern.

For example:

FILE_NAME {ID}_{CONFIGURATION}_buy_list.xlsx

The pattern can include placeholders such as {FIELD} or {DOCUMENT.FIELD}, which are automatically replaced with values from the document record.

If the extension is not specified in the pattern, it is automatically added based on the selected export format.

Support for this option has also been added to the Excel BOM Designer, which now provides a dedicated field to edit the output file name pattern.

Whatsnew_img4