Javascript can't handle Zoho Field ID from REST API
Zoho REST API returns an ID field for each record. Unfortunately Javascript (confirmed with Chrome 69.0.3497.81) can't accurately handle the field, I presume because it's too large to fit into a Javascript 'int'?
Reproduced here:
Any suggestions?