Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Replace "Filename" in the whole UI by a configurable string that can includes one or more parameters (User-defined + Internal).
UI elements that should be configurable (uncomplete list):
It would be good to have the configuration of all possible UI occurences of "Filename" in one place. Config.pro options defining the strings should start with the same name, e.g.:
UI_object_identificator_ + <name of the UI Element>.
Values for configurable string that replaces "Filename" |
Example result |
---|---|
MATERIAL_NO + " " + SHORTDESCRIPTION_LANG1 | 123456789 Sheet |
MATERIAL_NO + "-" + SHORTDESCRIPTION_LANG2 | 123456789-Blech |
SHORTDESCRIPTION_LANG1 | Sheet |
MATERIAL_NO + " " + PTC_COMMON_NAME | 123456789 Sheet |
SHORTDESCRIPTION_LANG1 + " (" + PTC_MATERIAL_NAME + ")" | Sheet (S235J2G3C) |
FILENAME | 53464523456_sheet.prt |
Compared to Create an config option to display the ptc_common_name in user interfaces) I'd like to see implemented a more general functionality and a configuration for the different existing UI elements that contain the "Filename".