For example, you are working in the French version of Microsoft Dynamics CRM 3.0. You export the PhoneCall entity in XML format by using the Export Customization tool. You examine the statecode section of the generated XML file to find the collection of status codes that are available. The status codes have an invariantname property and a description property, as shown in the following example.
<state value="0" defaultstatus="1" invariantname="Open">
<labels>
<label description="Ouvert" languagecode="1036" />
</labels>
<state value="0" defaultstatus="1" invariantname="Ouvert">
<labels>
<label description="Ouvert" languagecode="1036" />
</labels>
Error 0x80048408: State code is invalid or state code is valid but status code is invalid for a specific state code.