Engineering BOM Management ─ Deployment and Administration
Modify AND and OR operators in variant conditions
Procedure
In your Teamcenter installation directory, search for the
tc_text_locale.xmlfile, for example,TC_ROOT\lang\textserver\en_US\tc_text_locale.xml.Create a backup of this file.
Open the file and search for the
k_variant_op_andandk_variant_op_orvalues and modify them.Example:
<key id="k_variant_op_and">AND</key> <key id="k_variant_op_or">OR</key>Change as follows:
<key id="k_variant_op_and">&</key> <key id="k_variant_op_or">|</key>Start Teamcenter and confirm that formula representation is now changed from AND, OR to &, | successfully.
Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.ebom_admin/xid1503463 · retrieved 2026-07-11