Yes, apologies, I meant number 2. - field IDs.
I was wondering about field IDs as external IDs are case insensitive, so I wanted to check that it was not the case for field IDs :)
NetSuite Applications Suite - External IDs Overview
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3433806.html#External-IDs-Overview
"External IDs are case insensitive in web services references."
Indeed I was aware NS does not allow you to create with caps, but I was wondering if a script would try to set a value referring to the same field ID with caps if that would work.
I also did some testing in SuiteScript 2.X and as you both mentioned, indeed it does not work, as it is case sensitive.
Thanks for all the help!