I'm trying to set values on walls imported via XML. I'm using the same format as the prompts on Products and Spec Groups:
```xml
<Wall Name="...">
<LinkID>...</LinkID>
<!-- existing wall fields -->
<Prompts>
<Prompt Name="Left_Angle">
<Value>90</Value>
</Prompt>
<Prompt Name="Right_Angle">
<Value>270</Value>
</Prompt>
<Prompt Name="Use_Overall_Verify_Dims">
<Value>1</Value>
</Prompt>
</Prompts>
</Wall>
```
To no effect. It would be nice to set these prompts on import so they didn't have to be manually corrected later. I'm hoping the mechanism is the same as the prompts for products and spec groups, so it would just need to be added to the room components side of the import parser to function correctly.