Configure document types for retrieval in the SPO/E authoring domain - SmartPlant Foundation - Version 2019 (10.0) - Administration & Configuration

SPO Manual Configuration Reference

Language
English
Product
SmartPlant Foundation
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

You can configure the ToolMapSchemaHeader_CTAFile.xml file to include the document types you want to retrieve in the SPO/E authoring domain.

  1. Click Find > Adapter Documents.

  2. Right-click the ToolMapSchema_CTAVersion Adapter document, and click Edit > Check Out.

  3. Select the ToolMapSchemaHeader_CTA.xml file, and browse to select a location where you want to check out the file.

  4. Open the ToolMapSchemaHeader_CTA.xml file in an XML editor.

  5. Add new document types to the file. For example:

    <Adapter Name="CTA">

    <ToolInfo>

    <ToolDomain UID="SPOPublish"/>

    <ToolComponentSchema UID="SPOPublishComponent"/>

    <ToolSchemaMapFile Name="ToolMapSchema_CTA.xml"/>

    <DesignBasisComponentSchema UID="SPXAuthoringComponent"/>

    </ToolInfo>

    <Retrieve >

    <DocTypes>

    <Document Name="PID" UID="EE83" DocClassDef="PIDDrawing"/>

    <Document Name="SPEL" UID="{1850B876-ABCB-4EA5-A38D-2ABD614792CE}" DocClassDef="ELECableSchedule"/>

    <Document Name="SPI" UID="EE84" DocClassDef="INDXDocument"/>

    </DocTypes>

    </Retrieve>

    </Adapter>