Is there any way to fetch attribute value using case insensitive attribute name? e.g. Following example is using objectIdField in the code.
Select with Feature Layer | ArcGIS API for JavaScript
inBuffer.push(feature.attributes[featureLayer.objectIdField]);
Not sure, how objectIdField is configured here but similar way, if I want to access any other field in the attributes regardless of the case then how can I do that?