Example - Fluid Topics - Latest

Map Attachments

Category
Technical Notes
Audience
public
Version
Latest

The Spare_Part_Price_List.pdf file was initially attached to the Time Machine User Guide Ftmap.

The Time Machine Configuration Guide Ftmap already has the time_machine_drawing.png file attached to it.

To add the Spare_Part_Price_List.pdffile to the Time Machine Configuration Guide Ftmap, one possibility is to use its khubId.

Adding the following lines to the FluidTopicsControlFile.xml file attaches the PDF to the Time Machine Configuration Guide Ftmap:

<?xml version='1.0' encoding='utf-8'?>
<controlFile>
  <resources>
    <resource>
      <originId>time_machine_configuration_guide</originId>
      <attachments>
        <attachment>
          <khubId>pcwi0pKPqMj9v52bTMS~XQ</khubId>
        </attachment>
      </attachments>
    </resource>
  </resources>
</controlFile>