Configure Control and Inspection Planning
Customize the visual indicators for the Classification list of values in a Quality Characteristic
You can customize the visual indicators that appear in the values of the Classification list in a Quality Characteristic. This allows a quality engineer to identify the criticality of a specific classification when they are working with a Quality Characteristic.
Procedure
- In BMIDE, add the custom values of the Classification list in the following format:Copy
iconName = ‘indicator’+<name of the value that appears in the Classification list>In this example:iconName = indicatorCriticalCharacteristic
The internal name of the Classification list is Qc0Criticality.
Use configuration builder to register indicators.
To display the custom visual indicators in the Control Plan norm document, do the following:
Convert the visual indicator image to the Base64 string format by using an online tool, such as www.base64-image.de.
Locate the ControlPlanAIAGReportStyle.xsl file in the \acp0awcontrolplan\controlplanreports\Resources path of the Teamcenter installation directory.
Example C:\Apps\tc\tc2312\TR\install\acp0awcontrolplan\controlplanreports\Resources
Add an entry for the custom visual indicator image by using the new LOV value and the image Base64 encoding string as below:
Copy<xsl:if test="$imageName = '<name of the value that appears in the Classification list>'"> <xsl:value-of select="'data:image/svg+xml;base64,<image base64 encoding string>'"/> </xsl:if>Import the Control Plan report definitions to the Teamcenter server by running the import_export_reports utility from the Teamcenter command prompt. import_export_reports [-u=user-id] [-p=password] [-g=group] [-import] [-overwrite] [-stageDir=fully qualified name of the directory that contains all of the report definitions and its associated data in predefined format.] [-reportFile=name of the XML file containing the list of report templates. ] -u Specifies the user ID. This is generally a user with administration privileges. -p Specifies the password. -g Specifies the group associated with the user. If used without a value, the user's default group is considered. -import Specifies that report definitions are to be imported to the Teamcenter server. -overwrite Overwrites the existing report definitions during import. -stageDir Specifies the fully qualified name of the directory that contains all of the report definitions and its associated data in predefined format. -reportFile Specifies the name of the XML file containing the list of report templates. -h Displays the help for this utility. Example Copy`import_export_reports -import -overwrite -u=user_name -p=password -g=dba
-stageDir=${TC_INSTALL_DIR}/acp0awcontrolplan/controlplanreports -reportFile=${TC_INSTALL_DIR}/acp0awcontrolplan/controlplanreports/ControlPlanReport.xml`
Restart Teamcenter server
manager.
Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.control_plan_deployment_administration/xid2008409 · retrieved 2026-07-11