Environment: On premises only Configuration File
Notes:
Edit or create the EEW_CUSTO.cfg file, and insert a mapping between the attribute name and the name to be displayed in Electrical & Electronics Architecture. Each class has the following fields:
Each attribute has the following fields:
The Tomcat server must be restarted to take the file content into account. Example{
"mappingClasses": [
{
"eeTypeName": "EEConnectorPrototype",
"dbType": {
"custoClass" : "RFLVPMLogicalConnection"
}
},
{
"eeTypeName": "FFunction",
"dbType": {
"custoClass" : "RFLPLMTechFunctionReference"
},
"attributes" : [
{
"eeAttribute": "Type",
"dbAttribute": "VPLMatt/RFLPLMTechFunctionReference/E_Type"
},
{
"eeAttribute": "Nature",
"dbAttribute": "VPLMatt/RFLPLMTechFunctionReference/E_nature"
},
{
"eeAttribute": "E_state",
"dbAttribute": "VPLMatt/RFLPLMTechFunctionReference/E_state"
},
]
},
]
}
| |||||||