-
To activate an application and all its related fields:
-
For
name , specify the application trigram.
-
Set the
active parameter to true .
The indexing process will include any BOTYPEFIELDS entry with
this application attribute.
For example, if your company is using the Engineering BOM Management
app: <APPLICATION name="ENG" active="true"/> This means any
BOTYPEFIELDS parameter with application="ENG" is
included:<BOTYPEFIELDS name="part_engineering" application="ENG">
<FIELD name="REL_EBOM_PART" select="to[EBOM].from.name" type="STRING"/>
<FIELD name="REL_EBOM_PART_ID" select="to[EBOM].from.id" type="STRING"/>
<FIELD name="SUB_WHERE_USED" select="to[EBOM Substitute].fromrel.id" type="STRING"/>
</BOTYPEFIELDS>
-
Using MQL, define the context and apply the config.xml file.
For more information, see Applying configuration.
|