Property Mapping - Adding Custom Field/Box

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey,
I require a hand adding a custom property into my property mapping tool. I want to be able to map one of my custom properties to in inventor to a property within Solidworks. When i open the XML file to add this property following the same pattern within the XML file it just doesn't show up, any ideas?
Original XML code
-->
<PropertiesMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1">
<Property Name="Title">
<Source Name="Title" />
</Property>
<Property Name="Subject">
<Source Name="Subject" />
</Property>
<Property Name="Author">
<Source Name="Author" />
</Property>
<Property Name="Keywords">
<Source Name="Keywords" />
</Property>
<Property Name="Comments">
<Source Name="Comments" />
</Property>
<Property Name="Last Saved By">
<Source Name="Last Saved By" />
</Property>
<Property Name="Revision Number">
<Source Name="Revision" />
</Property>
<Property Name="Category" />
<Property Name="Manager" />
<Property Name="Company">
<Source Name="CompanyName" />
</Property>
<Property Name="Creation Date">
<Source Name="Created" />
</Property>
<Property Name="Part Number">
<Source Name="Part Number SW" />
</Property>
<Property Name="Project">
<Source Name="Project Name SW" />
</Property>
<Property Name="Cost Center" />
<Property Name="Checked By">
<Source Name="Checkedby" />
</Property>
<Property Name="Checked Date">
<Source Name="CheckedDate" />
</Property>
<Property Name="Eng. Approved By">
<Source Name="EngineeringApproval" />
</Property>
<Property Name="Eng. Approved Date">
<Source Name="EngAppDate" />
</Property>
<Property Name="Status">
<Source Name="Status" />
</Property>
<Property Name="Web Link" />
<Property Name="Description">
<Source Name="Description SW" />
</Property>
<Property Name="Vendor">
<Source Name="Team SW" />
</Property>
<Property Name="Mfg. Approved By">
<Source Name="ManufacturingApproval" />
</Property>
<Property Name="Mfg. Approved Date">
<Source Name="MfgAppDate" />
</Property>
<Property Name="Estimated Cost">
<Source Name="Cost" />
</Property>
<Property Name="Design State" />
<Property Name="Designer">
<Source Name="Drawnby" />
</Property>
<Property Name="Engineer">
<Source Name="Engineer SW" />
</Property>
<Property Name="Authority" />
<Property Name="Stock Number">
<Source Name="Project Number SW" />
</Property>
<Property Name="Last Updated With" />
<Property Name="Checked Out By" />
<Property Name="Checked Out" />
<Property Name="Checked In By" />
<Property Name="Checked In" />
<Property Name="Checkout Workgroup" />
<Property Name="Checkout Worksspace" />
<Property Name="Next Version" />
<Property Name="Current Version" />
<Property Name="Previous Version" />
<Property Name="Material" />
<Property Name="Density">
<Source Name="Density" />
</Property>
<Property Name="Mass Unit" />
<Property Name="Mass">
<Source Name="Mass" />
</Property>
<Property Name="Volume">
<Source Name="Volume" />
</Property>
</PropertiesMap>
My custom property is called ' Lakier. ' How would i do this? and or why is it not working?