Exporting floors
Floors are uniquely identified by a combination of property and floor. In order to export floors, create two business object definitions:
Space
Floor
Make Floor field as sub of Space.
Output XML sample
<businessobjects>
<Space>
<Name>Installation Space</Name>
<PropertyRef>41008</PropertyRef>
<Floor>
<Code>0</Code>
<PropertyRef>41008</PropertyRef>
</Floor>
</Space>
</businessobjects>