| Numéro d’ID de bogue |
BUG-000091592 |
| Envoi | October 21, 2015 |
| Dernière modification | February 13, 2025 |
| S’applique à | ArcGIS Online |
| Version trouvée | 3.9 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | N/A |
| Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
The feature service defines the 'subtype' field, which has an esriFieldTypeSmallInteger type. The JavaScript application shows the number on the screen, which is correct. The JavaScript application uses this numeric value as the index in the domain. However, the server returns no domain definition. So the JavaScript application behavior is correct.
{
"name": "subtype",
"type": "esriFieldTypeSmallInteger",
................
"domain": null, <-------------- no domain defined
"defaultValue": null
}
Solution de contournement
- Gather all values used in the domains set for the field used in subtypes in one new domain.
- Set this new domain for the field in the Fields view.
Étapes pour reproduire
ID de bogue: BUG-000091592
Logiciel: