BICC multiple file generation naming convention.
We’ve observed that when multiple files are generated in BICC, they are currently being saved with identical names, without any versioning suffixes like _1, _2, etc. This makes it difficult to distinguish between different iterations of the same file and could potentially lead to confusion or overwriting issues.
To improve clarity and traceability, it would be helpful if the system could automatically append version identifiers to the filenames whenever multiple files are generated—e.g., filename_1, filename_2, and so on.
Could you please look into this or let us know if there’s a configuration setting we need to enable to support this behavior?